Matthias Julius <[email protected]> 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 _______________________________________________ Tilesathome mailing list [email protected] http://lists.openstreetmap.org/listinfo/tilesathome
