[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: Rowell, Geoff <growell_at_ENVOYWW.COM>
Date: 2005-04-06 23:29:54 CEST

Ah. Missed that sentence from the manual:

"Revision and transaction properties are useful for associating
information with a tree that is not strictly related to the files and
directories in that tree-the kind of information that isn't managed by
client working copies."

Guess this is describing revprops and hinting that it only pays
attention
to the revision or transaction as a whole.

-Geoff

-----Original Message-----
From: Robert Hunter [mailto:robert.hunter@gen-i.co.nz]
Sent: Wednesday, April 06, 2005 5:19 PM
To: Rowell, Geoff
Cc: Subversion Users
Subject: RE: Revprop of later revision folder

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:41:29 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.