You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Karl Heinz Marbaise <kh...@gmx.de> on 2008/03/05 21:07:55 UTC

SVN-1.5-Alpha2: Merginformation (mergeinfo / proplist)

Hi there,

i would like to know if someone can explain me the following thing:

I have done the following command on a checkout wc  (trunk):

svnsles9:/home/kama/SVN-1.5-TESTS/trunk # svn mergeinfo
Path: .
  Source path: /trunk
    Merged ranges: r1:238
    Eligible ranges:
  Source path: /branches/B_WEBINTEGRATION
    Merged ranges: r188:233
    Eligible ranges: r233:239
  Source path: /branches/B_NEWTEST
    Merged ranges: r234:237
    Eligible ranges: r237:239


Than i have done the following command on the same working copy:

svnsles9:/home/kama/SVN-1.5-TESTS/trunk # svn pl -v .
Properties on '.':
  svn:ignore : .metadata

  svn:mergeinfo : /branches/B_NEWTEST:235-237
/branches/B_WEBINTEGRATION:189-233
/trunk:2-238

I'm little bit confused, cause mergeinfo prints out:
for merged ranges: r234:237 but the ps command will give the values of
the properies: for the B_NEWTEST as the following: 235-237 .

So why is there a difference for the starting revision number ?

Kind regards
Karl Heinz Marbaise
-- 
SoftwareEntwicklung Beratung Schulung    Tel.: +49 (0) 2405 / 415 893
Dipl.Ing.(FH) Karl Heinz Marbaise        ICQ#: 135949029
Hauptstrasse 177                         USt.IdNr: DE191347579
52146 Würselen                           http://www.soebes.de

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: SVN-1.5-Alpha2: Merginformation (mergeinfo / proplist)

Posted by Karl Heinz Marbaise <kh...@gmx.de>.
Hi Micheal,

thanks for the prompt reply...
and of course clarify my obscurities.

Kind regards
Karl Heinz Marbaise
-- 
SoftwareEntwicklung Beratung Schulung    Tel.: +49 (0) 2405 / 415 893
Dipl.Ing.(FH) Karl Heinz Marbaise        ICQ#: 135949029
Hauptstrasse 177                         USt.IdNr: DE191347579
52146 Würselen                           http://www.soebes.de

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: SVN-1.5-Alpha2: Merginformation (mergeinfo / proplist)

Posted by "C. Michael Pilato" <cm...@collab.net>.
Karl Heinz Marbaise wrote:
> Hi there,
> 
> i would like to know if someone can explain me the following thing:
> 
> I have done the following command on a checkout wc  (trunk):
> 
> svnsles9:/home/kama/SVN-1.5-TESTS/trunk # svn mergeinfo
> Path: .
>   Source path: /trunk
>     Merged ranges: r1:238
>     Eligible ranges:
>   Source path: /branches/B_WEBINTEGRATION
>     Merged ranges: r188:233
>     Eligible ranges: r233:239
>   Source path: /branches/B_NEWTEST
>     Merged ranges: r234:237
>     Eligible ranges: r237:239
> 
> 
> Than i have done the following command on the same working copy:
> 
> svnsles9:/home/kama/SVN-1.5-TESTS/trunk # svn pl -v .
> Properties on '.':
>   svn:ignore : .metadata
> 
>   svn:mergeinfo : /branches/B_NEWTEST:235-237
> /branches/B_WEBINTEGRATION:189-233
> /trunk:2-238
> 
> I'm little bit confused, cause mergeinfo prints out:
> for merged ranges: r234:237 but the ps command will give the values of
> the properies: for the B_NEWTEST as the following: 235-237 .
> 
> So why is there a difference for the starting revision number ?

rN:M means what it would on the command-line, the range from N to M not 
including N.  X-Y is a fully inclusive range.  It's just two different ways 
of talking about the same thing.

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