[jglick@jesse_laptop 9283]$ which cvs /usr/local/override/cvs [jglick@jesse_laptop 9283]$ cat `which cvs` #!/bin/sh if [ -f /etc/NOT-ON-SWAN ] then exec /usr/bin/cvs "$@" else exec /usr/bin/runsocks /usr/bin/cvs "$@" fi [jglick@jesse_laptop 9283]$ ls -l /etc/NOT-ON-SWAN ls: /etc/NOT-ON-SWAN: No such file or directory [jglick@jesse_laptop 9283]$ cvs --version Concurrent Versions System (CVS) 1.10.6 (client/server) Copyright (c) 1989-1998 Brian Berliner, david d `zoo' zuhn, Jeff Polk, and other authors CVS may be copied only under the terms of the GNU General Public License, a copy of which can be found with the CVS distribution kit. Specify the --help option for further information about CVS [jglick@jesse_laptop 9283]$ pwd /tmp/9283 [jglick@jesse_laptop 9283]$ ls treefs [jglick@jesse_laptop 9283]$ rm -rfv treefs/ removing all entries of directory treefs removing all entries of directory treefs/CVS removing treefs/CVS/Root removing treefs/CVS/Repository removing treefs/CVS/Entries removing treefs/CVS/Tag removing treefs/CVS/Template removing the directory itself: treefs/CVS removing all entries of directory treefs/src removing all entries of directory treefs/src/CVS removing treefs/src/CVS/Root removing treefs/src/CVS/Repository removing treefs/src/CVS/Entries removing treefs/src/CVS/Tag removing treefs/src/CVS/Template removing the directory itself: treefs/src/CVS removing all entries of directory treefs/src/org removing all entries of directory treefs/src/org/CVS removing treefs/src/org/CVS/Root removing treefs/src/org/CVS/Repository removing treefs/src/org/CVS/Entries removing treefs/src/org/CVS/Tag removing treefs/src/org/CVS/Template removing the directory itself: treefs/src/org/CVS removing all entries of directory treefs/src/org/netbeans removing all entries of directory treefs/src/org/netbeans/CVS removing treefs/src/org/netbeans/CVS/Root removing treefs/src/org/netbeans/CVS/Repository removing treefs/src/org/netbeans/CVS/Entries removing treefs/src/org/netbeans/CVS/Tag removing treefs/src/org/netbeans/CVS/Template removing the directory itself: treefs/src/org/netbeans/CVS removing all entries of directory treefs/src/org/netbeans/modules removing all entries of directory treefs/src/org/netbeans/modules/CVS removing treefs/src/org/netbeans/modules/CVS/Root removing treefs/src/org/netbeans/modules/CVS/Repository removing treefs/src/org/netbeans/modules/CVS/Entries removing treefs/src/org/netbeans/modules/CVS/Tag removing treefs/src/org/netbeans/modules/CVS/Template removing the directory itself: treefs/src/org/netbeans/modules/CVS removing all entries of directory treefs/src/org/netbeans/modules/treefs removing all entries of directory treefs/src/org/netbeans/modules/treefs/CVS removing treefs/src/org/netbeans/modules/treefs/CVS/Root removing treefs/src/org/netbeans/modules/treefs/CVS/Repository removing treefs/src/org/netbeans/modules/treefs/CVS/Entries removing treefs/src/org/netbeans/modules/treefs/CVS/Tag removing treefs/src/org/netbeans/modules/treefs/CVS/Template removing the directory itself: treefs/src/org/netbeans/modules/treefs/CVS removing treefs/src/org/netbeans/modules/treefs/Bundle.properties removing treefs/src/org/netbeans/modules/treefs/TreeFS.java removing treefs/src/org/netbeans/modules/treefs/TreeFSBeanInfo.java removing treefs/src/org/netbeans/modules/treefs/TreeFSModule.java removing the directory itself: treefs/src/org/netbeans/modules/treefs removing the directory itself: treefs/src/org/netbeans/modules removing the directory itself: treefs/src/org/netbeans removing the directory itself: treefs/src/org removing the directory itself: treefs/src removing all entries of directory treefs/www removing all entries of directory treefs/www/CVS removing treefs/www/CVS/Root removing treefs/www/CVS/Repository removing treefs/www/CVS/Entries removing treefs/www/CVS/Tag removing treefs/www/CVS/Template removing the directory itself: treefs/www/CVS removing treefs/www/.cvsignore removing treefs/www/bugs.html removing treefs/www/docs.html removing treefs/www/index.html removing treefs/www/members.html removing treefs/www/nav.html removing treefs/www/project_footer.html removing treefs/www/project_header.html removing treefs/www/robots.txt removing the directory itself: treefs/www removing treefs/manifest.mf removing the directory itself: treefs [jglick@jesse_laptop 9283]$ cvs rtag -b TEST9283 treefs cvs server: Tagging treefs cvs server: Tagging treefs/src cvs server: Tagging treefs/src/org cvs server: Tagging treefs/src/org/netbeans cvs server: Tagging treefs/src/org/netbeans/modules cvs server: Tagging treefs/src/org/netbeans/modules/treefs cvs server: Tagging treefs/www [jglick@jesse_laptop 9283]$ cvs -f co -r TEST9283 treefs cvs server: Updating treefs U treefs/manifest.mf cvs server: Updating treefs/src cvs server: Updating treefs/src/org cvs server: Updating treefs/src/org/netbeans cvs server: Updating treefs/src/org/netbeans/modules cvs server: Updating treefs/src/org/netbeans/modules/treefs U treefs/src/org/netbeans/modules/treefs/Bundle.properties U treefs/src/org/netbeans/modules/treefs/TreeFS.java U treefs/src/org/netbeans/modules/treefs/TreeFSBeanInfo.java U treefs/src/org/netbeans/modules/treefs/TreeFSModule.java cvs server: Updating treefs/www U treefs/www/.cvsignore U treefs/www/bugs.html U treefs/www/docs.html U treefs/www/index.html U treefs/www/members.html U treefs/www/nav.html U treefs/www/project_footer.html U treefs/www/project_header.html U treefs/www/robots.txt [jglick@jesse_laptop 9283]$ cat treefs/src/CVS/Repository /usr/local/tigris/data/helm/cvs/repository/treefs/src [jglick@jesse_laptop 9283]$ rm -rfv treefs/ removing all entries of directory treefs removing all entries of directory treefs/CVS removing treefs/CVS/Root removing treefs/CVS/Repository removing treefs/CVS/Entries removing treefs/CVS/Tag removing treefs/CVS/Template removing the directory itself: treefs/CVS removing all entries of directory treefs/src removing all entries of directory treefs/src/CVS removing treefs/src/CVS/Root removing treefs/src/CVS/Repository removing treefs/src/CVS/Entries removing treefs/src/CVS/Tag removing treefs/src/CVS/Template removing the directory itself: treefs/src/CVS removing all entries of directory treefs/src/org removing all entries of directory treefs/src/org/CVS removing treefs/src/org/CVS/Root removing treefs/src/org/CVS/Repository removing treefs/src/org/CVS/Entries removing treefs/src/org/CVS/Tag removing treefs/src/org/CVS/Template removing the directory itself: treefs/src/org/CVS removing all entries of directory treefs/src/org/netbeans removing all entries of directory treefs/src/org/netbeans/CVS removing treefs/src/org/netbeans/CVS/Root removing treefs/src/org/netbeans/CVS/Repository removing treefs/src/org/netbeans/CVS/Entries removing treefs/src/org/netbeans/CVS/Tag removing treefs/src/org/netbeans/CVS/Template removing the directory itself: treefs/src/org/netbeans/CVS removing all entries of directory treefs/src/org/netbeans/modules removing all entries of directory treefs/src/org/netbeans/modules/CVS removing treefs/src/org/netbeans/modules/CVS/Root removing treefs/src/org/netbeans/modules/CVS/Repository removing treefs/src/org/netbeans/modules/CVS/Entries removing treefs/src/org/netbeans/modules/CVS/Tag removing treefs/src/org/netbeans/modules/CVS/Template removing the directory itself: treefs/src/org/netbeans/modules/CVS removing all entries of directory treefs/src/org/netbeans/modules/treefs removing all entries of directory treefs/src/org/netbeans/modules/treefs/CVS removing treefs/src/org/netbeans/modules/treefs/CVS/Root removing treefs/src/org/netbeans/modules/treefs/CVS/Repository removing treefs/src/org/netbeans/modules/treefs/CVS/Entries removing treefs/src/org/netbeans/modules/treefs/CVS/Tag removing treefs/src/org/netbeans/modules/treefs/CVS/Template removing the directory itself: treefs/src/org/netbeans/modules/treefs/CVS removing treefs/src/org/netbeans/modules/treefs/Bundle.properties removing treefs/src/org/netbeans/modules/treefs/TreeFS.java removing treefs/src/org/netbeans/modules/treefs/TreeFSBeanInfo.java removing treefs/src/org/netbeans/modules/treefs/TreeFSModule.java removing the directory itself: treefs/src/org/netbeans/modules/treefs removing the directory itself: treefs/src/org/netbeans/modules removing the directory itself: treefs/src/org/netbeans removing the directory itself: treefs/src/org removing the directory itself: treefs/src removing all entries of directory treefs/www removing all entries of directory treefs/www/CVS removing treefs/www/CVS/Root removing treefs/www/CVS/Repository removing treefs/www/CVS/Entries removing treefs/www/CVS/Tag removing treefs/www/CVS/Template removing the directory itself: treefs/www/CVS removing treefs/www/.cvsignore removing treefs/www/bugs.html removing treefs/www/docs.html removing treefs/www/index.html removing treefs/www/members.html removing treefs/www/nav.html removing treefs/www/project_footer.html removing treefs/www/project_header.html removing treefs/www/robots.txt removing the directory itself: treefs/www removing treefs/manifest.mf removing the directory itself: treefs [jglick@jesse_laptop 9283]$ cvs -f co -r TEST9283 treefs cvs server: Updating treefs U treefs/manifest.mf cvs server: Updating treefs/src cvs server: Updating treefs/src/org cvs server: Updating treefs/src/org/netbeans cvs server: Updating treefs/src/org/netbeans/modules cvs server: Updating treefs/src/org/netbeans/modules/treefs U treefs/src/org/netbeans/modules/treefs/Bundle.properties U treefs/src/org/netbeans/modules/treefs/TreeFS.java U treefs/src/org/netbeans/modules/treefs/TreeFSBeanInfo.java U treefs/src/org/netbeans/modules/treefs/TreeFSModule.java cvs server: Updating treefs/www U treefs/www/.cvsignore U treefs/www/bugs.html U treefs/www/docs.html U treefs/www/index.html U treefs/www/members.html U treefs/www/nav.html U treefs/www/project_footer.html U treefs/www/project_header.html U treefs/www/robots.txt [jglick@jesse_laptop 9283]$ cat treefs/src/CVS/Repository treefs/src [jglick@jesse_laptop 9283]$