projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee72aea
)
cvsimport: Don't let local settings hinder cvs user-migration.
author
Andreas Ericsson
<exon@op5.se>
Fri, 25 Nov 2005 01:37:09 +0000
(
02:37
+0100)
committer
Junio C Hamano
<junkio@cox.net>
Fri, 25 Nov 2005 11:38:18 +0000
(
03:38
-0800)
Avoid this by passing "--norc" to cvsps.
Signed-off-by: Andreas Ericsson <ae@op5.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-cvsimport.perl
patch
|
blob
|
history
diff --git
a/git-cvsimport.perl
b/git-cvsimport.perl
index
efe1934
..
08a890c
100755
(executable)
--- a/
git-cvsimport.perl
+++ b/
git-cvsimport.perl
@@
-502,7
+502,7
@@
unless($pid) {
if ($opt_P) {
exec("cat", $opt_P);
} else {
- exec("cvsps",@opt,"-u","-A",'--root',$opt_d,$cvs_tree);
+ exec("cvsps",
"--norc",
@opt,"-u","-A",'--root',$opt_d,$cvs_tree);
die "Could not start cvsps: $!\n";
}
}