Life saving commands of SVN

Reading Time: < 1 minute

Creating a new repo in remote svn

svn mkdir https://svn.XXXX.de/repos/xxx/development/PROJECTNAME/trunk -m “create nuspa directory”

Checking out a directory

svn co https://svn.xxx.de/repos/xxx/development/PROJECTREMOTENAME/trunk PROJECTNAMETOBECREATEDINLOCAL

 

Gathering information on the repository

svn info

or simply get regarding urls

svn info | grep url

Relocating the location of the project

svn relocate  https://scm.adesso.de/scm/svn/adessoturkey/development/xxx/trunk

creating a new branch

svn cp -m “created admin panel branch” https://scm.adesso.de/scm/svn/xx/xx/xx/trunk https://scm.adesso.de/scm/svn/xx/xx/xx/branches/adminpanel

switching to a branch

svn sw https://scm.adesso.de/scm/svn/xx/xx/xx/branches/adminpanel