从 VIM 签入文件?
有没有办法直接从 vim 将文件签入 cvs 或 subversion?
我知道我可以使用不同的控制台窗口来检查任何更改,但如果可能的话,能够从同一个窗口执行所有操作要方便得多。
Directly from vim, is there a way to check files into cvs or subversion?
I know I can just use a different console window to check in any changes, but it is so much more convenient to be able to do everything from the same window, if possible.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
脚本存档上有大量用于此目的的插件。 vcscommand.vim 是我知道我以前听人们使用过的一个将自己从他们正在使用的特定 vcs 中抽象出来。
There are tons of plugins on the script archive for this exact purpose. vcscommand.vim is one I know I've heard people use before to abstract themselves from the specific vcs they are using.
这里有一个 vim svn 集成脚本,但我没有使用经验它。我很确定如果您位于活动工作目录中,您可以敲击该命令。
There's a vim svn integration script here, but I have no experience with it. I'm pretty sure you can bang the command if you're in the active working directory.