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 <cmpilato_at_collab.net>
CollabNet <> www.collab.net <> Distributed Development On Demand
Received on 2008-03-05 22:11:22 CET