Checking out a tagged version of some code out of CVS anonymously


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. cvs -z6 -d:pserver:anonymous:anonymous@<CVS-DOMAIN>:<CVS-DIRECTORY> co -r <TAG-VERSION> <LOCAL-RELATIVE_DIRECTORY>

Report this snippet


Comments


You need to login to view comments.