Getting the latest version of Visual D from the subversion repository
If you have subversion installed on your system you can checkout the latest version from the repository. Open up a terminal, go to the directory where you want visuald to be after checkout, and run the command:
svn co http://svn.dsource.org/projects/visuald/trunk
For more info on subversion and how to use it for development you can read the book. There are several clients available for SVN, a nice one is TortoiseSVN.
The visuald svn repository is not always guaranteed to be compilable. It is the bleeding edge, and might be going over some dramatic changes at any random time.
You can then use the forum to ask the project admin to give you write access to the visuald repository, if you want to start improving visuald.
