This page is obsolete - please see Accessing the Repository insteadSharpDevelop Reports' source code is hosted in a Subversion repository. There are two ways for downloading source code:
- Get it from the build server. Every night, a build is prepared and both the binaries and the source code are published.
- Going directly to the Subversion repository:
We are using
Subversion. To be able to use Subversion, you must make sure that the TCP/UDP port 3690 is open on your firewall.
You can use anonymous / no password to get the sources:
svn co svn://sharpdevelop.net/SharpReport/trunk SDR
But be warned, these versions will often not work properly. Use this code at your own risk. To build SDR from code, perform the following steps:
- Go to the SDR folder
- Run clean.bat if you want to make sure that obsolete files won't cause trouble
- Run releasebuild.bat to create a new executable (if you want to have more info in case of trouble, run debugbuild.bat)
When discussing repository builds in the
forum, please always specify the revision you are using.