Re: log -g shows "via" revisions too far back
From: Marc Strapetz <marc.strapetz_at_syntevo.com>
Date: Tue, 06 May 2008 22:08:30 +0200
> Short of the whole repository, can you provide the output of 'svn pget
It's just:
svn://localhost/test/branches/b1 - /test/branches/b1:3-5
It's not yet present at r9, but is created by the following merge:
svn merge svn://localhost/test/branches/b2 b1
The interesting part of the log (without -g) might be:
------------------------------------------------------------------------
Created branch b2
Changed (2) b1/file1.txt
Changed (1) b1/file1.txt
Created branch b1
-- Best regards, Marc Strapetz _____________ SyntEvo GmbH www.syntevo.com C. Michael Pilato wrote: > Marc Strapetz wrote: >> For a test repository created with RC5, a branch b2 has been forked >> off from a branch b1 at r5 (committed at r6). Changes from b2 are >> merged back to b1 and are committed at r10. Now log -g on the >> repository root shows r9-r3 as "Merged via: r10" -- I would expect to >> only get r9-r7 as "Merged via: r10". I can supply the corresponding >> test repository. > > Short of the whole repository, can you provide the output of 'svn pget > -R svn:mergeinfo REPOS-ROOT-URL'? > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org For additional commands, e-mail: dev-help_at_subversion.tigris.orgReceived on 2008-05-06 22:08:45 CEST |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.