[Svnmerge] svnmerge.py upgrade
Dustin J. Mitchell
dustin at zmanda.com
Mon Jan 28 18:14:22 PST 2008
On Jan 28, 2008 3:23 PM, balachandar muruganantham <mbchandar at gmail.com> wrote:
> i just tried with the latest version. the problem i am facing with new
> version is that when i run the command svnmerge.py avail it shows the list
> of sources path and not the source domain. some thing like
> /testrepo/branches/a1
>
> earlier version which i used will show like
> https://192.168.1.1:3443/Repository/testrepo/branches/a1
>
> the ipaddress is missing :(
You must have been using a pretty old version! The new version should
work if you give it a path to the other repository with the -S flag.
That is, you may have been able to run
svnmerge merge -r 1234
but now you'll need
svnmerge merge -r 1234 -S
https://192.168.1.1:3443/Repository/testrepo/branches/a1
although you can also put a path to a working copy for that branch, too:
svnmerge merge -r 1234 -S ../branches/a1
Dustin
--
Storage Software Engineer
http://www.zmanda.com
More information about the Svnmerge
mailing list