CVS update

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:
Post Reply
Guillaume
Posts: 103
Joined: August 25th, 2003, 12:11 pm
Location: France
Contact:

CVS update

Post by Guillaume »

Hi,

I'm not a specialist of CVS, but I tried to update my version of Wesnoth with CVS, I previously could do it for version 0.5.0, but yesterday, nothing was updated.
As normally, the CVS source are always up to date, my source should have been updated to 0.5.1 (at least).

Is there a special command to execute?

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

Post by Dave »

normally you just execute,

Code: Select all

cvs update
from the directory you downloaded into.
lala

Post by lala »

the version after update is still .5, so I can't try the multiplayer thing (I did 'make clean' first)
Sithrandel
Posts: 537
Joined: September 15th, 2003, 2:54 pm
Location: Sheffield (UK)
Contact:

Post by Sithrandel »

One thing to watch out for is syncing to specific releases (tags). So if you sync'd to 0.5.0 when that was released, then as 0.5.0 hasn't changed since then updates will not match the cvs. You either need to reinitialise or switch to the MAIN branch.
Guillaume
Posts: 103
Joined: August 25th, 2003, 12:11 pm
Location: France
Contact:

Post by Guillaume »

Hi,

How to resync CVS ?
Sithrandel
Posts: 537
Joined: September 15th, 2003, 2:54 pm
Location: Sheffield (UK)
Contact:

Post by Sithrandel »

I think something like:

cvs update -r HEAD

should do it. I'm no cvs expert, but I'm sure someone with more knowledge will correct this if it is wrong :-)
Khiraly
Posts: 114
Joined: October 22nd, 2003, 7:13 pm
Location: Hungary

Post by Khiraly »

Are the CVS server running?
cvs [update aborted]: connect to subversions.gnu.org(199.232.41.2):2401 failed: Connection timed out
Dave
Founding Developer
Posts: 7071
Joined: August 17th, 2003, 5:07 am
Location: Seattle
Contact:

Post by Dave »

Khiraly wrote:Are the CVS server running?
cvs [update aborted]: connect to subversions.gnu.org(199.232.41.2):2401 failed: Connection timed out
No they are not running. Savannah was compromised, and has been taken down until they can secure it.

See http://wesnoth.whitevine.net/forum/phpB ... .php?t=346

We don't know how long it will be, but we are offering source snapshots in the meantime.

David
Post Reply