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

Re: Backing out changes: the prefered method?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-01-30 17:53:29 CET

Sean Russell <ser@germane-software.com> writes:

> When I tried it, svn log gave me a log that says the file has
> changed by one line for every single revision, so I'm assuming that
> "log" isn't implemented yet.

Changed by one line for every single revision? I don't think you saw
what you think you saw. Or if you did, I'm worried. Can you be more
specific?

'svn log' will print the log message for each global revision.

'svn log -r X' will print the log message for global revision X.

'svn log <file>' will print only those revision-log messages in which
file changed.

It's the 3rd case above that doesn't yet work correctly, but will
soon. I guess that's why I'm confused by your description of what you
saw.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:01 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.