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

RE: how do i modify the unversioned properties?

From: Lieven Govaerts <lgo_at_mobsol.be>
Date: 2005-08-10 20:11:48 CEST

To see the unversioned properties for a certain revision:
svn proplist --revprop -r 123 -v http://my.server/svn/repo

To change an unversioned property for a certain revision:
svn propset svn:log --revprop -r 123 "new log message"
http://my.server/svn/repo

The only requirement is that you have a valid pre-revprop-change hook script
installed in your repository.

regards,

Lieven.

-----Original Message-----
From: Robert P. J. Day [mailto:rpjday@mindspring.com]
Sent: woensdag 10 augustus 2005 19:57
To: Subversion mailing list
Subject: how do i modify the unversioned properties?

  the book states that, "You can add, remove, and modify revision properties
at any time in the future. If you commit a new revision and later realize
that you had some misinformation or spelling error in your log message, you
can simply replace the value of the svn:log property with a new, corrected
log message."

  so can i examine these unversioned properties with svn proplist/propget?
and how would i modify, say, the svn:log property?
i must be reading that passage incorrectly.

rday

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.338 / Virus Database: 267.10.5/67 - Release Date: 9/08/2005
 
-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.338 / Virus Database: 267.10.5/67 - Release Date: 9/08/2005
 
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 10 20:14:49 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.