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

Re: Changing the commit message after the fact

From: Toby Johnson <toby_at_etjohnson.us>
Date: 2005-02-03 21:00:23 CET

Gary Affonso wrote:

>1) There was a note that the above technique would blow away the "history".
>That worried me a little. What "history" does this kill?
>
>
It may be a little unclear but there are two types of properties in
Subversion. One type is regular versioned properties, which Subversion
always keeps history for just like file contents, and which you will
never lose from the repository with a Subversion client (svn command
line, TortoiseSVN, etc.)

The other type is a "revision property" (revprop). There can be only one
of each revprop associated with any given revision. The commit message
is one such revprop, namely "svn:log". You can change it after the fact,
but if you do, its previous value will be gone forever.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Feb 3 21:02:41 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.