/[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 23 by dpavlin, Tue Jan 3 00:03:22 2006 UTC revision 26 by dpavlin, Sun Jul 30 18:45:51 2006 UTC
# Line 253  foreach my $e (@{$xml->{'logentry'}}) { Line 253  foreach my $e (@{$xml->{'logentry'}}) {
253          do {          do {
254                  if ($tmpsvn =~ s#(/[^/]+)/*$##) {                  if ($tmpsvn =~ s#(/[^/]+)/*$##) {
255                          $SVNREP = $1 . $SVNREP;                          $SVNREP = $1 . $SVNREP;
256                    } elsif ($e->{'paths'}->{'path'}->[0]->{'copyfrom-path'}) {
257                            print "NOTICE: copyfrom outside synced repository ignored - skipping\n";
258                            next;
259                  } else {                  } else {
260                          print "NOTICE: can't deduce svn dir from $SVNROOT - skipping\n";                          print "NOTICE: can't deduce svn dir from $SVNROOT - skipping\n";
261                          next;                          next;

Legend:
Removed from v.23  
changed lines
  Added in v.26

  ViewVC Help
Powered by ViewVC 1.1.26