Search Results

3
votes

In-place editing, version control - what’s your solution?

As said before you are trying to use SVN for something that should be using a DVCS like git or Mercurial. Everyone can have their own repository, and then sync it with the mais central repo …