[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: diff3 error on WIndows

From: <victor.ott_at_q-dsl.de>
Date: 2003-01-24 02:44:31 CET

Roger Talkov rctalkov@appworx.com writes:
  After adding C:/cygwin/bin and copying diff diff3 to it,
  the errors went away.

Indeed, this trick made it!

Before:
###########################
$ svn merge -r1:3 .
svn: Error calling external program
svn: svn_io_run_diff3: Error running
c:\programme\cygwin\bin\diff3.exe: exitcode was 2, args were:
in directory ., basenames:
file.cpp.tmp
file.cpp.tmp.tmp
file.cpp.tmp.2.tmp
###########################

After:
###############
$ svn merge -r1:3 .
U file.cpp
A file2.cpp
###############

-- 
Freundliche Grüße/Kind Regards       Victor Ott
Salutari cordiale/Saludos cordiales  victor.ott at q-dsl dot de
---------------------------------------------------------------------
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:10 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.