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