/[svn2cvs]/trunk/svn2cvs.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/svn2cvs.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 8 by dpavlin, Thu Mar 11 16:26:49 2004 UTC revision 10 by dpavlin, Thu Mar 11 16:48:38 2004 UTC
# Line 21  if (@ARGV < 2) { Line 21  if (@ARGV < 2) {
21    
22  my ($SVNROOT,$CVSROOT, $CVSREP) = @ARGV;  my ($SVNROOT,$CVSROOT, $CVSREP) = @ARGV;
23    
24  if ($SVNROOT !~ m,^\w+:///*\w+,) {  if ($SVNROOT !~ m,^[\w+]+:///*\w+,) {
25          print "ERROR: invalid svn root $SVNROOT\n";          print "ERROR: invalid svn root $SVNROOT\n";
26          exit 1;          exit 1;
27  }  }

Legend:
Removed from v.8  
changed lines
  Added in v.10

  ViewVC Help
Powered by ViewVC 1.1.26