1. 程式人生 > >svn錯誤中文對照

svn錯誤中文對照

#, c-format
msgid ""
"\n"
"  (e)  edit             - change merged file in an editor\n"
"  (df) diff-full        - show all changes made to merged file\n"
"  (r)  resolved         - accept merged version of file\n"
"\n"
"  (dc) display-conflict - show all conflicts (ignoring merged version)\n"
"  (mc) mine-conflict    - accept my version for all conflicts (same)\n"
"  (tc) theirs-conflict  - accept their version for all conflicts (same)\n"
"\n"
"  (mf) mine-full        - accept my version of entire file (even non-"
"conflicts)\n"
"  (tf) theirs-full      - accept their version of entire file (same)\n"
"\n"
"  (p)  postpone         - mark the conflict to be resolved later\n"
"  (l)  launch           - launch external tool to resolve conflict\n"
"  (s)  show all         - show this list\n"
"\n"
msgstr ""
"\n"
"  (e)  編輯           - 使用編輯器修改合併後的檔案\n"
"  (df) 顯示全部差異   - 顯示合併檔案後的所有修改\n"
"  (r)  解決           - 使用合併後的檔案\n"
"\n"
"  (dc) 顯示衝突       - 顯示全部衝突(忽略已經合併的版本)\n"
"  (mc) 我的版本       - 使用我的版本解決衝突(同上)\n"
"  (tc) 他人的版本     - 使用他人的版本解決衝突(同上)\n"
"\n"
"  (mf) 全用我的       - 全部使用我的版本(包含不衝突的檔案)\n"
"  (tf) 全用他人的     - 全部使用他人的版本(同上)\n"
"\n"
"  (p)  推遲           - 標記以後解決衝突\n"
"  (l)  執行           - 使用第三方工具解決衝突\n"
"  (s)  顯示全部選項   - 顯示這個列表\n"
"\n"

相關推薦

svn錯誤中文對照

#, c-format msgid "" "\n" "  (e)  edit             - change merged file in an editor\n" "  (df) diff-full        - show all changes made to merged file

svn 錯誤資訊 中文提示

#  # Simplified Chinese translation for subversion package  # This file is distributed under the same license as the subversion packag

svn 錯誤 以及 中文翻譯

比較長,如何查詢不方便的話,用查詢“CTRL+F”吧 # # Simplified Chinese translation for subversion package # This file is distributed under the same lice

水環境指標 中文對照

城市名稱 名稱 cti 類型 cit ph值 type 中文 city Province 省CityName 城市名稱City_Code 城市編碼Section_Type 斷面類型D_PH PH值D_DO 溶解氧D_CODMn 高錳酸鹽D_

部分有關會計單詞的英中文對照

分享一下我老師大神的人工智慧教程!零基礎,通俗易懂!http://blog.csdn.net/jiangjunshow 也歡迎大家轉載本篇文章。分享知識,造福人民,實現我們中華民族偉大復興!        

SVN 錯誤 :請求的名稱有效,但是找不到請求的型別,我的解決辦法

今天在用SVN更新程式碼的時候,出現了  “請求的名稱有效,但是找不到請求的型別  “的錯誤,就是連線不上,百度了一下,原來我的程式碼的URL比如:http://李陽-pc/svn/程式碼/  這種樣式的,我將李陽-pc改為他的IP地址,在工作資料夾的根目錄上右鍵-&g

SVNSVN錯誤[ locked; try performing 'cleanup']的解決辦法

用Eclipse的svn外掛commit的時候,發生如下異常 Some of selected resources were not committed. svn: Working copy 'C:\project\xxxxx\xxxxx-web\test' locked;

SVN錯誤:locked; try performing 'cleanup'

今天在提交專案的中途,電腦重啟了,結果導致專案提交中斷。等到再次提交專案的時候報錯: svn: Working copy 'C:\project\xxxxx\xxxxx-web\test' locked; try performing 'cleanup

svn Some of selected resources were not added to version control SVN錯誤[locked; try performing]的解決辦法

用Eclipse的svn外掛commit的時候,發生如下異常 Some of selected resources were not committed. svn: Working copy 'C:\project\xxxxx\xxxxx-web\test' locked; try performing

Oracle 錯誤編碼對照

解除安裝Oracle資料庫: 返回的錯誤編碼: ORA-02201: 此處不允許序列(號) ORA-02202: 此群集中不允許新增其它表 ORA-02203: 不允許的 INITIAL 儲存選項 ORA-02204: 不允許 ALTER, INDEX

svn錯誤收集

SVN的“Invalid authz configuration”錯誤的解決方法 在修改配置檔案(authz)後,客戶端可能會報“Invalid authz configuration”的錯誤提示!客戶端沒有提示錯誤原因,但在伺服器端有一個方法,可以檢查配置檔案(aut

svn錯誤:Two top-level reports with no target

原文地址:http://easwy.com/blog/archives/subversion-two-top-level-error/ svn: Two top-level reports with no target 在網上搜索了一下,似乎出現這個錯誤是由於本地

c++錯誤中英文對照

Ambiguous operators need parentheses -----------不明確的運算需要用括號括起 Ambiguous symbol ''xxx'' ----------------不明確的符號 Argument list syntax error

SVN錯誤問答

 1.svn: Server sent unexpected return value (500 Internal Server Error) in response to OPTIONS request for 'http://svn.moon.ossxp.com/svn

Linux下errno錯誤資訊對照

在庫函式中有個errno變數,每個errno值對應著以字串表示的錯誤型別。 以下主要來自2.6.32的核心程式碼中的/usr/include/asm-generic/errno.h及errno-bas

linux常見錯誤的錯誤碼及錯誤資訊對照

一些常見的錯誤的值,print出來的只有值,對應的錯誤列表,我在linux核心中找到了,分享出來。對比檢視會相對方便。 #define EPERM   1 /* Operation not permitted */ #define ENOENT   2 /* No such

解決svn錯誤:post-commit hook failed (exit code 1) with output.

svn客戶端post-commit時,出現如下錯誤 post-commit hook failed (exit code 1) with output. [Error output could not be translated from the native loc

常見彙編編譯錯誤中英文對照

FATAL  嚴重錯誤cannot open file不能開啟檔案 I/O error closing fileI/O錯誤 正在關閉檔案I/O error writing fileI/O錯誤 正在寫檔案I/O error reading file           I/O錯誤 正在讀取檔案out of me

MYSQL錯誤程式碼對照大全

0101 屬於其他程序的專用標誌。  0102 標誌已經設定,無法關閉。  0103 無法再次設定該標誌。  0104 中斷時無法請求專用標誌。  0105 此標誌先前的所有權已終止。  0106 請將軟盤插入驅動器 %1。  0107 後續軟盤尚未插入,程式停止。  0108 磁碟正在使用或已由其他程序鎖定

SVN錯誤---Authorization failed

在myEclipse客戶端第一次連到SVN時,如:svn://192.168.20.242/MyProject1,然後要求輸入使用者名稱和密碼。如果使用者名稱和密碼輸入出錯了,強行確定後。問題來了!會出現,以下錯誤資訊:org.tigris.subversion.javahl