balachandar muruganantham wrote: > > > On Jan 28, 2008 9:08 PM, Blair Zajac <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > balachandar muruganantham wrote: > > we were using the older svnmerge.py and want to upgrade to new > version > > of svnmerge.py. > > i see some difference in the usage when using svnmerge.py avail. > > > > the older version gives the list of sources along with FQDN. but > th new > > versions strips the FQDN and shows only the path. why is it so? > > > > also please suggest what are all the steps i should take to do > the upgrade > > There's nothing to do to upgrade, just use the latest version. > > > 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're looking for this when you have multiple sources for a merge? If this is in a log message, the IP address isn't needed anywhere, and the new path is relative to the repository root, so this is more relevant if you ever move the repository. Blair _______________________________________________ Svnmerge mailing list [email protected] http://www.orcaware.com/mailman/listinfo/svnmerge
