| 1 | Sample svn locations and commands to access our repositories. Lets checkout ogs_login from our repository [[BR]] |
| 2 | {{{ |
| 3 | svn co http://svn.orbit-lab.org/svn/wimax/ogs_login |
| 4 | }}} |
| 5 | Add your local copy of the code to the svn , the following command will add folder 1.0 into the svn url location |
| 6 | {{{ |
| 7 | svn import ./1.0 http://svn.orbit-lab.org/svn/wimax/ogs_login/tags/ |
| 8 | }}} |
| 9 | Moving one directory to another |
| 10 | {{{ |
| 11 | svn move http://svn.orbit-lab.org/svn/wimax/ogs_login/tags/ogs.rb http://svn.orbit-lab.org/svn/wimax/ogs_login/tags/1.0/ |
| 12 | }}} |