This is OK for reverting a few files. Is there a simpler way
to do it with a
tag or date on an entire project? (i.e. several hundred
files.)
Thanks,
Curt
-----Original Message-----
From: Gabriel Genellina [mailto:gagsl-cvsnt yahoo.com.ar]
Sent: Monday, August 28, 2006 11:19 PM
To: muhammad kamran
Cc: cvsnt cvsnt.org
Subject: Re: [cvsnt] Checking Previous versions
At Tuesday 29/8/2006 01:49, muhammad kamran wrote:
> I want to check the previous versions of a file.
>
> for example:
> I have a file with version 1.7. I can check and see
the version
> 1.7 but i cant see the version 1.6 and earlier.
>
> Is there any option that i can see these?
If you are interested only on the differences between both
revisions,
try: cvs diff -r1.6 filename
If you want to use your own diff program, try: cvs update -p
-r1.6 filename
> filename-1.6.tmp Or use a nice frontend like
TortoiseCVS or WinCVS to do
these things in a more user-friendly way.
Gabriel Genellina
Softlab SRL
__________________________________________________
Preguntá. Respondé. Descubrí.
Todo lo que querías saber, y lo que ni imaginabas, está en
Yahoo! Respuestas
(Beta).
¡Probalo ya!
http://www.yahoo.c
om.ar/respuestas
_______________________________________________
cvsnt mailing list
cvsnt cvsnt.org
h
ttp://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
|