svn提交帮助ubuntu
当我输入 svn commit file.h
时,我会看到一个屏幕,其中包含:
--This line and those below will be ignored--
A file.h
以及 ^G
、^O
等列表。以下。我想知道如何继续将文件提交到存储库中。
When I type in svn commit file.h
, I get a screen which has:
--This line and those below will be ignored--
A file.h
And a list of ^G
, ^O
, etc. below. I would like to know how to go ahead and commit the file into the repository.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该屏幕允许您输入提交消息。描述
file.h
中的更改,然后保存并退出编辑器(听起来您正在使用nano
作为编辑器,在这种情况下,您会点击 <代码>Ctrl-X)。输入提交消息并保存后,您的更改将提交到存储库。That screen allows you to enter a commit message. Describe what's changed in
file.h
, and then save and exit your editor (it sounds like you're usingnano
as your editor, in which case you'd hitCtrl-X
). Once you enter a commit message and save it, your changes will be committed to the repository.