---------- Forwarded message ---------- From: Martin Ritchie <[EMAIL PROTECTED]> Date: 17-Jan-2007 14:33 Subject: Re: [Svnmerge] Problem running on windows To: Giovanni Bajo <[EMAIL PROTECTED]>
On 17/01/07, Giovanni Bajo <[EMAIL PROTECTED]> wrote: > On 1/17/2007 2:26 PM, Martin Ritchie wrote: > > > I'm wanting to use svnmerge to handle merges on a OSS project I'm > > working on however I get the following error: > > > > ...branch\testbranch> svnmerge init > > Traceback (most recent call last): > > File "<string>", line 1963, in ? > > File "<string>", line 1896, in main > > File "<string>", line 619, in get_merge_props > > File "<string>", line 613, in get_revlist_prop > > File "<string>", line 250, in launchsvn > > File "<string>", line 221, in launch > > WindowsError: [Errno 2] The system cannot find the file specified: > > '%SystemRoot%\\system32\\cmd.exe /c svn propget --strict > > "svnmerge-integrated" "."' > > > > I'm using the windows executable from your website in and executing in > > the branch directory. > > > > I can run the svn command line that the WindowsError lists and it > > works fine. My SystemRoot is specified and running > > %SystemRoot%\\system32\\cmd.exe works ok. > > > > Any help/suggestions would be greatly appreciated. > > What does %SystemRoot% expand to, in your system? > > Is "svn" installed in your path? What if you open a shell and type "svn > --version"? (I've just updated the wiki to clarify this) > -- > Giovanni Bajo Thanks for the quick response. To answe you questions: ...branch\testbranch>echo %SystemRoot% C:\windows ...branch\testbranch>svn --version svn, version 1.4.0 (r21228) compiled Sep 11 2006, 17:46:59 Copyright (C) 2000-2006 CollabNet. Subversion is open source software, see http://subversion.tigris.org/ This product includes software developed by CollabNet (http://www.Collab.Net/). The following repository access (RA) modules are available: * ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol. - handles 'http' scheme - handles 'https' scheme * ra_svn : Module for accessing a repository using the svn network protocol. - handles 'svn' scheme * ra_local : Module for accessing a repository on local disk. - handles 'file' scheme Does this help? -- Martin Ritchie -- Martin Ritchie _______________________________________________ Svnmerge mailing list [email protected] http://www.orcaware.com/mailman/listinfo/svnmerge
