[cvsnt] Checking Previous versions
Gabriel Genellina
gagsl-cvsnt at yahoo.com.ar
Tue Aug 29 06:18:44 BST 2006
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.com.ar/respuestas
More information about the cvsnt
mailing list