TortoiseSVN 命令 (命令列執行工具)
TortoiseSVN是一個GUI客戶端,這個自動化指導為你展示了讓TortoiseSVN對話方塊顯示並收集客戶輸入,如果你希望編寫不需要輸入的指令碼,你應該使用官方的Subversion命令列客戶端。
TortoiseSVN的GUI程式叫做TortoiseProc.exe
。所有的命令通過引數/command:abcd
指定,其中abcd
是必須的命令名。大多數此類命令至少需要一個路徑引數,使用/path:"some\path"
指定。在下面的命令表格中,命令引用的是/command:abcd
引數,餘下的代表了/path:"some\path"
引數。
因為一些命令需要一個目標路徑的列表(例如提交一些特定的檔案),/path
引數可以接收多個路徑,使用*
分割。
TortoiseSVN 使用臨時檔案在 shell 擴充套件和主程式之間傳遞多個引數。從 TortoiseSVN 1.5.0 開始,廢棄/notempfile
引數,不再需要增加此引數。
The progress dialog which is used for commits, updates and many more commands usually stays open after the command has finished until the user presses the
button. This can be changed by checking the corresponding option in the settings dialog. But using that setting will close the progress dialog, no matter if you start the command from your batch file or from the TortoiseSVN context menu.To specify a different location of the configuration file, use the parameter/configdir:"path\to\config\directory"
. This will override the default path, including any registry setting.
如果想在進度對話方塊執行完畢後自動關閉,而又不必設定永久性的引數,可以傳遞/closeonend
引數。
-
/closeonend:0
不自動關閉對話方塊 -
/closeonend:1
如果沒發生錯誤則自動關閉對話方塊 -
/closeonend:2
如果沒發生錯誤和衝突則自動關閉對話方塊 -
/closeonend:3
如果沒有錯誤、衝突和合並,會自動關閉 -
/closeonend:4
如果沒有錯誤、衝突和合並,會自動關閉
下面的列表列出了所有可以使用TortoiseProc.exe訪問的命令,就像上面的描述,必須使用/command:abcd
的形式,在列表中,因為節省空間的關係省略了/command
的字首。
表D.1.有效命令及選項列表
命令 | 描述 |
---|---|
:about | 顯示關於對話方塊。如果沒有給命令也會顯示。 |
:log | 開啟日誌對話方塊,/path 指定了顯示日誌的檔案或目錄,另外還有三個選項可以設定:/startrev:xxx 、/endrev:xxx 和/strict
|
:checkout | 開啟檢出對話方塊,/path 指定了目標路徑,而/url 制定了檢出的URL。 |
:import | 開啟匯入對話方塊,/path 指定了資料匯入路徑。 |
:update | 將工作副本的/path 更新到HEAD,如果給定引數/rev ,就會彈出一個對話方塊詢問使用者需要更新到哪個修訂版本。為了防止指定修訂版本號/rev:1234 的對話方塊,需要選項/nonrecursive 和/ignoreexternals 。 |
:commit | 開啟提交對話方塊,/path 指定了目標路徑或需要提交的檔案列表,你也可以使用引數/logmsg 給提交視窗傳遞預定義的日誌資訊,或者你不希望將日誌傳遞給命令列,你也可以使用/logmsgfile:path ,path 指向了儲存日誌資訊的檔案。為了預先填入bug的ID(如果你設定了整合bug追蹤屬性),你可以使用/bugid:"the
bug id here" 完成這個任務。 |
:add | 將/path 的檔案新增到版本控制 。 |
:revert | 恢復工作副本的本地修改,/path 說明恢復哪些條目。 |
:cleanup | 清理中斷和終止的操作,將工作副本的/path 解鎖。 |
:resolve | 將/path 指定檔案的衝突標示為解決,如果給定/noquestion ,解決不會向使用者確認操作。 |
:repocreate | 在/path 建立一個版本庫。 |
:switch | 開啟選項對話方塊。/path 指定目標目錄。 |
:export | 將/path 的工作副本匯出到另一個目錄,如果/path 指向另一個未版本控制目錄,對話方塊會詢問要匯出到/path 的URL。 |
:merge | Opens the merge dialog. The/path specifies the target directory. For merging a revision range, the following options are available:/fromurl:URL ,/revrange:string . For
merging two repository trees, the following options are available:/fromurl:URL ,/tourl:URL ,/fromrev:xxx and/torev:xxx . These pre-fill the relevant
fields in the merge dialog. |
:mergeall | Opens the merge all dialog. The/path specifies the target directory. |
:copy | Brings up the branch/tag dialog. The/path is the working copy to branch/tag from. And the/url is the target URL. You can also specify the/logmsg switch to pass a predefined
log message to the branch/tag dialog. Or, if you don't want to pass the log message on the command line, use/logmsgfile:path , wherepath points to a file containing the log message. |
:settings | 開啟設定對話方塊。 |
:remove | 從版本控制裡移除/path 中的檔案。 |
:rename | 重新命名/path 的檔案,會在對話方塊中詢問新檔案,為了防止一個步驟中詢問相似檔案,傳遞/noquestion 。 |
:diff | Starts the external diff program specified in the TortoiseSVN settings. The/path specifies the first file. If the option/path2 is set, then the diff program is started with those two files. If/path2 is
omitted, then the diff is done between the file in/path and its BASE. To explicitly set the revision numbers use/startrev:xxx and/endrev:xxx . If/blame is
set and/path2 is not set, then the diff is done by first blaming the files with the given revisions. |
:showcompare |
Depending on the URLs and revisions to compare, this either shows a unified diff (if the option The options |
:conflicteditor | Starts the conflict editor specified in the TortoiseSVN settings with the correct files for the conflicted file in/path . |
:relocate | 開啟重定位對話方塊,/path 指定了重定位的工作副本路徑。 |
:help | 開啟幫助檔案 |
:repostatus | 開啟為修改檢出對話方塊,/path 指定了工作副本目錄。 |
:repobrowser | Starts the repository browser dialog, pointing to the URL of the working copy given in/path or/path points directly to an URL. An additional option/rev:xxx can be used
to specify the revision which the repository browser should show. If the/rev:xxx is omitted, it defaults to HEAD. If/path points to an URL, the/projectpropertiespath:path/to/wc specifies
the path from where to read and use the project properties. |
:ignore | 將/path 中的物件加入到忽略列表,也就是將這些檔案新增到svn:ignore 屬性。 |
:blame |
為 如果設定了 如果設定了 也支援 |
:cat | 將/path 指定的工作副本或URL的檔案儲存到/savepath:path ,修訂版本號在/revision:xxx ,這樣可以得到特定修訂版本的檔案。 |
:createpatch | 建立/path 下的補丁檔案。 |
:revisiongraph | 顯示/path 目錄下的版本變化圖。 |
:lock | Locks a file or all files in a directory given in/path . The 'lock' dialog is shown so the user can enter a comment for the lock. |
:unlock | Unlocks a file or all files in a directory given in/path . |
:rebuildiconcache | Rebuilds the windows icon cache. Only use this in case the windows icons are corrupted. A side effect of this (which can't be avoided) is that the icons on the desktop get rearranged. To suppress the message box, pass/noquestion . |
:properties | 顯示/path 給出的路徑之屬性對話方塊。 |
Examples (which should be entered on one line):
TortoiseProc.exe /command:commit /path:"c:\svn_wc\file1.txt*c:\svn_wc\file2.txt" /logmsg:"test log message" /closeonend:0 TortoiseProc.exe /command:update /path:"c:\svn_wc\" /closeonend:0 TortoiseProc.exe /command:log /path:"c:\svn_wc\file1.txt" /startrev:50 /endrev:60 /closeonend:0
From:http://tortoisesvn.net/docs/release/TortoiseSVN_zh_CN/tsvn-automation.html
相關文章
- Windows下SVN命令列工具使用詳解(附加TortoiseSVN)Windows命令列
- 命令列執行Nunit命令列
- 收集 Linux 命令列執行的命令Linux命令列
- 【Mongo】shell命令列模式執行mongo命令Go命令列模式
- TestComplete命令列執行命令列
- mac中用命令列執行mysqlMac命令列MySql
- IDEA 執行 XXX 時報錯命令列過長,縮短命令列並重新執行Idea命令列
- ROS命令列工具ROS命令列
- 漏掃工具AWVS命令執行
- python實現批次執行命令列Python命令列
- Click: 命令列工具神器命令列
- EFCore之命令列工具命令列
- 使用SVN命令列工具命令列
- windows命令列工具(轉)Windows命令列
- Windows命令遠端執行工具WinexeWindows
- shell指令碼命令 執行python檔案&python命令列執行python程式碼指令碼Python命令列
- 教你在命令列下執行PHP和MySQL命令列PHPMySql
- CMD執行命令列時卡住的問題命令列
- laravel:從linux命令列執行commandLaravelLinux命令列
- 用 nodejs 寫一個命令列工具 :建立 react 元件的命令列工具NodeJS命令列React元件
- 命令執行漏洞
- Docker執行命令Docker
- 限制SQLPLUS工具可執行的命令SQL
- JDK常用的命令列工具JDK命令列
- DB2_命令列工具DB2命令列
- 通過RFT命令列執行測試指令碼命令列指令碼
- Docker命令-docker exec-在執行的容器中執行命令Docker
- Java執行cmd命令Java
- 遠端執行命令
- .net執行cmd命令
- 微軟最爽命令列工具釋出!微軟命令列
- Vue-cli 命令列工具分析Vue命令列
- 俚語搜尋命令列工具命令列
- JVM 常用命令列工具JVM命令列
- go Cobra命令列工具入門Go命令列
- process.argv與命令列工具命令列
- 命令列郵件傳送工具命令列
- node.js 命令列工具(cli)Node.js命令列