How do I store in subversion my customizations to a public open source project?
Posted
by Clyde
on Stack Overflow
See other posts from Stack Overflow
or by Clyde
Published on 2010-03-19T12:48:12Z
Indexed on
2010/03/19
12:51 UTC
Read the original article
Hit count: 239
Hi, I'm working on customizing a couple of open source projects in ways that are very much personalized -- i.e., not appropriate to send the patches back to the maintainers for the public. One of them is stored in CVS, one in SVN. I use SVN for my own work.
The CVS project is fine. I check the tree in to my svn repository, including the CVS directories. I can commit all my changes, and still do a cvs update to stay up to date with bug fixes/features of the public project.
How should I work on the svn project? Is there a 'best practice' or known procedure for this kind of scenario?
© Stack Overflow or respective owner