Re: Why does `svnversion -c` give me a range?
From: Ryan Schmidt <subversion-2012c_at_ryandesign.com>
Date: Thu, 5 Dec 2013 03:28:43 -0600
On Dec 5, 2013, at 03:23, Cooke, Mark wrote:
>> Note that "bare" svnversion can give a range as well:
The output makes sense to me:
> {{{
This means that all the items in this working copy are “at” revision 638, i.e. you ran “svn up -r 638” (or just “svn up” if 638 is the HEAD revision). It means this is not a mixed-revision working copy, and that none of the items were in a modified state, which can be good to know.
> D:\PROJECTS\Support\Code>svnversion . -c
This means the least recently changed item in this working copy was changed in revision 235 and the most recently changed item was changed in revision 635.
|
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.