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

RE: Revprop of later revision folder

From: Robert Hunter <robert.hunter_at_gen-i.co.nz>
Date: 2005-04-06 23:18:50 CEST

Rowell, Geoff wrote:
> Does it make sense that the following formula returns the "svn:date"
> value of revision 1 - even though the specified folder was not added until
> revision 2?
>
> (Subversion 1.1.3 (r12730))
>
> mkdir C:\svn_repos\p1
> svnadmin create C:\svn_repos\p1
> svn mkdir "file:///C|/svn_repos/p1/f1" -m "Adding first folder"
> svn mkdir "file:///C|/svn_repos/p1/f2" -m "Adding second folder"
> svn propget svn:date --revprop --revision 1 "file:///C|/svn_repos/p1/f2"

Yes, it makes perfect sense.

Specifying --revprop on the "svn propget" line means that you're talking
about
unversioned properties: properties of the revision as a whole, rather than
a particular file or folder.

You could specify any file or folder in the repository and get the same
results for any given revision number.

-- 
Robert Hunter
*****************************************************************************
This communication, including any attachments, is confidential.
If you are not the intended recipient, you should not read it
- please contact me immediately, destroy it, and do not copy
or use any part of this communication or disclose anything about it,
Thank you.
Please note that this communication does not designate an information system
for the purposes of the Electronic Transactions Act 2002
******************************************************************************
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 7 00:32:55 2005

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.