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

Re: a question on svn import

From: Stefan Sperling <stsp_at_elego.de>
Date: Sat, 18 Jul 2009 10:59:48 +0100

On Sat, Jul 18, 2009 at 05:34:42PM +0800, fengbin wrote:
> But I want to check detailed information sometime eg.which files are
> modified as well.
>
> Is there a way of remove some specific log eg. the initiate log generated by
> svn import.?

Run this from a working copy to modify the log message of revision X:

  svn propedit --revprop -rX svn:log

Note that this does not include the list of paths modified.
That list is generated by Subversion internally, and always shows
up when you pass -v. There is no way to change that.

Stefan
Received on 2009-07-18 12:01:25 CEST

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.