* trouble getting git cvsimport working
@ 2009-01-10 13:16 Caleb Cushing
2009-01-10 14:25 ` Johannes Schindelin
0 siblings, 1 reply; 4+ messages in thread
From: Caleb Cushing @ 2009-01-10 13:16 UTC (permalink / raw)
To: git
not sure what I'm doing wrong.
actual cvs command
cvs -d :pserver:anonymous@anoncvs.gentoo.org:/var/cvsroot co gentoo-x86
what I'm trying
git cvsimport -a -v -d
:pserver:anonymous@anoncvs.gentoo.org/var/cvsroot/ gentoo-x86 -C
portage
Initialized empty Git repository in /home/portdev/cvs/portage/.git/
Running cvsps...
parse error on third token
WARNING: malformed CVS version: no data
WARNING: malformed CVS version str: (UNKNOWN CLIENT)
WARNING: Your CVS client version:
[(UNKNOWN CLIENT)]
and/or server version:
[(UNKNOWN SERVER)]
are too old to properly support the rlog command.
This command was introduced in 1.11.1. Cvsps
will use log instead, but PatchSet numbering
may become unstable due to pruned empty
directories.
sh: cvs: command not found
DONE; creating master branch
fatal: refs/heads/origin: not a valid SHA1
fatal: master: not a valid SHA1
fatal: You are on a branch yet to be born
checkout failed: 32768
help would be appreciated.
--
Caleb Cushing
http://xenoterracide.blogspot.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: trouble getting git cvsimport working
2009-01-10 13:16 trouble getting git cvsimport working Caleb Cushing
@ 2009-01-10 14:25 ` Johannes Schindelin
2009-01-10 14:35 ` Caleb Cushing
0 siblings, 1 reply; 4+ messages in thread
From: Johannes Schindelin @ 2009-01-10 14:25 UTC (permalink / raw)
To: Caleb Cushing; +Cc: git
Hi,
On Sat, 10 Jan 2009, Caleb Cushing wrote:
> sh: cvs: command not found
What's this?
Ciao,
Dscho
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: trouble getting git cvsimport working
2009-01-10 14:25 ` Johannes Schindelin
@ 2009-01-10 14:35 ` Caleb Cushing
2009-01-10 14:55 ` Johannes Schindelin
0 siblings, 1 reply; 4+ messages in thread
From: Caleb Cushing @ 2009-01-10 14:35 UTC (permalink / raw)
To: Johannes Schindelin; +Cc: git
> > sh: cvs: command not found
>
>
> What's this?
does git need more than cvsps to work (I assumed my package manager
had installed all needed deps)? I installed cvs after you pointed that
out...
git cvsimport -a -v -d
:pserver:anonymous@anoncvs.gentoo.org/var/cvsroot/ gentoo-x86 -C
portage
Initialized empty Git repository in /home/portdev/cvs/portage/.git/
Running cvsps...
parse error on third token
WARNING: malformed CVS version str: Server: (unknown)
WARNING: Your CVS client version:
[Client: Concurrent Versions System (CVS) 1.12.12 (client)]
and/or server version:
[Server: (unknown)]
are too old to properly support the rlog command.
This command was introduced in 1.11.1. Cvsps
will use log instead, but PatchSet numbering
may become unstable due to pruned empty
directories.
cvs log: warning: failed to open /home/portdev/.cvspass for reading:
No such file or directory
cvs log: in directory .:
cvs [log aborted]: there is no version here; run 'cvs checkout' first
DONE; creating master branch
fatal: refs/heads/origin: not a valid SHA1
fatal: master: not a valid SHA1
fatal: You are on a branch yet to be born
checkout failed: 32768
--
Caleb Cushing
http://xenoterracide.blogspot.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: trouble getting git cvsimport working
2009-01-10 14:35 ` Caleb Cushing
@ 2009-01-10 14:55 ` Johannes Schindelin
0 siblings, 0 replies; 4+ messages in thread
From: Johannes Schindelin @ 2009-01-10 14:55 UTC (permalink / raw)
To: Caleb Cushing; +Cc: git
Hi,
On Sat, 10 Jan 2009, Caleb Cushing wrote:
> git cvsimport -a -v -d
> :pserver:anonymous@anoncvs.gentoo.org/var/cvsroot/ gentoo-x86 -C
> portage
> Initialized empty Git repository in /home/portdev/cvs/portage/.git/
> Running cvsps...
> parse error on third token
> WARNING: malformed CVS version str: Server: (unknown)
> WARNING: Your CVS client version:
> [Client: Concurrent Versions System (CVS) 1.12.12 (client)]
> and/or server version:
> [Server: (unknown)]
> are too old to properly support the rlog command.
> This command was introduced in 1.11.1. Cvsps
> will use log instead, but PatchSet numbering
> may become unstable due to pruned empty
> directories.
This is the problem.
> cvs log: warning: failed to open /home/portdev/.cvspass for reading:
> No such file or directory
> cvs log: in directory .:
> cvs [log aborted]: there is no version here; run 'cvs checkout' first
And this is the solution: Just try
$ cvs -d :pserver:anonymous@anoncvs.gentoo.org/var/cvsroot/ \
co gentoo-x86
$ cd gentoo-x86
$ git cvsimport -v
(I assume it is a live repository, so -a is dangerous.)
Hth,
Dscho
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-01-10 14:56 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-10 13:16 trouble getting git cvsimport working Caleb Cushing
2009-01-10 14:25 ` Johannes Schindelin
2009-01-10 14:35 ` Caleb Cushing
2009-01-10 14:55 ` Johannes Schindelin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).