wiki:Internal/SVN

Version 1 (modified by jsingh, 13 years ago) ( diff )

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/
Note: See TracWiki for help on using the wiki.