Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
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