/[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 19 by dpavlin, Sun Mar 6 12:16:58 2005 UTC revision 20 by dpavlin, Mon Apr 18 16:43:08 2005 UTC
# Line 221  foreach my $e (@{$xml->{'logentry'}}) { Line 221  foreach my $e (@{$xml->{'logentry'}}) {
221          my $tmpsvn = $SVNROOT || die "BUG: SVNROOT empty!";          my $tmpsvn = $SVNROOT || die "BUG: SVNROOT empty!";
222          my $tmppath = $e->{'paths'}->{'path'}->[0]->{'content'} || die "BUG: tmppath empty!";          my $tmppath = $e->{'paths'}->{'path'}->[0]->{'content'} || die "BUG: tmppath empty!";
223          do {          do {
224                  if ($tmpsvn =~ s,(/\w+)/*$,,) {                  if ($tmpsvn =~ s#(/[^/]+)/*$##) {
225                          $SVNREP .= $1;                          $SVNREP = $1 . $SVNREP;
226                  } else {                  } else {
227                          print "NOTICE: can't deduce svn dir from $SVNROOT - skipping\n";                          print "NOTICE: can't deduce svn dir from $SVNROOT - skipping\n";
228                          next;                          next;
# Line 404  create module and than dump all revision Line 404  create module and than dump all revision
404  Group commit operations to save round-trips to CVS server.  Group commit operations to save round-trips to CVS server.
405  Documentation improvements and other small fixes.  Documentation improvements and other small fixes.
406    
407    =item r20
408    
409    Fixed path deduction (overlap between Subversion reporistory and CVS checkout).
410    
411  =back  =back
412    

Legend:
Removed from v.19  
changed lines
  Added in v.20

  ViewVC Help
Powered by ViewVC 1.1.26