About subversion
Subversion is the next generation Version management system.
How to get irssi source
To get the irssi source you need a subversion client. for a list of packages for various os look here at http://subversion.tigris.org/project_packages.html
The Repository has the following modules:
* irssi/
# the cli irssi
* xirssi/
# the gtk2 version
* rirc/
# the gtk2 irssi2 client
* modules/
# additional irssi modules
* scripts/
# scripts.irssi.org
* themes/
# themes.irssi.org
* docs/
# documentation about irssi
* site/
# *.irssi.org websites
To get a part of the repository you would use:
svn co http://svn.irssi.org/repos/$project/trunk/ $project
for irssi it will look like:
svn co http://svn.irssi.org/repos/irssi/trunk/ irssi
Links
- http://irssi.org
- irssi - the client of the smart and beautiful people
- http://tinyurl.com/6nraa
- a subversion reference card
- http://svnbook.red-bean.com/
-
Version Control with Subversion
The official Subversion Manual - http://svnbook.red-bean.com/buy/
- the dead tree version of the manual



