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

Re: Revision number syntax in merge notifications.

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2007-06-05 15:49:16 CEST

Karl Fogel wrote:
> In notifications like this:
>
> --- Merging revisions 5-16:
> D products/little.html
> D products/big.html
> A products/medium
> A products/medium/roadmap.html
>
> ...maybe we should use the rN syntax:
>
> --- Merging r5-r16:
> D products/little.html
> D products/big.html
> A products/medium
> A products/medium/roadmap.html
>
> See also http://subversion.tigris.org/issues/show_bug.cgi?id=2366.
>
> Thoughts?

I thought one of the proposed benefits of the rN syntax was that it was easy
to drop those things into a command line. That is, when you see "r56" you
can easily plop that into 'svn cat -<HERE>' or 'svn log -<HERE>' ...

With that in mind, +1 on using the rN syntax, but that means doing:

   Merging r3
   Merging r5:16

instead of:

   Merging r3
   Merging r5-r16

-- 
C. Michael Pilato <cmpilato@collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Received on Tue Jun 5 15:49:26 2007

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.