* [PATCH] cvsimport: Don't let local settings hinder cvs user-migration.
@ 2005-11-25 1:37 Andreas Ericsson
0 siblings, 0 replies; only message in thread
From: Andreas Ericsson @ 2005-11-25 1:37 UTC (permalink / raw)
To: git
Avoid this by passing "--norc" to cvsps.
Signed-off-by: Andreas Ericsson <ae@op5.se>
---
git-cvsimport.perl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
applies-to: c183291c9f13912f9111ee0ab2e24ac47f3147ed
11f061ae28cca5071bfd7a344808b84c399bdbbe
diff --git a/git-cvsimport.perl b/git-cvsimport.perl
index efe1934..08a890c 100755
--- 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";
}
}
---
0.99.9.GIT
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2005-11-25 1:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-25 1:37 [PATCH] cvsimport: Don't let local settings hinder cvs user-migration Andreas Ericsson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox