Changes between Initial Version and Version 1 of Internal/SVN


Ignore:
Timestamp:
Jul 6, 2011, 7:36:17 PM (13 years ago)
Author:
jsingh
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/SVN

    v1 v1  
     1Sample 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}}}
     5Add your local copy of the code to the svn , the following command will add folder 1.0 into the svn url location
     6{{{
     7svn import ./1.0 http://svn.orbit-lab.org/svn/wimax/ogs_login/tags/
     8}}}
     9Moving one directory to another
     10{{{
     11svn 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}}}