Multiple repositories or single repository with branches?

Posted by Goro on Stack Overflow See other posts from Stack Overflow or by Goro
Published on 2010-05-04T20:35:18Z Indexed on 2010/05/04 20:38 UTC
Read the original article Hit count: 147

Filed under:
|

I have been working on a project for some time, and it has branched off into several different versions. All versions have some common code base, and each version has specific functionality that is unique, and each version will need to be supported individually.

What SVN structure would you recommend? Right now I am using a separate repository for each project, but the downside of that is that it is impractical for large number of products. The downside of using a single repository with branches is that it would add revision numbers to every branch whether anything was committed, regardless from which branch.

What setup do you/would you use in this situation?

© Stack Overflow or respective owner

Related posts about version-control

Related posts about svn