Dorado7 IDE
锐道DORADO集成开发平台软件V7.0
Generally, SVN repository has 3 modules : trunk, branches, tags
For latest source code, just check out the trunk module.
Dorado7 IDE SVN repository:
http://svn.bsdn.org/dorado7ide/trunk

For Command line user :
  1. Recommend Subversion for Linux or SlikSvn for Windows.
  2. Choose or Create a directory for source code.
  3. Run following command in shell:
    svn co http://svn.bsdn.org/dorado7ide/trunk dorado7ide-read-only
For GUI(TortoiseSVN) User :
  1. Recommend TortoiseSVN for Windows.
  2. Right click on Explorer to context menu and select TortoiseSVN item, then click export.
  3. On opened Dialog, input the URL of repository as followed :
    http://svn.bsdn.org/dorado7ide/trunk
  4. Choose the directory to export, then submit.
For Eclipse User:
  1. Install eclipse plugin for subversion, subclipse recommended.
  2. Restart eclipse, open 'SVN Repository Exploring' Perspective as followed on Menu bar:
    Window > Open Perspective > SVN Repository Exploring
  3. Add a new SVN repository with followed URL:
    http://svn.bsdn.org/dorado7ide/trunk
  4. Choose your interesting project, then check it out.