Menu

CheckOutSourceCode

How to check out the source code

Source code is in our SourceForge repository, http://svn.code.sf.net/p/bric1936/code/

Install an SVN client

If you do not have one already then download and install an SVN client.

We recommend SmartSVN (http://www.syntevo.com/smartsvn/index.html) which can be downloaded at http://www.syntevo.com/smartsvn/download.html.

We have used SmartSVN 6.5.6 and 6.6.4.

Check out our source code

If you have a command-line client you can check out our sorce code anonymously as follows:

svn co https://svn.code.sf.net/p/bric1936/code/ale/cpp/trunk

How to check out our source code using SmartSVN

  • Start SmartSVN.
  • The Welcome to SmartSVN window will appear.
  • Select Check out project from repository.
  • Click OK.
  • The Check Out Project window will appear.
  • Select Detailed Checkout.
  • Click Manage...
  • The Repository Profiles window appears.
  • Click Add...
  • The Add Repository Profile window appears.
  • Click Enter SVN URL...
  • Enter Repository URL: https://svn.code.sf.net/p/bric1936/code/ale/cpp/trunk
  • Click OK
  • Click Next >
  • If you are NOT a project member then select SVN Login: Anonymous ELSE Select User Name and Password and enter your user name and password.
  • Click Next >
  • The Server Fingerprint window appears.
  • Click Accept
  • Select Use folloing profile name and enter BRIC1936-ALE.
  • Click Finish
  • Click OK
  • Click Next >
  • Click Next >
  • Enter a Local Directory for the checked out code or select one via clicking Choose... e.g. C:\BRIC1936-ALE-CheckOut.
  • Click Next >
  • Click Next >
  • Click Finish
  • The code will be checked out.

Related

Wiki: Home