You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The history in the git repository goes back to SharpDevelop 2.0 (take a look at the tags and branches to find old versions).
For SharpDevelop 1.1, you can still access our old Subversion repository:
svn co svn://sharpdevelop.net/fidalgo/trunk SharpDevelop
After the initial git clone, you can keep up to date by issuing the following command:
git pull
Be warned these versions will often not work properly. Use this code at your own risk. To build SharpDevelop from source code, perform the following steps:
Run clean.bat to ensure that obsolete files won't cause trouble
Run releasebuild.bat to create a new set of executables (if you want to have more info in case of trouble, run debugbuild.bat)
To be notified of new checkins, please subscribe to the mailing list fed by our subversion commit-hook:
When discussing repository builds in the forums, please always specify the revision you are using.
For browsing the SVN repository, take a look at FishEye.
The server URLs given above are for the read-only mirror server. If you do have commit access, you need to checkout from svn://sharpdevelop.net/sharpdevelop/ instead. You can get commit access to the subversion repository when you have joined the team and posted a few good patches.