WesnothRepository
From The Battle for Wesnoth Wiki
Contents
SVN
Wesnoth development currently uses the Subversion software tool to keep developers in sync with each other. See the SVN book for more on how to use Subversion.
Browse the code
You can use your web browser to navigate through the source code:
http://svn.gna.org/viewcvs/wesnoth/
Download
svn co http://svn.gna.org/svn/wesnoth/trunk wesnoth
More info on: https://gna.org/svn/?group=wesnoth
Update
Do this from the "wesnoth" directory:
svn up
Note that when you update from Subversion, you should always run 'autogen.sh' and 'make clean' before 'configure' and 'make'. If you don't do this, the game may crash or behave strangely. You may be able to skip the 'autogen.sh' if the makefiles and configure.ac have not changed, and 'make clean' is becoming less critical also.