RE: Baselining selective files/folders of Parent directory in SVN
From: Johan Corveleyn <johan.corveleyn_at_uz.kuleuven.ac.be>
Date: Tue, 7 Jul 2009 11:23:15 +0200
> -----Oorspronkelijk bericht-----
Hm, that's not easy. The way tags work currently in Subversion (implemented as cheap copies) is kind of limited, and does not really facilitate that use case. I hope one day Subversion will have a more advanced tagging mechanism, but in the meantime ...
One way you could do this would be by creating the tag from a sparse working copy. I.e. a working copy in which you only put the things that you want to tag (by using the sparse directories features, --depth options etc.). Then tag that working copy.
If you want to learn more about sparse directories, you should first read the relevant chapter from the book:
Here are some hints on how to create such a sparse working copy with TortoiseSVN:
After this you should have a sparse working copy only containing the wanted items. If you update the root of that working copy, it will only update what's in there (i.e. it remembers the depth settings you selected). If you branch/tag that one, I think only those items are copied to the tag.
HTH,
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.