Difference: SubversionRepository (3 vs. 4)

Revision 42009-02-19 - AndrewPickford

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

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 commits

To 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/trunk

Multiple !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.svn

people 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:

  • In the case of the same email address being listed multiple times (either in the same file or multiple files) only one email will be sent.
  • To edit files beginning with a ! from a linux shell the explanation mark requires escaping, i.e. nano \!email-notify-list.svn.
  -- AndrewPickford - 12 Dec 2008
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback