Update of /cvsroot/sandweb/sandweb/lib/SandWeb
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25217/lib/SandWeb
Modified Files:
Repository.pm
Log Message:
Subversion not supported yet..
Index: Repository.pm
===================================================================
RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Repository.pm,v
retrieving revision 1.54
retrieving revision 1.55
diff -U2 -r1.54 -r1.55
--- Repository.pm 8 Mar 2004 08:01:55 -0000 1.54
+++ Repository.pm 8 Mar 2004 08:38:19 -0000 1.55
@@ -2663,8 +2663,8 @@
sub get_repo_types {
return (
- 'Subversion',
'CVS',
# XXX Not supported ( yet )
# 'RCS',
+# 'Subversion',
);
}
|