phpgroupware-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[phpGroupWare-developers] [sr #106102] svn beta


From: Dave Hall
Subject: [phpGroupWare-developers] [sr #106102] svn beta
Date: Thu, 29 Nov 2007 09:31:52 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.10) Gecko/20071126 Ubuntu/7.10 (gutsy) Firefox/2.0.0.10

Follow-up Comment #5, sr #106102 (project administration):

This is from the phpgw-dev list

From:   christian bac <address@hidden>

Hi,
I don't know how subversion is integrated into savannah, but there can have a
problem related to the fact that svnnotify is associated to perl.

We faced this problem when integrating svn into picoforge, cause we jail the
svn part in a separate location of the system.

It was difficult for us to have the software guess what is really
necessary for perl modules to work.

We choosed another solution based on the use of svn related software and of a
small mailer (nail) that is configured to send mail to localhost via smtp
(this helps go out of the jail).

Here are the 5 last lines in my post-commit hook. 

REPOS="$1"
REV="$2"
PROJECT=`basename $1`

( /usr/bin/svnlook info -r $REV $REPOS ; /usr/bin/svnlook changed -r
$REV $REPOS ) | /usr/bin/nail -s "Svn Commit on $PROJECT "
 address@hidden 

If this can help in configuring savannah.

C.Bac

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/support/?106102>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]