Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
基本上这个问题,但为了颠覆。
我厌倦了丢失文件或添加太多更改。
我怀疑这很重要,但我使用 Emacs 作为我的编辑器。
subversion 包包含 elisp 模块psvn - emacs 的 subversion 接口。你可以用M-x svn-status. 用 标记要提交的文件m并用 开始提交c。
M-x
svn-status
m
c
如果您想在输入提交消息时看到完整的差异,请将 emacs 变量设置svn-log-edit-show-diff-for-commit为t.
svn-log-edit-show-diff-for-commit
t