<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to CheckOutSourceCode</title><link>https://sourceforge.net/p/bric1936/wiki/CheckOutSourceCode/</link><description>Recent changes to CheckOutSourceCode</description><atom:link href="https://sourceforge.net/p/bric1936/wiki/CheckOutSourceCode/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 10 Apr 2013 10:31:26 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/bric1936/wiki/CheckOutSourceCode/feed" rel="self" type="application/rss+xml"/><item><title>CheckOutSourceCode modified by Mike Jackson</title><link>https://sourceforge.net/p/bric1936/wiki/CheckOutSourceCode/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,7 +1,7 @@
 How to check out the source code
 ================================

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

 Install an SVN client
 ---------------------
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mike Jackson</dc:creator><pubDate>Wed, 10 Apr 2013 10:31:26 -0000</pubDate><guid>https://sourceforge.nete8b7bf77f72239d25e9daa8a427d33c7edf4e7f4</guid></item><item><title>CheckOutSourceCode modified by Mike Jackson</title><link>https://sourceforge.net/p/bric1936/wiki/CheckOutSourceCode/</link><description>&lt;div class="markdown_content"&gt;&lt;h1 id="how-to-check-out-the-source-code"&gt;How to check out the source code&lt;/h1&gt;
&lt;p&gt;Source code is in our !SourceForge repository, &lt;a href="http://svn.code.sf.net/p/bric1936/code/"&gt;http://svn.code.sf.net/p/bric1936/code/&lt;/a&gt;&lt;/p&gt;
&lt;h2 id="install-an-svn-client"&gt;Install an SVN client&lt;/h2&gt;
&lt;p&gt;If you do not have one already then download and install an SVN client. &lt;/p&gt;
&lt;p&gt;We recommend SmartSVN (http://www.syntevo.com/smartsvn/index.html) which can be downloaded at &lt;a href="http://www.syntevo.com/smartsvn/download.html."&gt;http://www.syntevo.com/smartsvn/download.html.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;We have used SmartSVN 6.5.6 and 6.6.4.&lt;/p&gt;
&lt;h2 id="check-out-our-source-code"&gt;Check out our source code&lt;/h2&gt;
&lt;p&gt;If you have a command-line client you can check out our sorce code anonymously as follows: &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;svn&lt;/span&gt; &lt;span class="n"&gt;co&lt;/span&gt; &lt;span class="n"&gt;https&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="o"&gt;//&lt;/span&gt;&lt;span class="n"&gt;svn&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;code&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;sf&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;net&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;p&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;bric1936&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;code&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;ale&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;cpp&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;trunk&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;


&lt;h2 id="how-to-check-out-our-source-code-using-smartsvn"&gt;How to check out our source code using SmartSVN&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Start SmartSVN. &lt;/li&gt;
&lt;li&gt;The Welcome to SmartSVN window will appear.&lt;/li&gt;
&lt;li&gt;Select Check out project from repository.&lt;/li&gt;
&lt;li&gt;Click OK.&lt;/li&gt;
&lt;li&gt;The Check Out Project window will appear.&lt;/li&gt;
&lt;li&gt;Select Detailed Checkout.&lt;/li&gt;
&lt;li&gt;Click Manage...&lt;/li&gt;
&lt;li&gt;The Repository Profiles window appears.&lt;/li&gt;
&lt;li&gt;Click Add...&lt;/li&gt;
&lt;li&gt;The Add Repository Profile window appears.&lt;/li&gt;
&lt;li&gt;Click Enter SVN URL...&lt;/li&gt;
&lt;li&gt;Enter Repository URL: &lt;a href="https://svn.code.sf.net/p/bric1936/code/ale/cpp/trunk"&gt;https://svn.code.sf.net/p/bric1936/code/ale/cpp/trunk&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Click OK&lt;/li&gt;
&lt;li&gt;Click Next &amp;gt;&lt;/li&gt;
&lt;li&gt;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.&lt;/li&gt;
&lt;li&gt;Click Next &amp;gt;&lt;/li&gt;
&lt;li&gt;The Server Fingerprint window appears.&lt;/li&gt;
&lt;li&gt;Click Accept&lt;/li&gt;
&lt;li&gt;Select Use folloing profile name and enter BRIC1936-ALE.&lt;/li&gt;
&lt;li&gt;Click Finish&lt;/li&gt;
&lt;li&gt;Click OK&lt;/li&gt;
&lt;li&gt;Click Next &amp;gt;&lt;/li&gt;
&lt;li&gt;Click Next &amp;gt;&lt;/li&gt;
&lt;li&gt;Enter a Local Directory for the checked out code or select one via clicking Choose... e.g. &lt;code&gt;C:\BRIC1936-ALE-CheckOut&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Click Next &amp;gt;&lt;/li&gt;
&lt;li&gt;Click Next &amp;gt;&lt;/li&gt;
&lt;li&gt;Click Finish&lt;/li&gt;
&lt;li&gt;The code will be checked out.&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mike Jackson</dc:creator><pubDate>Wed, 10 Apr 2013 10:10:39 -0000</pubDate><guid>https://sourceforge.net243ccddc57ddb8b28d691aed9d6bbbbe2cacb118</guid></item></channel></rss>