Roger Talkov rctalkov@appworx.com writes:
svn: Problem running log
svn: in directory
svn: start_handler: error processing command 'merge' in
svn: Error calling external program
svn: svn_io_run_diff3: Error running D:/cygwin/bin/diff3.exe: exitcode was
2, a
rgs were:
in directory ., basenames:
Prop.java.tmp
Prop.java.tmp.tmp
Prop.java.tmp.2.tmp
I discovered that Subversion is assuming the C: drive (system drive),
it ignores the drive specification in the registry and in the config file.
I had installed both cygwin Subversion on D:.
After adding C:/cygwin/bin and copying diff diff3 to it, the errors went
away.
What's strange to me is that the error message indicates that it was
trying to invoke D:/cygwin/bin/diff3.exe, which is where you
originally put it. Why would the error have the right location, yet
the invocation was really looking in C:?
Or another way to ask the same thing is, how did you diagnose this?
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 14 02:11:01 2006