[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn:mergeinfo suggestion

From: Ryan Schmidt <subversion-2008b_at_ryandesign.com>
Date: Wed, 18 Jun 2008 17:38:28 -0500

On Jun 18, 2008, at 3:26 PM, Robert Dailey wrote:

> On Wed, Jun 18, 2008 at 3:23 PM, Erik Huelsmann wrote:
>
>> This use case was covered way before we ever even started adding
>> merge tracking:
>>
>> $ svn log -q --stop-on-copy URL-OF-FEATURE-BRANCH
>>
>> and have a look at the output...
>
> Well, I knew I could look at the log of the feature branch to find
> out what revision I branched at, but having the svn:mergeinfo set
> by default would be even quicker and more intuitive. If you have a
> very developed feature branch, it could take a very long time to
> load the log and shift through it simply to just find the last
> revision. [snip]

Actually it should take no time at all to find that revision:

$ svn log -q --stop-on-copy --limit 1 -r1:HEAD URL-OF-FEATURE-BRANCH

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-19 00:39:12 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.