What's the best subversion client to use for a working copy on a network share that's being modified by other users without a subversion client?
- by loupai
That probably sounds confusing. Here's my situation:
I have a software project I'd like to version control with Subversion.
The project files are on a network share which is modified by several users.
I'd like to version control the directory with caveat that many of the users are not going to be using a SVN client when they add, modify, move, and rename files.
I'll be doing all the version control myself along with one or two other users.
When I commit the changes with an SVN client I'd assume that all changes made to file, all deletions, renames, etc are intentional.
So how do I detect these changes if as user made them without using a client like TortoiseSVN? Can anyone recommend a client that could determine possible renames, deletions, and moved files? Thanks!