This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
svn_hints [2013/05/20 15:30] bhkong |
svn_hints [2013/05/20 15:32] (current) bhkong [Creating a repo] |
||
---|---|---|---|
Line 3: | Line 3: | ||
Assuming you have an account already, log on to the admin panel [[https://svn.ics.uci.edu/svnadmin/titans/|here]]. Once you've logged in, click on Add under Repositories. You should now see a text field for the Repository name and a Create button. Enter in the desired name of your repo (e.g., “my_repo”), then click Create. Your repo should be now created and you should be able to see it if you click on List under Repositories. | Assuming you have an account already, log on to the admin panel [[https://svn.ics.uci.edu/svnadmin/titans/|here]]. Once you've logged in, click on Add under Repositories. You should now see a text field for the Repository name and a Create button. Enter in the desired name of your repo (e.g., “my_repo”), then click Create. Your repo should be now created and you should be able to see it if you click on List under Repositories. | ||
- | Next, you'll want to give yourself read and write permissions. Click on List under Access-Paths and find the name of the repo you just created. Click on the repo name and you'll be presented with a page to add/modify/remove user permissions for the particular repo. Select your username from the User dropdown, change the permission to "Read & Write" and click Assign. You'll now have read your repo, and commit changes to it. | + | Next, you'll want to give yourself read and write permissions. Click on List under Access-Paths and find the name of the repo you just created. Click on the repo name and you'll be presented with a page to add/modify/remove user permissions for your repo. Select your username from the User dropdown, change the permission to "Read & Write" and click Assign. You'll now have read your repo, and commit changes to it. |