Update of /cvsroot/sandweb/sandweb/lib/SandWeb
In directory usw-pr-cvs1:/tmp/cvs-serv24997/lib/SandWeb
Modified Files:
Repository.pm
Log Message:
added lots of debug and fixed some more stuff
Index: Repository.pm
===================================================================
RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Repository.pm,v
retrieving revision 1.22
retrieving revision 1.23
diff -U2 -r1.22 -r1.23
--- Repository.pm 20 Feb 2002 04:49:49 -0000 1.22
+++ Repository.pm 20 Feb 2002 05:14:31 -0000 1.23
@@ -51,5 +51,4 @@
my $file = $args{'file'};
my $repo_type = $self->get_repo_type();
-# my $vcs = $self->get_vcs();
my $root = $self->get_root();
my $sandbox = $self->get_sandbox();
|