Re: Breaking up a monolothic repository
From: Ryan Schmidt <subversion-2012c_at_ryandesign.com>
Date: Mon, 9 Sep 2013 17:24:18 -0500
On Sep 9, 2013, at 07:31, Les Mikesell wrote:
> On Sun, Sep 8, 2013 at 8:13 PM, Trent W. Buck wrote:
This is true. Heck, if you use a dvcs like git or hg you'll get a completely random revision number (shaped like a sha1 hash) every time. As someone used to Subversion's usually sequential revision numbers, that bugs me aesthetically, but it works fine.
There are also some reasons why keeping the revision number from the old monolithic repository in your new repositories (with empty padding revisions in between) is a really good idea. Have you ever referenced revision numbers in your issue tracker ("fixed in r111"; "r222 broke xyz") or in emails ("can you explain what you did in r333"; "r444 is a great example of abc") or in commit messages ("reverted r555"; "added file forgotten in r666")? If so, you don't want to renumber revs, because that would invalidate all those references.
|
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.