On 1/17/2007 3:34 PM, Martin Ritchie wrote:
> ...branch\testbranch>echo %SystemRoot%
> C:\windows
What version of Windows is it?
> Does this help?
Not really :(.
To help you debug this, you should install Python in your system (are
you familiar with Python?). After that, try running this at the
interpreter prompt (just run "python" to get the prompt):
>>> import os
>>> i,k = os.popen4("svn --version")
>>> i.close()
>>> k.readline()
'svn, version 1.4.0 (r21228)\n'
Does it work for you too?
--
Giovanni Bajo
_______________________________________________
Svnmerge mailing list
[email protected]
http://www.orcaware.com/mailman/listinfo/svnmerge