Skip to content

Commit

Permalink
svn import: unlink downlaoded files
Browse files Browse the repository at this point in the history
Actually removing the files that have been checked out of SVN,
after checking them into git of course, is a good idea...

Signed-Off-By: Matthias Urlichs <smurf@smurf.noris.de>
  • Loading branch information
Matthias Urlichs committed Oct 10, 2005
1 parent 3ef378a commit 22dcbb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions git-svnimport.perl
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ ($$$)
my $sha = <$F>;
chomp $sha;
close $F;
unlink $name;
my $mode = "0644"; # SV does not seem to store any file modes
return [$mode, $sha, $path];
}
Expand Down

0 comments on commit 22dcbb7

Please sign in to comment.