« Appending to an array column in PostgreSQL | Main | Casting and formatting dates in PostgreSQL »

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

Tags: Subversion

Posted by pj at August 1, 2012 08:10 AM

Comments