post commit hook runs a console app
first line of console app is like so
args[0] looks something like
'C:\Users\myname\AppData\Local\Temp\svnADAD.tmp'.
static void Main(string[] args)
{
string[] affectedPaths = File.ReadAllLines(args[0]);
}
throws file not found error
navigating to the path in question also confirms that the file does not
exist
--
You received this message because you are subscribed to the Google Groups
"TortoiseSVN" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tortoisesvn/66c7706c-20ed-4155-b256-869d6634a2b3%40googlegroups.com.