1. To install CVS and checkout head project,it is explained in below blog
http://anipossible3.blogspot.com/2008/03/solaris-discovery.html
2. To checkout branch of project
./cvs checkout -r {branchname} {projectname}
3. To update the head/branch on solaris
Head :
./cvs update -d {project name}
Brnach:
./cvs update -r {branchname} -d
http://anipossible3.blogspot.com/2008/03/solaris-discovery.html
2. To checkout branch of project
./cvs checkout -r {branchname} {projectname}
3. To update the head/branch on solaris
Head :
./cvs update -d {project name}
Brnach:
./cvs update -r {branchname} -d
Comments