Getting history from CVS archive -


i'm trying automatically extract data our cvs archive.

when log on our current revision, can changes revision interested in single file:

cvs log -rcurrent-release foo.cc 

but have interate through files, , no longer exist since deleted.

is there way iterate through history entries in order in occurred?

when try:

cvs history 

i own history, in sequential order.

i can specify user:

cvs history -u foo 

but i'd everyone.

you want cvs2cl, you'll able generate delta between 2 tags.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -