Subversion magic!
If you have ever had the problem where you have a bunch of stuff in subversion and you want to check it all out (so you can update and submit with one command) but for space or other reasons you want to exclude a certain directory, then I have found the solution thanks to this post
It is pretty simple, just create an empty directory somewhere on the repository and use "svn switch" to switch the directory you do not want to update to an empty directory. Then you can update and submit to your heart's content without having to have all the extra baggage you don't need in your source tree.
Wonderful.
jk
Posted on Thursday, October 11, 2007 at 3:40 PM
links to this post
: 0 comments -
read more and add comments...