]> git.pld-linux.org Git - packages/eventum.git/blobdiff - eventum-cvs-config.patch
- update to r3615
[packages/eventum.git] / eventum-cvs-config.patch
index 131976d5b3b55187bc9f01c2fbe3353265b5e958..6d6e65612f75aeaf0682e27e4fe6158980103b40 100644 (file)
  
  if (isset($eventum_url)) {
      $data = parse_url($eventum_url);
+--- eventum/misc/scm/process_svn_commits.php~  2007-02-17 20:45:06.580266717 +0200
++++ eventum/misc/scm/process_svn_commits.php   2007-02-17 20:48:25.014819809 +0200
+@@ -33,13 +33,8 @@
+ // See http://eventum.mysql.org/wiki/index.php/Subversion_integration about SVN integration.
+-// URL to your Eventum installation.
+-// https is supported transparently by PHP 5 if you have openssl module enabled.
+-$eventum_url = 'http://rabbit.impleo.net/';
+-
+-//
+-// DO NOT CHANGE ANYTHING AFTER THIS LINE
+-//
++include '/etc/eventum/scm.php';
++
+ if (isset($eventum_url)) {
+     $data = parse_url($eventum_url);
+ } else {
This page took 0.025989 seconds and 4 git commands to generate.