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

Re: Why does `svnversion -c` give me a range?

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Wed, 4 Dec 2013 18:12:26 +0200

Ryan Schmidt wrote on Wed, Dec 04, 2013 at 10:06:02 -0600:
> `svnversion` recursively scans the working copy. `svn info` operates
> on the current directory only.

In case it's not clear: 'svn info' operates on the current directory
*node* only; it's like "stat ./", not like "ls ./".

That is, if ./README is ta r50 and ./ is at r40, 'svn info' will report
r40.

Daniel
Received on 2013-12-04 17:13:04 CET

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.