[CODE4LIB] Version control and local changes

2011-05-09 Thread Yitzchak Schaffer
Hello all, We primarily use Mercurial for version control, having migrated from SVN over the past year or so. I am currently trying to figure out the best way to version local (production) changes to controlled libraries. I'm still trying to understand the different branching possibilities of

Re: [CODE4LIB] Version control and local changes

2011-05-09 Thread Gabriel Farrell
The great thing about any DVCS is how easy it is to clone repos, then push and pull between any two clones. Most of the projects I work on are on github (a couple still in hg on googlecode), so that's the public repo. I have a live clone of the public repo, but between the two I have staging