--- trunk/svn2cvs.pl 2004/03/14 21:49:36 14 +++ trunk/svn2cvs.pl 2004/03/14 21:53:44 15 @@ -180,11 +180,11 @@ my $tmpsvn = $SVNROOT || die "BUG: SVNROOT empty!"; my $tmppath = $e->{'paths'}->{'path'}->[0]->{'content'} || die "BUG: tmppath empty!"; do { -print "## tmppath: $tmppath tmpsvn: $tmpsvn SVNREP: $SVNREP\n"; if ($tmpsvn =~ s,(/\w+/*)$,,) { $SVNREP .= $1; } else { - die "ERROR: can't deduce svn dir from $SVNROOT.\nUsing root of snv repository for current version instead of /trunk/ is not supported.\n"; + print "NOTICE: can't deduce svn dir from $SVNROOT - skipping\n"; + next; } } until ($tmppath =~ m/^$SVNREP/);