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

Re: How often does one do annotate?

From: Dave Glowacki <dglo_at_hyde.ssec.wisc.edu>
Date: 2002-08-13 17:33:09 CEST

Daniel Berlin wrote:
> How often does one do annotate?
> I think i've used it twice, ever.

I probably use 'cvs ann' at least once a month. I'm involved
in several medium-sized projects (500-1000 files, averaging
700-1000 lines each) and I find it useful to figure out either
the context in which a particular change was made or to determine
what the file looked like before the change was made.

For either one, I'll do 'cvs ann' to find the revision where
the line or lines I'm interested in were changed.

To get the context, I'll do 'cvs diff -r<rev-1> -r<rev>'.

To find out what the file looked like before the change,
I'll either do 'cvs ann -r<rev-1> | less' or even
'cvs update -r<rev-1>'.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 13 19:03:07 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.