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?

Posted by loupai on Programmers See other posts from Programmers or by loupai
Published on 2011-02-18T14:39:43Z Indexed on 2011/02/18 15:33 UTC
Read the original article Hit count: 153

Filed under:
|

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!

© Programmers or respective owner

Related posts about svn

Related posts about subversion