« July 2012 | Main | September 2012 »

August 01, 2012

SVN update without a particular directory

$ rm -rf unwanted-directory
$ svn checkout url/to/repo/unwanted-directory unwanted-directory --depth empty
$ cd root/of/my/tree
$ svn update

Posted by pj at 08:10 AM | Comments (0)