2
當我在svn commit file.h
型,我得到它具有屏幕:SVN承諾幫助Ubuntu的
--This line and those below will be ignored--
A file.h
和^G
,^O
列表等下面。我想知道如何繼續並將該文件提交到存儲庫。
當我在svn commit file.h
型,我得到它具有屏幕:SVN承諾幫助Ubuntu的
--This line and those below will be ignored--
A file.h
和^G
,^O
列表等下面。我想知道如何繼續並將該文件提交到存儲庫。
該屏幕允許您輸入提交消息。描述file.h
中發生了什麼變化,然後保存並退出編輯器(這聽起來像是您使用nano
作爲編輯器,在這種情況下,您將點擊Ctrl-X
)。輸入提交信息並保存後,您的更改將提交到存儲庫。