I want to track all changes on a Typo3 live server via SVN. This works well so far but since I've updated an extention with the build in extention manager, I'm getting a SVN error:
svn: 'ext/realurl' is not a working copy directory
This is because the folder was replaced compleatly by the update process. Are there any best practices to handle such changes? Would GIT be a better fit for such a scenario?
Any help is highly appreciated.