Skip to content

Commit

Permalink
git-cvsimport-script: update cvsps cache instead of rebuilding it
Browse files Browse the repository at this point in the history
Updating the cache is sufficient for most purposes.
If users really want to rebuild the cache, they can specify
the option themselves.
  • Loading branch information
Sven Verdoolaege committed Jul 4, 2005
1 parent 46e63ef commit 6e7e37b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-cvsimport-script
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ die "Cannot fork: $!\n" unless defined $pid;
unless($pid) {
my @opt;
@opt = split(/,/,$opt_p) if defined $opt_p;
exec("cvsps",@opt,"-x","-A","--cvs-direct",'--root',$opt_d,$cvs_tree);
exec("cvsps",@opt,"-u","-A","--cvs-direct",'--root',$opt_d,$cvs_tree);
die "Could not start cvsps: $!\n";
}

Expand Down

0 comments on commit 6e7e37b

Please sign in to comment.