LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   SVN multiple users accessing same files. (https://www.linuxquestions.org/questions/linux-server-73/svn-multiple-users-accessing-same-files-551950/)

DavidDiggs 05-07-2007 08:50 AM

SVN multiple users accessing same files.
 
Currently we have a local/testing server setup and we edit and modify files on that server via SAMBA. I just setup an SVN server and am wondering if there are any issues when having multiple users add to update repository from the same file system/set of files. We/I plan to use TortiseSVN as our client.

unixtech 05-08-2007 03:07 PM

If I remember correctly with subversion if two or more users are editing the same file whom ever makes the commit first will update the repository and when the second,third,etc person attempts to commit subversion will warn them that a new version of the file exists and I believe you have a choice to update or merge the files. Subversions mainly used purpose is for development teams that would have multiple developers committing and changing many of the same files. You could also check out a web front end to your repository here http://websvn.tigris.org/


All times are GMT -5. The time now is 05:17 AM.