
版本控制
iteye_12608
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SVK
Q:SVK是什么? A:SVK是SVN的伴侣 主页 入门 简易教程 SVK Tutorials The VCP/RevML Project SVK Book2007-06-07 08:05:42 · 435 阅读 · 0 评论 -
svn: No access allowed to this repository
如果你碰到svn: No access allowed to this repository, 那就是你的svn配置有些问题, 检查你的SVN_REPOSITORY/conf/svnserve.conf 里的password-db = passwd打开2007-06-18 07:09:10 · 2527 阅读 · 0 评论 -
SVN sync
这个工具是用来维护一个只读的repository, 你需要建立一个空的repository, 然后执行 svnsync init svn://target svn://source --username --password 先将mirror初始化,然后再执行 svnsync sync svn://target --username --password 你将看到类似的输出: Commit...2007-07-15 06:04:22 · 136 阅读 · 0 评论