Emacs VC 忽略提交的文件(无 svn:ignore)
在netbeans中,我可以忽略SVN存储库中存在的文件(屏幕截图中的蓝色),有没有办法在emacs版本控制系统中做到这一点。
In netbeans I can ignore files existing in SVN repository (blue color on screen-shot), is there any way to do it in emacs Version Control system.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们可以在 init.el 中的 psvn.el 中执行此操作,添加:
其中
" config/databases.yml"
是相对于根目录的文件路径运行 svn-status 的目录。
We can do it in psvn.el in your init.el add:
where
"config/databases.yml"
is file path relative to rootdirecotry where
svn-status
was run.