svn提交帮助ubuntu

发布于 2024-12-04 20:38:24 字数 212 浏览 1 评论 0原文

当我输入 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

叹沉浮 2024-12-11 20:38:24

该屏幕允许您输入提交消息。描述 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 using nano as your editor, in which case you'd hit Ctrl-X). Once you enter a commit message and save it, your changes will be committed to the repository.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文