Sample svn locations and commands to access our repositories. Lets checkout ogs_login from our repository [[BR]] {{{ svn co http://svn.orbit-lab.org/svn/wimax/ogs_login }}} Add your local copy of the code to the svn , the following command will add folder 1.0 into the svn url location {{{ svn import ./1.0 http://svn.orbit-lab.org/svn/wimax/ogs_login/tags/ }}} Moving one directory to another {{{ 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/ }}}