<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to DevelopmentWithSVN</title><link>https://sourceforge.net/p/acm-robucar/wiki/DevelopmentWithSVN/</link><description>Recent changes to DevelopmentWithSVN</description><atom:link href="https://sourceforge.net/p/acm-robucar/wiki/DevelopmentWithSVN/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 13 Jun 2013 16:45:26 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/acm-robucar/wiki/DevelopmentWithSVN/feed" rel="self" type="application/rss+xml"/><item><title>DevelopmentWithSVN modified by vincent</title><link>https://sourceforge.net/p/acm-robucar/wiki/DevelopmentWithSVN/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This page describes how to download the robucar package and continue development with SVN.&lt;/p&gt;
&lt;h2 id="download"&gt;Download&lt;/h2&gt;
&lt;p&gt;Open up a terminal, navigate to a folder, usually in places like ~/fuerte_workspace/sandbox/&lt;/p&gt;
&lt;p&gt;Issue this command&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="err"&gt;$&lt;/span&gt; &lt;span class="n"&gt;svn&lt;/span&gt; &lt;span class="n"&gt;checkout&lt;/span&gt; &lt;span class="o"&gt;--&lt;/span&gt;&lt;span class="n"&gt;username&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;acm&lt;/span&gt;&lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;mech&lt;/span&gt; &lt;span class="n"&gt;https&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt;&lt;span class="c1"&gt;//svn.code.sf.net/p/acm-robucar/code/trunk acm-robucar&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Enter the password for your account(in this case "acm-mech")&lt;/p&gt;
&lt;p&gt;Then you should be able to have a folder under sandbox called acm-robucar, which includes two subfolders: robucar_acm and scripts.&lt;/p&gt;
&lt;h2 id="continue-development"&gt;Continue development&lt;/h2&gt;
&lt;p&gt;Modify the code, make sure it works, then do a make clean under the project folder:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="err"&gt;$&lt;/span&gt; &lt;span class="n"&gt;make&lt;/span&gt; &lt;span class="n"&gt;clean&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Upload to the SVN server&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="err"&gt;$&lt;/span&gt; &lt;span class="n"&gt;svn&lt;/span&gt; &lt;span class="n"&gt;commit&lt;/span&gt; &lt;span class="o"&gt;-&lt;/span&gt;&lt;span class="n"&gt;m&lt;/span&gt; &lt;span class="s"&gt;&amp;quot;your message&amp;quot;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;If you have added some files or folders, add them to the svn system first&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="err"&gt;$&lt;/span&gt; &lt;span class="n"&gt;svn&lt;/span&gt; &lt;span class="n"&gt;add&lt;/span&gt; &lt;span class="n"&gt;FILES_TO_BE_ADDED&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;Then issue svn commit the same way. &lt;/p&gt;
&lt;p&gt;Done.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">vincent</dc:creator><pubDate>Thu, 13 Jun 2013 16:45:26 -0000</pubDate><guid>https://sourceforge.neta1e7a837fb42b09d3aef16d9b35f1131130963da</guid></item></channel></rss>