svn: Syncing main source code with committed source code
- by alam
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?