[Svnmerge] revision lists

Blair Zajac blair at orcaware.com
Mon Nov 27 21:29:59 PST 2006


On Nov 27, 2006, at 7:23 AM, Konstantin Sobolev wrote:

> On 11/25/06, Blair Zajac <blair at orcaware.com> wrote:
>
>> When you run the init without -r, then do a 'svn pl -v .', what does
>> it show?
>
> Without -r it doesn't seem to notice when the branch was created.
> Here's a transcript of locally made test:

Ahh, you need to supply the -r and the source URL because you're not  
branching trunk, you're branching a subdirectory.  I don't recommend  
this style myself.

The code checks for the copy from URL that exactly matches the  
destination of the merges from the svn

$ svn log -v --stop-on-copy --xml http://svn.collab.net/repos/svn/ 
branches/1.4.x/tools
<path
    copyfrom-path="/trunk"
    copyfrom-rev="19523"
    action="A">/branches/1.4.x</path>

so in svnmerge.py, it can't find /branches/1.4.x/tools.

Regards,
Blair





More information about the Svnmerge mailing list