[jboss-cvs] JBossAS SVN: r87034 - projects/ejb3/trunk/hudson/svn.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 9 04:08:18 EDT 2009


Author: wolfc
Date: 2009-04-09 04:08:18 -0400 (Thu, 09 Apr 2009)
New Revision: 87034

Added:
   projects/ejb3/trunk/hudson/svn/svn.xinetd
Modified:
   projects/ejb3/trunk/hudson/svn/Makefile
Log:
Install svnserve in xinetd


Modified: projects/ejb3/trunk/hudson/svn/Makefile
===================================================================
--- projects/ejb3/trunk/hudson/svn/Makefile	2009-04-09 06:45:55 UTC (rev 87033)
+++ projects/ejb3/trunk/hudson/svn/Makefile	2009-04-09 08:08:18 UTC (rev 87034)
@@ -1,2 +1,5 @@
 install:
 	install --no-target-directory --preserve-timestamps --group=svnsync --owner=svnsync fix_rev.sh /var/svn/anonsvn.jboss.org-jbossas/hooks/post-commit
+
+svnserve:
+	sudo install --no-target-directory --preserve-timestamps svn.xinetd /etc/xinetd.d/svn

Added: projects/ejb3/trunk/hudson/svn/svn.xinetd
===================================================================
--- projects/ejb3/trunk/hudson/svn/svn.xinetd	                        (rev 0)
+++ projects/ejb3/trunk/hudson/svn/svn.xinetd	2009-04-09 08:08:18 UTC (rev 87034)
@@ -0,0 +1,10 @@
+service svn
+{
+        port                    = 3690
+        socket_type             = stream
+        protocol                = tcp
+        wait                    = no
+        user                    = svnsync
+        server                  = /usr/bin/svnserve
+        server_args             = -i -r /var/svn
+}


Property changes on: projects/ejb3/trunk/hudson/svn/svn.xinetd
___________________________________________________________________
Name: svn:eol-style
   + native




More information about the jboss-cvs-commits mailing list