<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>不然你要我怎么样 &#187; SVN</title>
	<atom:link href="http://www.xiangmocheng.com/tag/svn/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xiangmocheng.com</link>
	<description>彪悍的代码不需要注释</description>
	<lastBuildDate>Wed, 30 Nov 2011 11:47:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Ubuntu下使用svn下载和上传内核源代码</title>
		<link>http://www.xiangmocheng.com/2009/12/how-to-use-svn-on-ubuntu/</link>
		<comments>http://www.xiangmocheng.com/2009/12/how-to-use-svn-on-ubuntu/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 08:31:54 +0000</pubDate>
		<dc:creator>xiangmocheng</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[SVN]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://xiangmocheng.yo2.cn/articles/ubuntu%e4%b8%8b%e4%bd%bf%e7%94%a8svn%e4%b8%8b%e8%bd%bd%e5%92%8c%e4%b8%8a%e4%bc%a0%e5%86%85%e6%a0%b8%e6%ba%90%e4%bb%a3%e7%a0%81.html</guid>
		<description><![CDATA[(1) 安装svn sudo apt-get install subversion (2) 从库里checkout 最新kernel svn checkout https://10.136.7.4/svn/Android/SW/6410/urbetter/kernel &#8211;username benjamin &#8211;password aa123456 &#8211;no-auth-cache &#8211;non-interactive (3) 查看本地文件状态 svn status (4) 查看本地文件和库里的区别 svn diff FILE_PATH (5) 将修改确认到库里 (建议make distclean之后再上传) svn commit 如果是新增文件,需要先添加 svn add PATH 如果要将本地新文件和改动的文件全部上传至库里,可以使用 svn status &#124; grep “?” &#124; xargs svn add (6) 查看帮助 svn help 转载请注明： 转载自不然你要我怎么样 本文链接地址: Ubuntu下使用svn下载和上传内核源代码]]></description>
			<content:encoded><![CDATA[<p>(1) 安装svn</p>
<p>sudo apt-get install subversion</p>
<p>(2) 从库里checkout 最新kernel</p>
<p>svn checkout <span style="color: #339966;">https://10.136.7.4/svn/Android/SW/6410/urbetter/kernel</span> <span style="color: #0000ff;">&#8211;username benjamin</span> <span style="color: #ff0000;">&#8211;password aa123456</span> &#8211;no-auth-cache &#8211;non-interactive</p>
<p>(3) 查看本地文件状态</p>
<p>svn status</p>
<p>(4) 查看本地文件和库里的区别</p>
<p>svn diff <span style="color: #ff0000;">FILE_PATH</span></p>
<p>(5) 将修改确认到库里 (建议make distclean之后再上传)</p>
<p>svn commit</p>
<p>如果是新增文件,需要先添加</p>
<p>svn add <span style="color: #ff0000;">PATH</span></p>
<p>如果要将本地新文件和改动的文件全部上传至库里,可以使用</p>
<p>svn status | grep “?” | xargs svn add</p>
<p>(6) 查看帮助</p>
<p>svn help
<div style="margin-top: 10px">
<p><strong>转载请注明：</strong> 转载自<a href="http://www.xiangmocheng.com/">不然你要我怎么样</a></t>        </br><strong>本文链接地址:</strong> <a href="http://www.xiangmocheng.com/2009/12/how-to-use-svn-on-ubuntu/">Ubuntu下使用svn下载和上传内核源代码</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.xiangmocheng.com/2009/12/how-to-use-svn-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

