Subversion: Difference between revisions

From IThelp
No edit summary
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''OUTDATED. Subversion is replaced by git.app.uib.no as of 5th of july 2018'''
'''Subversion is replaced by [https://git.app.uib.no git.app.uib.no] as of 5 July 2018'''
[[no:Subversion]]
[[no:Subversion]]
==Available services at UiB==
The IT department operates a subversion service on subversion.uib.no (aka svn.uib.no). Contact [http://https://bs.uib.no/ BRITA] for access and new repos.
===Who can get access?===
Students and employees can get account and repository(repo). Externals can get an account and can co-administer repos (but not own repos).
BUT!: Each repo is created by IT dep, each group is created by IT dep., each account is created by IT dep. and administrative privileges are assigned by IT dep.
===Use===
You repo with the name ''myRepo'' has two urls:
* https://svn.uib.no/myRepo
* https://subversion.uib.no/repos/myRepo
===Administration===
Once your account is created you can log on and administer the account and any groups/repos you administer. Log on at https://subversion.uib.no/accessmanager
'''You must yourself give access rights to your rep, even to yourself!'''
'''Changes are effectuated every 10th minute.''' So it might take as long as 10 minutes before your changes in the web interface is in effect on the actual repo.
===Statistics===
It is possible to get your own page with statistics. Ask for details.
==Frequently Answered Questions==
===My password does not work when I check out for the first time===
Repo administrators must give access to repos themselves, even to themselves! Also remember to wait 10 minutes for the changes to take effect.
===How can I do the repo world readable?===
Add the user * (Everyone) with read permissions. This user will not get write access even if you try to give this permission!
===I'm trying to change password, but my password is not accepted.===
Passwords must meet 3 of these 4 conditions:
# numbers
# special characters
# capitol letters
# small letters
The password must be at least 8 characters long. In addition you cannot assign the same password as used on other UiB systems. This is due to the fact that Subversion stores passwords in plain text in your home directory and you hence should use a different password in subversion than everywhere else!
==Tips and tricks==
===Remove stored passwords in subversion/subclipse===
Unfortunately Subversion stores passwords in plain text in your home directory, this is how you remove all stored passwords.
*If you use Linux open a terminal and type:<pre>rm ~/.subversion/auth/svn.simple/*</pre>
*If you use Windows open your home folder and delete all files in <pre>.subversion\auth\svn.simple\ </pre>
[[Category:Version control]]

Latest revision as of 06:09, 6 July 2018

Subversion is replaced by git.app.uib.no as of 5 July 2018