<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Android: Using SVN with your app&#8217;s project (and eclipse)</title>
	<atom:link href="http://www.stealthcopter.com/blog/2010/02/android-using-svn-with-your-apps-project-and-eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stealthcopter.com/blog/2010/02/android-using-svn-with-your-apps-project-and-eclipse/</link>
	<description>Android, Linux, Python and stealthcopters</description>
	<lastBuildDate>Thu, 09 Sep 2010 13:38:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Henrik</title>
		<link>http://www.stealthcopter.com/blog/2010/02/android-using-svn-with-your-apps-project-and-eclipse/comment-page-1/#comment-235</link>
		<dc:creator>Henrik</dc:creator>
		<pubDate>Thu, 11 Feb 2010 21:10:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.stealthcopter.com/blog/?p=513#comment-235</guid>
		<description>A recent GUI for linux working much like tortuise is rabbitsvn. It&#039;s by far the best SVN GUI I&#039;ve tried.</description>
		<content:encoded><![CDATA[<p>A recent GUI for linux working much like tortuise is rabbitsvn. It&#8217;s by far the best SVN GUI I&#8217;ve tried.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: georgm</title>
		<link>http://www.stealthcopter.com/blog/2010/02/android-using-svn-with-your-apps-project-and-eclipse/comment-page-1/#comment-233</link>
		<dc:creator>georgm</dc:creator>
		<pubDate>Thu, 11 Feb 2010 17:36:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.stealthcopter.com/blog/?p=513#comment-233</guid>
		<description>Don&#039;t forget to set ignore property to gen and bin, either in these directories or in base directory

in bin and gen:
svn propset svn:ignore &quot;*&quot; .

or 

svn propset svn:ignore &quot;bin
gen&quot; .</description>
		<content:encoded><![CDATA[<p>Don&#8217;t forget to set ignore property to gen and bin, either in these directories or in base directory</p>
<p>in bin and gen:<br />
svn propset svn:ignore &#8220;*&#8221; .</p>
<p>or </p>
<p>svn propset svn:ignore &#8220;bin<br />
gen&#8221; .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.stealthcopter.com/blog/2010/02/android-using-svn-with-your-apps-project-and-eclipse/comment-page-1/#comment-232</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Thu, 11 Feb 2010 17:15:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.stealthcopter.com/blog/?p=513#comment-232</guid>
		<description>I personally prefer working directly in the directory. That saves all the superfluous &quot;projectname&quot; arguments in your commands.

for example:

svn co http://myserver.com/projectname     #this creates a directory called projectname on its own, only need to add the other argument if you want to
cd projectname

[after some local changes]
svn ci -m &quot;here are my changes&quot;            #ci = checkin, which is the same as commit

[after some changes other people have made]
svn update

Before you check in, you might want to see what has changed:
svn status
this gives a listing of everything that&#039;s changed recently.</description>
		<content:encoded><![CDATA[<p>I personally prefer working directly in the directory. That saves all the superfluous &#8220;projectname&#8221; arguments in your commands.</p>
<p>for example:</p>
<p>svn co <a href="http://myserver.com/projectname" rel="nofollow">http://myserver.com/projectname</a>     #this creates a directory called projectname on its own, only need to add the other argument if you want to<br />
cd projectname</p>
<p>[after some local changes]<br />
svn ci -m &#8220;here are my changes&#8221;            #ci = checkin, which is the same as commit</p>
<p>[after some changes other people have made]<br />
svn update</p>
<p>Before you check in, you might want to see what has changed:<br />
svn status<br />
this gives a listing of everything that&#8217;s changed recently.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
