Search Results

1
vote

What version-control system is most trivial to set up and use for toy projects?

If you are looking for something that is really really esay to set up, then why not go for the free SVN hosting option, you don't have to set up a thing! Sadly the two older ones that every …
1
vote

Git commit text file?

As all have said this is just where you add your commit comment - but for some it may still be confusing esp if you have not configured your editor settings, and you are not aware of what …
-1
votes

Source Control: Multiple repositories for the same project

From a pure SVN perspective nope, you can only have one .svn folder which points to only 1 repo in your working folder. You can make use of post-commit-hooks on your svn repo to try and kee …