compiling from cvs?

For all the help you need with Armagetron!
Post Reply
User avatar
Your_mom
Match Winner
Posts: 653
Joined: Sun Jun 06, 2004 1:45 am

compiling from cvs?

Post by Your_mom »

im trying to use win cvs so i can try the cvs version what am i doing wrong is the checkout command what im supposed to be using?

Code: Select all

Line 001: $ cvs -d:pserver:anonymous@cvs.sf.net:/cvsroot/armagetronad
\ncheckout armagetronad
\n
\nLine 002: cvs checkout: Updating modulename
\nLine 003: U modulename/LICENSE
\nLine 004: U modulename/Makefile
\nLine 005: U modulename/README
\nLine 006: U modulename/client.c
\nLine 007: U modulename/client.h
\nLine 008: U modulename/server.c
\nLine 009: U modulename/server.h
\nLine 010: $ 
Thats as far as i could figure out. Im pretty sure i did it wrong.
User avatar
Tank Program
Forum & Project Admin, PhD
Posts: 6712
Joined: Thu Dec 18, 2003 7:03 pm

Post by Tank Program »

I'm sorry to say that wincvs is outside of my experience range... I know TortiseCVS and normal CVS tho... The line that it's running looks right tho, so it seems especially curious.
Image
User avatar
Your_mom
Match Winner
Posts: 653
Joined: Sun Jun 06, 2004 1:45 am

Post by Your_mom »

so checkout was the right command at least?
User avatar
Tank Program
Forum & Project Admin, PhD
Posts: 6712
Joined: Thu Dec 18, 2003 7:03 pm

Post by Tank Program »

well, i think, co is the usual tho
Image
User avatar
DrJoeTr0n
"On a Roll. Paper wise."
Posts: 815
Joined: Fri Mar 05, 2004 6:49 am

Post by DrJoeTr0n »

cvs makes me crash, no more cvs code :(
User avatar
Lucifer
Project Developer
Posts: 8751
Joined: Sun Aug 15, 2004 3:32 pm
Location: Republic of Texas

Re: compiling from cvs?

Post by Lucifer »

Your_mom wrote:im trying to use win cvs so i can try the cvs version what am i doing wrong is the checkout command what im supposed to be using?

Code: Select all

Line 001: $ cvs -d:pserver:anonymous@cvs.sf.net:/cvsroot/armagetronad
\ncheckout armagetronad
\n
\nLine 002: cvs checkout: Updating modulename
\nLine 003: U modulename/LICENSE
\nLine 004: U modulename/Makefile
\nLine 005: U modulename/README
\nLine 006: U modulename/client.c
\nLine 007: U modulename/client.h
\nLine 008: U modulename/server.c
\nLine 009: U modulename/server.h
\nLine 010: $ 
Thats as far as i could figure out. Im pretty sure i did it wrong.
For some reason cvs has decided the module you're after is "modulename", when in fact it is "armagetronad". So there's something wrong with your command. Why all the linefeeds in the output? Try getting rid of the linefeed in your commandline.
Check out my YouTube channel: https://youtube.com/@davefancella?si=H--oCK3k_dQ1laDN

Be the devil's own, Lucifer's my name.
- Iron Maiden
User avatar
Z-Man
God & Project Admin
Posts: 11717
Joined: Sun Jan 23, 2005 6:01 pm
Location: Cologne
Contact:

Post by Z-Man »

I think the output comes from the wincvs console window, it does some "decoration". The command

Code: Select all

cvs -d:pserver:anonymous@cvs.sf.net:/cvsroot/armagetronad checkout armagetronad
itself looks good to me; why don't you try to enter it on the command line? All the CVS wrappers for Windows share the problem that, well, they just wrap a command. There are many things that can go wrong, for example you'll get problems entering a password. That seems not to be the problem in your case, however. Since the output stops at the recently manually deleted $ directory, I suspect some error message is swallowed by winCVS.
Post Reply