/[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 16 by dpavlin, Mon Mar 15 12:21:32 2004 UTC revision 17 by dpavlin, Thu Mar 18 12:29:15 2004 UTC
# Line 158  sub in_entries($) { Line 158  sub in_entries($) {
158                  die "can't split '$path' to dir and file!";                  die "can't split '$path' to dir and file!";
159          } else {          } else {
160                  my ($d,$f) = ($1,$2);                  my ($d,$f) = ($1,$2);
161                  if ($d !~ m,/$,) {                  if ($d !~ m,/$, && $d ne "") {
162                          $d .= "/";                          $d .= "/";
163                  }                  }
164                  open(E, $d."CVS/Entries") || die "can't open ${d}CVS/Entries: $!";                  open(E, $d."CVS/Entries") || die "can't open ${d}CVS/Entries: $!";

Legend:
Removed from v.16  
changed lines
  Added in v.17

  ViewVC Help
Powered by ViewVC 1.1.26