[Tilesathome] Merge -dev client into stable?

Matthias Julius lists at julius-net.net
Thu Feb 26 16:31:33 GMT 2009


Matthias Julius <lists at julius-net.net> writes:

> I did not see anything like this but you can read
> http://svnbook.red-bean.com/en/1.5/svn.advanced.sparsedirs.html
> Unfortunately, you can not reduce the working copy but you can avoid
> checking out stuff you don't want upon checkout.

... but it seems to work to delete the directory whose contents you
don't want and then check it out again with a depth specified, like:

rm -rf tags
svn co --depth immediates http://server/path-to-tags/tags

and you will only get the directories of tags but not their contents.

Matthias




More information about the Tilesathome mailing list