Use -D "yyyy-mm-dd" to checkout/update the code based as per the date yyyymmdd. Note that the changes committed on yyyymmdd will not be included.
for example :
cvs -d 'repository
2) Update the code in the current tree with repect to paritcular date.
cd
cvs update -D "yyyy-mm-dd"
3) To retrieve a file based on the version.
cvs update -r1.7 build.xml
4) To checkout particular folder /file.
cvs -d
5) to checkout particular folder form particular tree.
6) To cross check. Thing you did are correct or not?
& look at the tag enties .
No comments:
Post a Comment