wiki:Internal/SVN

Sample svn locations and commands to access our repositories. Lets checkout ogs_login from our repository

   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/
Last modified 13 years ago Last modified on Jul 6, 2011, 7:36:17 PM
Note: See TracWiki for help on using the wiki.