Anonymous SVN
Usage of Subversion repository
Install subversion, and access svn://sylpheed.sraoss.jp/sylpheed .
mkdir svn cd svn svn checkout svn://sylpheed.sraoss.jp/sylpheed/trunk sylpheed
The subdirectory of sylpheed on the repository is divided as following:
- trunk/ Main tree
- branches/ Miscellaneous experimental branches
- tags/ Release-tagged branches
To update to the newest source tree, run the command:
svn updateat the target directory.
The Subversion tree doesn't include automatically created files, so you can't ./configure as it is. To compile, you need autoconf, automake, libtool, gettext to be installed. If they are, required files are automatically generated by ./autogen.sh.
Previous CVS repository
The CVS pserver of previously developed GTK1.2 based Sylpheed has been stopped.
