<?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; 版本控制</title>
	<atom:link href="http://www.chenweionline.cn/archives/tag/%e7%89%88%e6%9c%ac%e6%8e%a7%e5%88%b6/feed" rel="self" type="application/rss+xml" />
	<link>http://www.chenweionline.cn</link>
	<description>言简意赅，论人论事论学问</description>
	<lastBuildDate>Thu, 05 May 2011 05:16:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MyEclipse安装SubClipse SVN插件</title>
		<link>http://www.chenweionline.cn/archives/59.htm</link>
		<comments>http://www.chenweionline.cn/archives/59.htm#comments</comments>
		<pubDate>Sun, 01 May 2011 07:29:19 +0000</pubDate>
		<dc:creator>陈威</dc:creator>
				<category><![CDATA[技术杂谈]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[myclipse]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[开发经验]]></category>
		<category><![CDATA[版本控制]]></category>

		<guid isPermaLink="false">http://www.chenweionline.cn/?p=59</guid>
		<description><![CDATA[

热度:

&#160;&#160;&#160;&#160;&#160;&#160;SubClipse是Eclipse上的一个SubVersion版本控制客户端插件，几乎支持所有版本的Eclipse，MyEclipse中也可以使用该插件。安装Subclipse一般可以有两种方式：（1）使用MyEclipse自带的MyEclipse Configuration Center以类似于Eclipse中的software update的方式自动升级安装，但由于安装过程中需要在myeclipse官网下载部分myeclipse的plugin，而MyEclipse对中国区的软件用户下载和更新进行了限制（可能是由于copyright的原因），所以用这种方式更新时总会报错失败。（2）到subclipse的网站（http://subclipse.tigris.org/）上下载相应的subclipse的zip包到本地，以myeclipse插件手动安装。
&#160;&#160;&#160;&#160;&#160;&#160;手动安装subclipse插件时，先从网站下载相应版本的zip包至本地，解压后可以看见包中有features和plugins两个文件夹和一个site.xml文件，将features和plugins两个文件夹拷贝到myeclipse安装目录下新建文件夹（如svn）中，site.xml文件不用拷贝。在$Myeclipse_HOME/dropins文件夹下建一个快捷方式文件svn.link，指向刚才features和plugins文件夹所在的文件夹。（可以先建一个文本文件，在里面写上path=C:\\Users\\web\\AppData\\Local\\Genuitec\\MyEclipse 8.5\\myplugin\\svn，然后把文本文件后缀名.txt改成.link即可）上述操作完成后删除$MyEclipse_HOME/configuration/org.eclipse.update文件夹中的所有内容，重新启动myeclipse即可完成安装。安装完成后可以在菜单中window->show view->other->svn下找到subclipse的相关界面，如“svn资源库”、“svn属性”、“svn注释”等。
]]></description>
			<content:encoded><![CDATA[
<table>
<tr cellpadding=0><td>热度:</td><td cellpadding=0><img src='http://www.chenweionline.cn/wp-content/plugins/statpresscn/images/sun.gif' width=10 height=10 border=0 /></td><td cellpadding=0><img src='http://www.chenweionline.cn/wp-content/plugins/statpresscn/images/sun.gif' width=10 height=10 border=0 /></td><td cellpadding=0><img src='http://www.chenweionline.cn/wp-content/plugins/statpresscn/images/sun.gif' width=10 height=10 border=0 /></td><td cellpadding=0><img src='http://www.chenweionline.cn/wp-content/plugins/statpresscn/images/sun.gif' width=10 height=10 border=0 /></td><td cellpadding=0><img src='http://www.chenweionline.cn/wp-content/plugins/statpresscn/images/sun_dark.gif' width=10 height=10 border=0 /></td></tr>
</table>
<p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SubClipse是Eclipse上的一个SubVersion版本控制客户端插件，几乎支持所有版本的Eclipse，MyEclipse中也可以使用该插件。安装Subclipse一般可以有两种方式：（1）使用MyEclipse自带的MyEclipse Configuration Center以类似于Eclipse中的software update的方式自动升级安装，但由于安装过程中需要在myeclipse官网下载部分myeclipse的plugin，而MyEclipse对中国区的软件用户下载和更新进行了限制（可能是由于copyright的原因），所以用这种方式更新时总会报错失败。（2）到subclipse的网站（<a href='http://subclipse.tigris.org/' target='_blank'>http://subclipse.tigris.org/</a>）上下载相应的subclipse的zip包到本地，以myeclipse插件手动安装。<span id="more-59"></span><br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;手动安装subclipse插件时，先从网站下载相应版本的zip包至本地，解压后可以看见包中有features和plugins两个文件夹和一个site.xml文件，将features和plugins两个文件夹拷贝到myeclipse安装目录下新建文件夹（如svn）中，site.xml文件不用拷贝。在$Myeclipse_HOME/dropins文件夹下建一个快捷方式文件svn.link，指向刚才features和plugins文件夹所在的文件夹。（可以先建一个文本文件，在里面写上path=C:\\Users\\web\\AppData\\Local\\Genuitec\\MyEclipse 8.5\\myplugin\\svn，然后把文本文件后缀名.txt改成.link即可）上述操作完成后删除$MyEclipse_HOME/configuration/org.eclipse.update文件夹中的所有内容，重新启动myeclipse即可完成安装。安装完成后可以在菜单中window->show view->other->svn下找到subclipse的相关界面，如“svn资源库”、“svn属性”、“svn注释”等。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chenweionline.cn/archives/59.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse中用Subclipse配置SVN版本控制工具</title>
		<link>http://www.chenweionline.cn/archives/32.htm</link>
		<comments>http://www.chenweionline.cn/archives/32.htm#comments</comments>
		<pubDate>Mon, 18 Jan 2010 05:36:30 +0000</pubDate>
		<dc:creator>陈威</dc:creator>
				<category><![CDATA[技术杂谈]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[版本控制]]></category>

		<guid isPermaLink="false">http://www.chenweionline.cn/?p=32</guid>
		<description><![CDATA[

热度:

&#160;&#160;&#160;&#160;&#160;&#160;Eclipse是Windows环境下一款常用的开发工具，下面介绍如何在Eclipse中安装和使用SVN版本控制插件Subclipse。
&#160;&#160;&#160;&#160;&#160;&#160;第一步：使用Eclipse自带的Help-&#62;Software Updates下载并安装Subclipse插件。在Software Updates and Add-ons界面下的Available Software中点击add site按纽，将下述网址http://subclipse.tigris.org/update加入到下载网站列表中。点击该网站左侧的+号，可看到可供下载的Subclipse插件，选中Subclipse Plugin，点击Install，Eclipse即可自动安装Subclipse插件。安装完成后，eclipse会提示需要重新启动，点击OK重新启动Eclipse。
&#160;&#160;&#160;&#160;&#160;&#160;第二步：使用Subclipse插件从SVN Repository中取出项目。在File -&#62; new中选择other进入New的一个导航界面，在列表中点击SVN可以看到“从SVN中取出项目”，点击进入SVN资源库配置界面，选择“创建新的资源库位置”，在下一步中输出需要取出的项目的SVN地址如http://www.mysvn.com/svn/repos，接下来可以选择取出的项目的全部或部分文件夹，点击确定后eclipse即可从远程SVN服务器中取出文件存入本地项目中。
&#160;&#160;&#160;&#160;&#160;&#160;第三步：在Eclipse中使用SVN版本控制插件的相关功能。在上一步从SVN中取出的项目中，右键-&#62;Team下有常规的SVN控制功能，如Update，Commit，Lock等。在修改本地文件内容后，通过Commit提交将更新上传到SVN服务器中，为了保证清晰的版本控制，请注意在提交新版本的时候要养成写注释的习惯，这样可以方便在版本恢复时找到正确的check point。在文件被其他协作人员更新后，可用Update更新将远程文件修改更新到本地。更多SVN版本控制功能，请参考常用的SVN客户端的使用。

]]></description>
			<content:encoded><![CDATA[
<table>
<tr cellpadding=0><td>热度:</td><td cellpadding=0><img src='http://www.chenweionline.cn/wp-content/plugins/statpresscn/images/sun.gif' width=10 height=10 border=0 /></td><td cellpadding=0><img src='http://www.chenweionline.cn/wp-content/plugins/statpresscn/images/sun.gif' width=10 height=10 border=0 /></td><td cellpadding=0><img src='http://www.chenweionline.cn/wp-content/plugins/statpresscn/images/sun.gif' width=10 height=10 border=0 /></td><td cellpadding=0><img src='http://www.chenweionline.cn/wp-content/plugins/statpresscn/images/sun.gif' width=10 height=10 border=0 /></td><td cellpadding=0><img src='http://www.chenweionline.cn/wp-content/plugins/statpresscn/images/sun_dark.gif' width=10 height=10 border=0 /></td></tr>
</table>
<p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Eclipse是Windows环境下一款常用的开发工具，下面介绍如何在Eclipse中安装和使用SVN版本控制插件Subclipse。</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;第一步：使用Eclipse自带的Help-&gt;Software Updates下载并安装Subclipse插件。在Software Updates and Add-ons界面下的Available Software中点击add site按纽，将下述网址http://subclipse.tigris.org/update加入到下载网站列表中。点击该网站左侧的+号，可看到可供下载的Subclipse插件，选中Subclipse Plugin，点击Install，Eclipse即可自动安装Subclipse插件。安装完成后，eclipse会提示需要重新启动，点击OK重新启动Eclipse。</p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;第二步：使用Subclipse插件从SVN Repository中取出项目。在File -&gt; new中选择other进入New的一个导航界面，在列表中点击SVN可以看到“从SVN中取出项目”，点击进入SVN资源库配置界面，选择“创建新的资源库位置”，在下一步中输出需要取出的项目的SVN地址如http://www.mysvn.com/svn/repos，接下来可以选择取出的项目的全部或部分文件夹，点击确定后eclipse即可从远程SVN服务器中取出文件存入本地项目中。<span id="more-32"></span></p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;第三步：在Eclipse中使用SVN版本控制插件的相关功能。在上一步从SVN中取出的项目中，右键-&gt;Team下有常规的SVN控制功能，如Update，Commit，Lock等。在修改本地文件内容后，通过Commit提交将更新上传到SVN服务器中，为了保证清晰的版本控制，请注意在提交新版本的时候要养成写注释的习惯，这样可以方便在版本恢复时找到正确的check point。在文件被其他协作人员更新后，可用Update更新将远程文件修改更新到本地。更多SVN版本控制功能，请参考常用的SVN客户端的使用。</p>
<p style="text-align: center;"><img class="aligncenter" src="http://subversion.tigris.org/images/subversion_logo_hor-468x64.png" alt="" width="468" height="64" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.chenweionline.cn/archives/32.htm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

