Directory Assistance
September 10, 2008 12:51 PM
Subscribe
What pitfalls should I look out for when reorganizing a source control repository?
My current job involves being the standard bearer of sorts for good software development practices. As such, I want to get our totally messy Subversion repository reorganized so it can be understood by mere mortals. Complicating matters is the fact that within our group there is a totally separate CVS repository. I would like the code from both of these systems to live in the same place. Fortunately there aren't different branches of the same project across the two systems, as far as I can tell.
Most of the projects in these repositories are self-sufficient, which makes for a lot of duplication, but I think will make the reorg easier at first.
posted by mkb to computers & internet (4 comments total)
4 users marked this as a favorite
2) Get rid of CVS and move it to SVN. People will undoubtedly tell you to move to git or Perforce or whatever, but you shouldn't make any wholesale moves yet.
3) Start re-organizing SVN. You don't say what's messy about it, so I figure you know what you'd want to do here.
posted by rhizome at 1:34 PM on September 10