User Tools

Site Tools


software:subversion:start

This is an old revision of the document!


Subversion (SVN)


To access our svn repository
How to create a new directory under an existing repository

Create the directory structure from the administration interface

      (https://svn.eecs.yorku.ca/admin.php)

Add the users that you want to access the repository (allow Access Allow Modify)

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

  $  svn mkdir https://svn.eecs.yorku.ca/repos/VisionLabPapers\  /ELICCV15

Now that the directory is created and users can have access to it Working Example

 From administrative interface , I added myself to
   seela top level with Access (Allow and Modify)
   Created a directory test1
 Add seela with both allow and modify access
 Ran the following command
 desktop7 % svn mkdir https://svn.eecs.yorku.ca/repos/seela/xyz
 Authentication realm: <https://svn.eecs.yorku.ca:443> Subversion Repository
 Password for '<username>': xxxxxxxx
 ATTENTION!  Your password for authentication realm:
 <https://svn.eecs.yorku.ca:443> Subversion Repository

…… Committing transaction… Committed revision 29.

       $ svn list https://svn.eecs.yorku.ca/repos/VisionLabPapers/est1
         no data
       % svn co https://svn.eecs.yorku.ca/repos/VisionLabPapers/est1
         Will create the directory back to by home directory
         Checked out revision 539
         Created file hello.txt
          % svn status
                     ?         hello.txt
          % svn add hello.txt
            Adding         hello.txt
              Transmitting file data ..
                Committed revision 540. 

</code>

software/subversion/start.1497027192.txt.gz · Last modified: 2017/06/09 12:53 by seela