noresm:svnnorstorehowto

This is an old revision of the document!


How-to for subversion on NorStore

NorStore uses the svnserve server solution to connect local svn repositories to the internet.

For every new repository, an svnmerge demon is started as background process on the NorStore node noresg.norstore.uio.no. The svn repository recieves the URL svn://noresg.norstore.uio.no/<repository name>.

To administer svn repositories on NorStore, following prerequisites must be fulfilled:

  • you must have a user account at NorStore
  • your NorStore user account must be member in the ns2345k group
  • your NorStore user account must have access to noresg.norstore.uio.no

Users that fulfill these prerequisites can take local ns2345k repositories stored in (<wiki>/projects/NN2345K/svn</nowiki>) online/offline and have the full flexibility to grant read/write access for NorStore svn repositories to external users (i.e., the normal use of the repositories does not require a NorStore account).

Log on to norstore.uio.no via ssh.

Change directory to /projects/NS2345K/svn.

Create a new svn repository with

svnadmin create testrepo

where testrepo is to be replaced with a name of your choice.

The new repository is now set up in /projects/NS2345K/svn/testrepo.

Edit testrepo/conf/svnserve.conf for general customisation of access rights.

To grant anonymous read, change

# anon-access = read     

to

anon-access = read

To grant write access to authenticated users, change

# auth-access = write

to

auth-access = write  

IMPORTANT: Make sure to remove all leading blanks when activating an option.

The users of the repository are defined in testrepo/conf/passwd with user name and password, e.g.

[users]
harry = harryssecret
sally = sallyssecret

Further fine tuning of access rights can be done in testrepo/conf/authz.

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • noresm/svnnorstorehowto.1418922338.txt.gz
  • Last modified: 2022-05-31 09:23:24
  • (external edit)