home home

downloads files

forum forum

docs docs

wiki wiki

faq faq

Cube & Cube 2 FORUM


CVS ...

by Whitetemplar on 08/01/2007 22:22, 30 messages, last message: 08/12/2007 17:01, 11097 views, last view: 05/18/2024 15:46

i have an error when i try to update my version of sauer with wincvs :

TCL or Python are not available, shell is disabled
Saved settings for D:\Sauer successfully...
cvs -d:pserver:anonymous@sauerbraten.cvs.sourceforge.net:/cvsroot/sauerbraten login

cvs -z3 -d:pserver:anonymous@sauerbraten.cvs.sourceforge.net:/cvsroot/sauerbraten co -P sauerbraten

Saved settings for D:\Sauer successfully...
cvs update -P (in directory D:\Sauer\)
Saved settings for D:\Sauer successfully...
cvs update: warning: unrecognized response `'ssh' n'est pas reconnu en tant que commande interne
' from cvs server
cvs update: warning: unrecognized response `ou externe, un programme ex‚cutable ou un fichier de commandes.
' from cvs server
cvs [update aborted]: end of file from server (consult above messages if any)

***** CVS exited normally with code 1 *****



sorry for the fench words :/
but i dont understand what is this problem and what is it!!

   Board Index    Go to next 20 messagesGo to last 20 messages

#1: ..

by Whitetemplar on 08/01/2007 22:23

*And why i have it*
sorry

reply to this message

#2: ..

by Soulsliver on 08/02/2007 01:49

I cant help. I´m using Tortoise CVS and there are no problems here. If you want I can give you a fast rundown on how to set it up.

reply to this message

#3: ..

by Quin on 08/02/2007 06:52

Sourceforge requires ssh encryption on CVS transactions, I accomplish this by using TortoiseCVS and installing PuTTY's 'Plink' for use with it.

You can get a comprehensive guide and documentation on CVS usage for a number of operating systems by visiting the Sourceforge project's CVS page, which for Sauerbraten is located at: http://sourceforge.net/cvs/?group_id=102911

reply to this message

#4: ..

by Whitetemplar on 08/02/2007 13:00

when i try with tortoise it ask me a password, i push enter and that dont work

reply to this message

#5: ..

by makkE on 08/02/2007 13:54

Use SmartCvs. Best cvs/snv frontends available, all platforms.

http://www.syntevo.com/

reply to this message

#6: ..

by Q009 on 08/02/2007 15:02

Use TortoiseCVS
or TortoiseSVN

reply to this message

#7: Re: ..

by Quin on 08/02/2007 15:34, refers to #4

SSH connection is only for developers. If you're using the 'pserver' method and logging in as anonymous then it should work no matter what program you use.

reply to this message

#8: ..

by Soulsliver on 08/02/2007 17:11

For TortoiseCVS:

If you make a new module copy the following line into VCSROOT:

-d:pserver:anonymous@sauerbraten.cvs.sourceforge.net:/cvsroot/sauerbraten

Then click on "Fetch list" and wait for Tortoise to get the list.

select sauerbraten from the dropdown list.

That should do it.

reply to this message

#9: ..

by Whitetemplar on 08/02/2007 17:16

dont work

reply to this message

#10: ..

by SheeEttin on 08/06/2007 04:57

I'm trying to check out CVS right now, but for some reason, it's uploading something!

I tried it once with CVS itself, "cvs -z3 -d:pserver:anonymous@sauerbraten.cvs.sourceforge.net:/cvsroot/sauerbraten co -P sauerbraten" (that line was provided by Sourceforge) and once with a GUI, which used "cvs -f -d :pserver:anonymous@sauerbraten.cvs.sourceforge.net:/cvsroot/sauerbraten checkout -P sauerbraten". I have no idea what it's uploading, but I don't have write access to the CVS (I assume anonymous doesn't have write access), so I figured I'd let it work and see what happened.

reply to this message

#11: Re: ..

by SheeEttin on 08/07/2007 01:47, refers to #10

Poking around a bit more, I found the -t option, and it is indeed uploading to the server. Here's what it says:

$ cvs -t -z3 -d:pserver:anonymous@sauerbraten.cvs.sourceforge.net:/cvsroot/sauerbraten checkout -P sauerbraten
-> main: Session ID is hrzMimBuuf9PvKss
-> main loop with CVSROOT=/cvsroot/sauerbraten
-> safe_location( where=(null) )
-> open_connection_to_server (:pserver:anonymous@sauerbraten.cvs.sourceforge.net:/cvsroot/sauerbraten)
-> Connecting to sauerbraten.cvs.sourceforge.net(66.35.250.88):2401.
S-> my_module (sauerbraten, Updating, , )
-> Sending file `blood.png' to server
[...]

After that, it starts listing all the files in my Sauer dir. Anyone know what caused this, or any help at all?

reply to this message

#12: Re: ..

by Quin on 08/07/2007 02:53, refers to #11

It looks like you're doing a checkout in a pre-existing Sauerbraten directory. 'cvs checkout' should be done to make a fresh copy, which you subsequently 'cvs update' to get newer revisions.

reply to this message

#13: Re: ..

by SheeEttin on 08/07/2007 04:55, refers to #12

Yes, that is actually a checkout, but it does the same thing on an update (with a little variance in the output, namely, no "safe_location" line).

From what it says in the man page and other places, I understand that it'd do the same thing. It certainly shouldn't be uploading for a checkout in any case, should it?

reply to this message

#14: Re: ..

by Quin on 08/07/2007 08:35, refers to #13

No.. it shouldn't.

reply to this message

#15: Re: ..

by SheeEttin on 08/07/2007 23:19, refers to #14

Any idea on how to fix it?

reply to this message

#16: Re: ..

by Quin on 08/08/2007 04:09, refers to #15

I'm no master of CVS myself (prior to Sauer I used only SVN).

It "just works" for me, if it didn't I'd probably be just as frustrated.

reply to this message

#17: Re: ..

by SheeEttin on 08/08/2007 04:11, refers to #16

Ah, well. Thanks anyway. Guess I'll just do a fresh checkout and a "cp -u" to get the newer files.

reply to this message

#18: Message censored by administrator

by ATIRULE on 08/09/2007 03:18

#19: Re: ..

by SheeEttin on 08/11/2007 05:26, refers to #17

Sigh...
That didn't work. Something I changed messes up CVS, but I have no idea what it is... I didn't touch any CVS stuff.

reply to this message

#20: Re: CVS A and CVS B

by MeatROme on 08/11/2007 14:19, refers to #19

mmh. if you copy the SauerMOD dir-structure into the Sauerbraten CVS repository this will surely confuse your CVS-client - eliminate the CVS subdirs inside the SauerMOD structure after copying, before trying to update Sauerbraten again.
A bit of a hassle - I know - but I haven't found out how to work cvs-ignore so they can happily reside together myself ... so I'd appreciate any insights on that - if someone has any ;)

reply to this message

   Board Index    Go to next 20 messagesGo to last 20 messages


Unvalidated accounts can only reply to the 'Permanent Threads' section!


content by Aardappel & eihrul © 2001-2024
website by SleepwalkR © 2001-2024
54037665 visitors requested 71817899 pages
page created in 0.028 seconds using 9 queries
hosted by Boost Digital