
SVN
iteye_3028
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
常用SVN命令记录(持续更新中)
svn log --username USER (find the logs of specified user) svn copy url_src url_des -m "some message" (create a copy(or branch) from url_src with some messages.) svn delete url (remove the workcopy f...2009-11-30 11:19:29 · 107 阅读 · 0 评论 -
Delete all .svn folder in Linux / Mac
find ./ -name ".svn" | xargs rm -Rf2011-01-11 12:34:18 · 123 阅读 · 0 评论