LWN.net Logo

A proposed Subversion vision and roadmap

A proposed Subversion vision and roadmap

Posted Apr 4, 2010 7:47 UTC (Sun) by ikm (subscriber, #493)
In reply to: A proposed Subversion vision and roadmap by marcH
Parent article: A proposed Subversion vision and roadmap

Yeah, me too. But since a tag is basically a revision number, I ended up just writing them down in separate files. Sadly, you have to do all this by yourself. And yes, tags as cheap copies are unusable.


(Log in to post comments)

A proposed Subversion vision and roadmap

Posted Apr 4, 2010 12:10 UTC (Sun) by Lionel_Debroux (subscriber, #30014) [Link]

Another vote for efficient, "label"-type, tags.

I've been working on two sizeable SVN repositories through git-svn for a couple years, thereby enjoying an efficiently-stored mirror of the whole revision history, fast disconnected mode operation, history rewriting, and other Git features, while not interfering with the choice to keep using the historical SVN repository.
For both of those repositories, the directory trees under /tags and /branches, that Git recreated to match the SVN semantics, take up hundreds of megabytes...

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds