[Svnmerge] Fwd: Problem running on windows
Giovanni Bajo
rasky at develer.com
Wed Jan 17 06:54:42 PST 2007
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
More information about the Svnmerge
mailing list