Wayne wrote: > Raman Gupta wrote: >> Wayne wrote: >>> svnmerge avail >>> svnmerge: command execution failed (exit code: 1) >>> svn --non-interactive propget --strict "svnmerge-integrated" >>> "http://xxx/branches/my_branch" >>> svn: 'http://xxxx/branches/my_branch' does not exist in revision '68' >>> >>> (I removed the repo path from the message and also changed the branch >>> name) >>> >>> Revision 68 is where I checked in the merge info created by svnmerge >>> init. >> >> What do yo get if you run the following: >> >> svn ls http://xxxx/branches/[EMAIL PROTECTED] > > bin/ > doc/ > lib/ > sandbox.pj > sandbox.use > scripts/ > src/ > src_lib/
So svnmerge.py is stating that http://xxxx/branches/my_branch does not exist at rev 68, but obviously it does. Can you run the avail command with -vv? Also post the output of svn pl --verbose http://xxxx/branches/my_branch and the branch/trunk you are merging from. Thanks, Raman _______________________________________________ Svnmerge mailing list [email protected] http://www.orcaware.com/mailman/listinfo/svnmerge
