Posts tagged ‘svn’

Subversion Server Notes

Subversion 命令列用戶端 svn command / svn client / 常用 svn command

出處: http://i18n-zh.googlecode.com/svn/www/svnbook-1.4/index.html

checkout SVN_URL 的 1000 版號的 code command :

svn co SVN_URL -r 1000

從 RTG  branch 出來一個 branch 開發用
svn cp {rtg branch uri} {your branch uri}
查詢有多少檔案有被改到
svn status -q

//------
svn cp -m "[ts] add new stat. feature" svn://svn.ruten.com.tw/web/rtg/rtg svn://svn.ruten.com.tw/web/dev/rimmon_20120208_ts