Hi,
I'm working on a Ruby on Rails (3 beta) project which is basically a simple back-office with users, contents and localizations.
This back-office will be our start for all news projects.
However this base isn't perfect and might be widely improved.
So i would like to keep improving this base during the development of the new project. But to do so i might need to duplicate the modifications.
Do you know a way to do this automatically ? By this I mean automatically merge modifications done to the base into all projects using it and vice versa.
We are using SVN and thinking about using Git or SVN with "Piston". Are we looking in the good direction ?
Thanks in advance for your help.