Language Technology at UiT The Arctic University of Norway

The Divvun and Giellatekno teams build language technology aimed at minority and indigenous languages

View GiellaLT on GitHub divvungiellatekno/giellalt.uit.no

Page Content

Adding or changing user and the password

sudo htpasswd -m /etc/subversion/svn-auth-file sally
New password: *******
Re-type new password: *******
Adding password for user sally

Add the user on the commmitters line in the file /etc/subversion/svn-authz. Relevant user info is found in admin in a private folder – and should be kept.

Adding users to the svn mailing alias

Optionally, add the user to the alias samicvs in the file /etc/aliases, and run the program newaliases.

Adding new aliases for svn mail (i.e., new sets of files to send mail about to different users)

New aliases for groups of files for svn should be added to the file /etc/aliases. Thereafter, they will be used in the so-called post-commit hook (i.e. their svn messages will be sent to the members of the alias in question. Do as follows:

TODO: Document the implementation of this