Update of /cvsroot/sandweb/sandweb/lib/SandWeb
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17422/lib/SandWeb
Modified Files:
Repository.pm
Log Message:
this fixes some long-outstanding issues on the trunk:
* perl and sh are configurable in install.cfg now, with preference
for perl given to the perl used to run Makefile.PL
(fixes sf.net bug 877125)
* fixed up the tests a bit, needs alot more attention
updated test.cfg to address all the latest config options
* the group file is copied in by default now. We need to add support
to sandweb-admin so users are added to groups at that time.
* reduced the number of warnings we get running under perl 5.8
(deprecations, etc.)
Index: Repository.pm
===================================================================
RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Repository.pm,v
retrieving revision 1.53
retrieving revision 1.54
diff -U2 -r1.53 -r1.54
--- Repository.pm 8 Jul 2003 23:21:23 -0000 1.53
+++ Repository.pm 8 Mar 2004 08:01:55 -0000 1.54
@@ -2663,4 +2663,5 @@
sub get_repo_types {
return (
+ 'Subversion',
'CVS',
# XXX Not supported ( yet )
|