Usage scenario for svn branches

Posted by Paul Knopf on Stack Overflow See other posts from Stack Overflow or by Paul Knopf
Published on 2010-04-10T20:16:28Z Indexed on 2010/04/10 20:23 UTC
Read the original article Hit count: 123

Filed under:
|

I have a product that I distribute to my clients. Each client needs some UI customization. I want each client to be able to get updated with new version easily.

Can I create a project in svn that serves as a "base project", and then create branches for each client? With that said, will I then be able to commit changes in a branch to the branch, with the option of pushing that change to the core? Can I also perform and "update" command in a branch that will only update changes to the core?

© Stack Overflow or respective owner

Related posts about svn

Related posts about branching