Tag: version-control
Using Subversion – Import, Checkout and Update
March 23, 2007
Import/New Project svn import <Folder> <Repository> Online Repository Example svn import Nexty https://nexty.svn.sourceforge.net/svnroot/nexty Checkout svn checkout https://nexty.svn.sourceforge.net/svnroot/nexty [<folder>] Update svn…
Remove CVS Information from a Folder
February 23, 2007
find -name CVS -exec rm -rf {} \; NOTE: Works only with bash
Recent Comments