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

Re: When did a file last change?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-07-26 20:00:57 CEST

"Bill Tutt" <rassilon@lyra.org> writes:

> We'd talked about supporting a -r -N syntax that would make things like
> this easier. I don't know if your question can be easily answered atm.

That '-r -N' syntax he's describing aren't two switches; he's talking
about implementing negative revisions:

    svn diff -r-3 foo.c

...might show you how foo looked three "changes" ago, however far back
that may be.

For now, 'svn log foo.c' will list all revs in which foo.c changed,
and the most recent rev of this set is printed by 'svn st -v'.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 26 20:03:05 2002

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.