Difference between revisions of "DEI Subversion Administration"

From AIRWiki
Jump to: navigation, search
(Creation with tesxt from the "Airpaper" page)
 
(Adding a new user)
Line 4: Line 4:
 
To add a new user, do the following:
 
To add a new user, do the following:
 
* Go to https://acme.elet.polimi.it/ and login with your Dei account
 
* Go to https://acme.elet.polimi.it/ and login with your Dei account
* Select 'Accounts' -> 'New account', and fill in the data
+
* If needed, [[#Creating a new account|Create a new account]]
 
* Edit the file ''trac.ws.dei.polimi.it:/var/www/trac/<REPOSITORY>/conf/authz''; the syntax is described on the [https://svn.ws.dei.polimi.it/authz.plp help page] on the Subversion server.  Editing is done in three steps:
 
* Edit the file ''trac.ws.dei.polimi.it:/var/www/trac/<REPOSITORY>/conf/authz''; the syntax is described on the [https://svn.ws.dei.polimi.it/authz.plp help page] on the Subversion server.  Editing is done in three steps:
 
** Copy the file to your computer using scp: <pre>scp -p <YOUR_USERNAME>@trac.ws.dei.polimi.it:/var/www/trac/<REPOSITORY>/conf/authz /tmp/</pre>
 
** Copy the file to your computer using scp: <pre>scp -p <YOUR_USERNAME>@trac.ws.dei.polimi.it:/var/www/trac/<REPOSITORY>/conf/authz /tmp/</pre>
 
** Edit the file ''/tmp/authz''
 
** Edit the file ''/tmp/authz''
 
** Copy the file back to the server: <pre>scp /tmp/authz <YOUR_USERNAME>@trac.ws.dei.polimi.it:/var/www/trac/<REPOSITORY>/conf/</pre>
 
** Copy the file back to the server: <pre>scp /tmp/authz <YOUR_USERNAME>@trac.ws.dei.polimi.it:/var/www/trac/<REPOSITORY>/conf/</pre>
 +
 +
==Creating a new account==
 +
This operation can be performed by anyone who has a valid departmental account. 
 +
* Go to https://acme.elet.polimi.it/ and login with your Dei account
 +
* Select 'Accounts' -> 'New account'
 +
* Fill in the data (users can subsequently change their passwords)

Revision as of 11:45, 27 May 2009

This page contains instruction for administrator of Subversion repository hosted on the departmental servers.

Adding a new user

To add a new user, do the following:

  • Go to https://acme.elet.polimi.it/ and login with your Dei account
  • If needed, Create a new account
  • Edit the file trac.ws.dei.polimi.it:/var/www/trac/<REPOSITORY>/conf/authz; the syntax is described on the help page on the Subversion server. Editing is done in three steps:
    • Copy the file to your computer using scp:
      scp -p <YOUR_USERNAME>@trac.ws.dei.polimi.it:/var/www/trac/<REPOSITORY>/conf/authz /tmp/
    • Edit the file /tmp/authz
    • Copy the file back to the server:
      scp /tmp/authz <YOUR_USERNAME>@trac.ws.dei.polimi.it:/var/www/trac/<REPOSITORY>/conf/

Creating a new account

This operation can be performed by anyone who has a valid departmental account.

  • Go to https://acme.elet.polimi.it/ and login with your Dei account
  • Select 'Accounts' -> 'New account'
  • Fill in the data (users can subsequently change their passwords)