User Tools

Site Tools


software:subversion:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software:subversion:start [2017/06/09 12:53] seelasoftware:subversion:start [2017/06/09 13:10] (current) seela
Line 1: Line 1:
 ======Subversion (SVN)====== ======Subversion (SVN)======
 \\ \\
-==To access our svn repository== +==To access eecs svn repository== 
-https://svn.eecs.yorku.ca/repos/<REpository-name>+https://svn.eecs.yorku.ca/repos/<Repository-name>
 \\ \\
 ==How to create a new directory under an existing repository== ==How to create a new directory under an existing repository==
Line 11: Line 11:
 The directory must be created by the owner of the repository The directory must be created by the owner of the repository
 In this case (You). If however the user is at the top level of your repository, with (Allow Modify access)  he/she can add the directory as well In this case (You). If however the user is at the top level of your repository, with (Allow Modify access)  he/she can add the directory as well
-    $  svn mkdir https://svn.eecs.yorku.ca/repos/VisionLabPapers\  /ELICCV15+    $  svn mkdir https://svn.eecs.yorku.ca/repos/seela/xyz
 Now that the directory is created and users can have access to it Now that the directory is created and users can have access to it
 Working Example Working Example
Line 28: Line 28:
 Committed revision 29. Committed revision 29.
  
- +$ svn list https://svn.eecs.yorku.ca/repos/seela/xyz
-    +
- +
-         $ svn list https://svn.eecs.yorku.ca/repos/VisionLabPapers/est1+
            no data            no data
-         svn co https://svn.eecs.yorku.ca/repos/VisionLabPapers/est1 +svn co https://svn.eecs.yorku.ca/repos/seela/xyz 
-           Will create the directory back to by home directory +  Will create the directory back to by home directory 
-           Checked out revision 539 +  Checked out revision 29. 
- +  Created file hello.txt 
-           Created file hello.txt +svn status 
- +  ?         hello.txt 
-            % svn status +svn add hello.txt 
-                       ?         hello.txt +  Adding         hello.txt 
-            svn add hello.txt +  Transmitting file data ..
-              Adding         hello.txt +
-                Transmitting file data .. +
-                  Committed revision 540.  +
-</code>+
  
 +==Accessing svn from a MacOS, Linux Desktop or WindowsOS==
 +On unix like operating systems , svn has a default client /usr/bin/svn
 +On Windows you can download a free client = Most common is TortoiseSVN
  
  
software/subversion/start.1497027192.txt.gz · Last modified: 2017/06/09 12:53 by seela