常用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 from the repository with url)

猜你喜欢

转载自handy-wang.iteye.com/blog/537083