Download a cvs Folder
Moderator: ScummVM Team
Download a cvs Folder
Hi,
I'm trying to download a the residual cvs folder to build it on my mac but i'm getting bored and i don't know how just download the entire folder.
Hope You could help me
See you
I'm trying to download a the residual cvs folder to build it on my mac but i'm getting bored and i don't know how just download the entire folder.
Hope You could help me
See you
Assuming you have Xcode installed, you should be able to use cvs. In order to download residual, you will need to type in:
Code: Select all
cvs -z3 -d:pserver:anonymous@cvs.sf.net/cvsroot/scummvm co residual
- dreammaster
- ScummVM Developer
- Posts: 557
- Joined: Fri Nov 04, 2005 2:16 am
- Location: San Jose, California, USA
Is anyone else having problems with anonymous SourceForge CVS access at the moment? I'm no expert on CVS; I use TortoiseCVS for Windows, and now trying to update my previously checked out copy fails, as does trying to check out the module from scratch. I get the following error when TortoiseCVS trys to check out ScummVM:
Has there been some sort of directory restructure on SF that hasn't been reflected in the documents yet? I tried playing around with the repository folder and even used the cvs.exe manually, but I haven't been able to get it to work.
Code: Select all
In F:\temp: "C:\Program Files\TortoiseCVS\cvs.exe" "-q" "checkout" "-P" "scummvm"
CVSROOT=:pserver:anonymous@cvs.sourceforge.net:/cvsroot/scummvm
cvs.exe [checkout aborted]: Error reading from server cvs.sourceforge.net: 0: No such file or directory
http://www.catb.org/~esr/faqs/smart-questions.htmlToto3310 wrote:Thanks a lot i have easyily download the cvs folder with your command but now i have troubles to make the file i try with differents options but there is allways an Error whixh stop me.
I know i have to post my errors if i expect some help but i thinks there are too much errors to esperate help
The last i had which make me stop the make is :
The last i had which make me stop the make is :
Code: Select all
"walkplane.d",-MQ,"walkplane.o",-MP -c walkplane.cpp -o walkplane.o
/bin/sh: line 1: sdl-config: command not found
In file included from walkplane.cpp:19:
walkplane.h:25:17: error: SDL.h: No such file or directory
make: *** [walkplane.o] Error 1
make: Target `residual' not remade because of errors.
Ok seems i fix this problem but i keep having
I'm looking for answers but if you can help me it will be great
Thanks
Code: Select all
/bin/sh: line 1: sdl-config: command not found
Thanks