svn - How do I move tags in Subversion -


i wish subversion had better way of moving tags. way know move tag remove file tag , copy again. revision tree browsers don't seem handle well. requires keeping directory structure under trunk , tag in sync.

use case: have thousands of "maps" , want tag version of each map "production" version. need able production version of maps.

can suggest better way address our use case? have considered properties can't prod version of files easily. merging tag doesn't appear easy either. (originally posted http://jamesjava.blogspot.com/2007/12/subversion-moving-tags.html)

i don't think can ever way subversion operates. believe best solution @ tool git seems fits use case. you're production system 'pull' in "maps" accepted. while realize isn't subversion, using git might closer match use pattern svn.

a write on why git's pull based development model better match scenario here.

there tutorials on how start migrating this.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -