svn: Syncing main source code with committed source code

Posted by alam on Server Fault See other posts from Server Fault or by alam
Published on 2010-12-30T11:46:16Z Indexed on 2010/12/30 11:56 UTC
Read the original article Hit count: 443

Filed under:

To manage my source code I have created SVN subversion server by using command

svnadmin create /myrepos
svn import /root/MySourceCode file:///myrepos

I have created user and provided rw access to him. User can easily commit their changes in repository. How can I update my sourcecode (/root/MySourceCode) used in command svn import ? Is there any svn command to update my MySourceCode with commited code?

© Server Fault or respective owner

Related posts about svn