[Svnmerge] Fwd: Problem running on windows

Martin Ritchie ritchiem at apache.org
Wed Jan 17 07:21:15 PST 2007


On 17/01/07, Giovanni Bajo <rasky at develer.com> wrote:
> 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

Thanks for the help Giovanni.

I installed the Windows python and it errored in the same way.

SystemRoot was set to C:\Windows I thought would be fine.. and works
for other items. Python is obviouslty case-sensitive.

Setting it to C:\WINDOWS made everything work.

Thanks



-- 
Martin Ritchie



More information about the Svnmerge mailing list