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

Re: Changing a comment in SVN

From: Hans Salvisberg <svn.users_at_salvisberg.com>
Date: 2006-11-16 23:06:07 CET

Res Pons wrote:
> I can't find anything under svn log --help to indicate how to change the
> comment for a submitted file.
>
> You'd think it would be something intuitive like svn log -c "new
> comment" filename. Any ideas?

No, this could lead to permanent loss of information and is not made too easy:

  svn propset svn:log "new comment" -r REV --revprop

but it only works after the administrator has enabled it -- see the section "Hook Scripts" in the fine manual for how to enable it.

Hans

Hans

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 16 23:06:49 2006

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.