Right now we are using SVN for our subversion control. And we are pretty happy with it. We use it for following case
- Project Sharing and merging the code.
Now we also want to use the following case
- There is a folder say "plugin" which is needed to include in many project as a subfolder , now when we change something in "plugin" and commit it. The changes should affect in the subfolder of all project having it (atleast it should show incoming changes for the plugin folder in projects).
I have following queries:
- Can we do the second case in subversion. If yes, how??
- Is git better for both the cases, if yes, then how to start with git and achive the two cases.