﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>IT博客-windy-随笔分类-配置管理</title><link>http://www.cnitblog.com/windy/category/2872.html</link><description>飞雁的路</description><language>zh-cn</language><lastBuildDate>Thu, 29 Sep 2011 21:38:07 GMT</lastBuildDate><pubDate>Thu, 29 Sep 2011 21:38:07 GMT</pubDate><ttl>60</ttl><item><title>SVN的学习</title><link>http://www.cnitblog.com/windy/archive/2006/05/26/11097.html</link><dc:creator>飞雁的路</dc:creator><author>飞雁的路</author><pubDate>Fri, 26 May 2006 12:27:00 GMT</pubDate><guid>http://www.cnitblog.com/windy/archive/2006/05/26/11097.html</guid><wfw:comment>http://www.cnitblog.com/windy/comments/11097.html</wfw:comment><comments>http://www.cnitblog.com/windy/archive/2006/05/26/11097.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnitblog.com/windy/comments/commentRss/11097.html</wfw:commentRss><trackback:ping>http://www.cnitblog.com/windy/services/trackbacks/11097.html</trackback:ping><description><![CDATA[
		<font size="2">      今天没有具体的项目任务，想想一直用的版本管理工具VSS有很多不如人意之处，就想看看最近网上一直推荐的SVN。<br />      从<a href="http://www.subversion.org.cn/">http://www.subversion.org.cn/</a>上按照Subversion快速入门教程很快就搭建了相关的SVN的客户端<a class="" title="" href="http://prdownloads.sourceforge.net/tortoisesvn/TortoiseSVN-1.2.4.4479-svn-1.2.3.msi?download" target=""><strong><font color="#0000ff">TortoiseSVN-1.2.4.4479-svn-1.2.3.msi</font></strong></a><font color="#cc0000"><font color="#000000">与服务器</font><strong><a class="" title="" href="http://subversion.tigris.org/files/documents/15/25364/svn-1.2.3-setup.exe" target="">svn-1.2.3-setup.exe</a></strong></font>的环境，基本过程如下：<br />      1、先通过命令svnadmin create来创建存储库；查看命令的帮助svn help <font size="1">命令的方式就可以了；</font><br />      2、配置用户与权限，主要通过<font size="3">repository\conf下的svnserve.conf来进行修改；<br /></font>      3、运行svnserve -d -r 存储库所在的目录；<br />      4、初始化导入；<br />      5、基本的命令操作了；<br /><br />      开始用起来，感觉还不错，以后争取在项目中能试用就好了；<br />      然后由于目前用的是VSS，所以又找了相关的VSS转成SVN的相关帮助，看了下，好像只有相关的PERL程序，并没有提供相关的可执行程序的应用；</font>
<img src ="http://www.cnitblog.com/windy/aggbug/11097.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnitblog.com/windy/" target="_blank">飞雁的路</a> 2006-05-26 20:27 <a href="http://www.cnitblog.com/windy/archive/2006/05/26/11097.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>