[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: Michael Diers <mdiers_at_elego.de>
Date: Sun, 19 Jul 2009 01:30:13 +0200

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.?

You can tweak the (verbose) log in various ways.
The switches may be combined as well.

$ svn log -v --limit 10

  Only display the most recent entries, ten in this case.

$ svn log -v -rHEAD:3

  Displays all entries down to r3.
  (Supposing the import happened in r2.)

$ svn log -v --stop-on-copy

  Displays all entries, but stops on copy to the path at hand.
  Useful when looking at at a branch.

-- 
Michael Diers, Senior Consultant/Technical Director
elego Software Solutions GmbH, http://www.elego.de
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2372350
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-07-19 01:33:36 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.