How to get CVS

Having trouble with the game? Report issues and get help here. Read this first!

Moderator: Forum Moderators

Forum rules
Before reporting issues in this section, you must read the following topic:
Circon
Posts: 1200
Joined: November 17th, 2003, 4:26 am
Location: Right behind Gwiti, coding

How to get CVS

Post by Circon »

I'm stupid, I know. Can someone give me detailed instructions on how to get the CVS???
Edit: Now it's down. Aaargh...
miyo
Posts: 2201
Joined: August 19th, 2003, 4:28 pm
Location: Finland

Post by miyo »

search for 'Anonymous CVS Access' at:

http://savannah.nongnu.org/cvs/?group=wesnoth

- Miyo
Circon
Posts: 1200
Joined: November 17th, 2003, 4:26 am
Location: Right behind Gwiti, coding

Post by Circon »

Um, thanks for the kind intent, but when I said detailed, I meant something like:
Open webpage X
Scroll down to Y
Press Y
Enter 'text'
choose option 2 named 'name'

Because that page looks great, but where do I enter the specified text?
miyo
Posts: 2201
Joined: August 19th, 2003, 4:28 pm
Location: Finland

Post by miyo »

If you are using GNU/Linux, MacOS X (might need some developer tools installed first) or other Unix - open terminal and type those lines, don't forget enter... If you are using u$win... I really don't know.

- Miyo
Circon
Posts: 1200
Joined: November 17th, 2003, 4:26 am
Location: Right behind Gwiti, coding

Post by Circon »

Running Windows.
Guillaume
Posts: 103
Joined: August 25th, 2003, 12:11 pm
Location: France
Contact:

Post by Guillaume »

Hi,

I just yould like to add something. I also had many problem to update my CVS source for a long time AS I downloaded the first time the source code with the indication given on the download page which says:

Login (no password required)

cvs -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/wesnoth login

Download

cvs -z3 -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/wesnoth co wesnoth


And when I saw yesterday this:

Software repository :

cvs -d:pserver:anoncvs@savannah.nongnu.org:/cvsroot/wesnoth login

cvs -z3 -d:pserver:anoncvs@savannah.nongnu.org:/cvsroot/wesnoth co wesnoth


In this forum, I tried it immediatly, and I have no more problem.
I don't know if the CVS server on subversions.gnu.org is still updated,
but if not, the "download" section of the BFW web site should be updated!!!

Guillaume
miyo
Posts: 2201
Joined: August 19th, 2003, 4:28 pm
Location: Finland

Post by miyo »

WesnothCVS is a page in Wiki, there is 'edit this page' at bottom of the page, so people should feel free to contribute/fix things.

Anyway, thanks for noticing and reporting it has now been fixed.

- Miyo
Dave
Founding Developer
Posts: 7071
Joined: August 17th, 2003, 5:07 am
Location: Seattle
Contact:

Post by Dave »

If you want to get the CVS version on Windows, you will need to have access to Microsoft Visual C++, as well as a CVS client. Getting a CVS client won't be a problem, as there are many free ones.

Getting Visual C++ will be a problem if you don't already have it, as it is expensive. If you do have Visual C++, I can give instructions, otherwise I am sorry but there are only a few, probably rather unappealing options:

(1) switch to another operating system, such as GNU/Linux
(2) only use release versions of the game
(3) purchase Visual C++ for $1000+

David
yawningdog
Posts: 96
Joined: October 5th, 2003, 10:04 pm
Location: Barcelona

Post by yawningdog »

Dave: what about cygwin? or using a free windows C++ compiler? DevX?
Sofronius
Posts: 50
Joined: November 6th, 2003, 11:14 am
Location: Czech Republic
Contact:

Post by Sofronius »

yawningdog wrote:Dave: what about cygwin? or using a free windows C++ compiler? DevX?
I can try to compile BfW with easy to install Bloodshed Dev-C++ (Compiler: Mingw/GCC 3.2, that's just GCC ported for Windows), when I get to Windows box. I once worked with it (before switching to Linux ;-)), and it was without any problem, but I had been using only terminal input/ouput. There may be some problems with libraries, for example. I can try it, if someone wants me to do it and tell it to me, until then, I will not waste time with it. Circon ?
Dave
Founding Developer
Posts: 7071
Joined: August 17th, 2003, 5:07 am
Location: Seattle
Contact:

Post by Dave »

If anyone knows how to use Free/free/inexpensive tools to get Wesnoth compiling on Windows, please let us know. Personally I have neither the time nor compulsion to undertake such an endeavour, but would be appreciative of anyone who did this.

Davd
ziberpunk

Post by ziberpunk »

Has anyone tried DJGPP? It's for DOS and it's free. I've no windows box and I don't want any, so I don't know if it works, but someone may want to give it a try :)

http://www.gnu.org/directory/Software_d ... djgpp.html
http://www.delorie.com/djgpp/
Circon
Posts: 1200
Joined: November 17th, 2003, 4:26 am
Location: Right behind Gwiti, coding

Post by Circon »

Well, after much reading of info, and the cvs "manual" which is for developers, not end-users...

I ended up d/ling wesnoth.tgz. Then I managed to get PicoZip to unzip it into a .tar.gz file, then into a bunch of messed up folders.
Now I have some messed up Wesnoth-lookalike folders, and my .zip files are associated with PicoZip instead of WinZip.
No thank you.
I'm swearing off CVS'es forever now. My last time was a month ago, with ToME... blargh...
miyo
Posts: 2201
Joined: August 19th, 2003, 4:28 pm
Location: Finland

Post by miyo »

There is 7-Zip - http://www.7-zip.org

Then Cygwin comes with many GNU tools for u$win, like tar and gzip - http://www.cygwin.com

- Miyo
Guillaume
Posts: 103
Joined: August 25th, 2003, 12:11 pm
Location: France
Contact:

gygwin

Post by Guillaume »

Hi,

I've got an almost full installation of the latest cygwin version.
I'll try to compile everything, but I can't garantee anything.

Regards.
Guillaume
Post Reply