Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Local Subversion Repository | ||||||||
Line: 12 to 12 | ||||||||
Currently there are three subversion repositories: | ||||||||
Changed: | ||||||||
< < | ||||||||
> > | ||||||||
The test repository is as the name suggests for testing and getting used to using subversion. It will be cleaned out and reset on an irregular basis and without notice. | ||||||||
Line: 129 to 129 | ||||||||
After typing in your grid certificate password the script will generate a proxy valid for 12 hours. This works on both Scientific Linux 4 and Scientific Linux 5 ppe machines. On external machines the https://twiki.ppe.gla.ac.uk/pub/IT/SubversionRepository/svn-grid-proxy-init script should work on any system where the EGEE gLite tools are installed. | ||||||||
Added: | ||||||||
> > | Email notification of commitsTo setup automatic email notification of commits create a file called!email-notify-list.svn containing a list of email addresses in the subversion repository. When any changes are made to files in the directory containing !email-notify-list.svn or in any directory below this directory an email will sent out automatically to the email addresses listed in !email-notify-list.svn file. If the project layout follows the suggested subversion layout of branches , tags and trunk directories then the !email-notify-list.svn file should go in the same directory as the branch , tags and trunk directories. eg:
project_name/!email-notify-list.svn project_name/branches project_name/tags project_name/trunkMultiple !email.notify.list.svn files are also possible for example:
project_name/!email-notify-list.svn project_name/branches project_name/tags project_name/trunk project_name/trunk/!email-notify-list.svnpeople listed in project_name/!email-notify-list.svn will be notified of all changes made to the project and people listed in project_name/trunk/!email-notify-list.svn will only be notified when changes are made in project_name/trunk/ and below.
Notes:
| |||||||
-- AndrewPickford - 12 Dec 2008 |