Seite 1 von 1

find CVS date

Verfasst: Mittwoch 6. Januar 2010, 23:34
von Renwich
I downloaded a clean cvs copied it to another location so I could diff against it, I have made all the mods I wanted, but messed up the clean cvs, is there a way to find out what date of cvs I'm working from so I can download a clean copy of the same date

Re: find CVS date

Verfasst: Donnerstag 7. Januar 2010, 06:53
von rhabarber1848

Code: Alles auswählen

ls -la CVS/Entries
should show the date & time of the last CVS checkout.

Re: find CVS date

Verfasst: Donnerstag 7. Januar 2010, 14:10
von Renwich
Excellent , thankyou