从 Eclipse 批量添加到 SVN
假设我已经在一个项目上工作了一段时间,添加了一些分散在 3 或 4 个包中的新文件,并且我想导出。但据我所知,没有办法将所有新创建的文件一次性添加到 SVN 控制中。并且将目光悬停在每个包的文件图标上既不可靠也不实用。有什么办法可以做到吗?
编辑:对混合感到抱歉。所以,我想导出,而不是提交。
Say I have been working on a project for a while, added a few new files scattered around 3 or 4 packages, and I would like to export. But there is no way that I know of to add all the newly created files to SVN control at once. And eye-hovering through each package's file icons is neither reliable not practical. Any way to do it?
EDIT: sorry about the mingling. So, I wanted to export, not commit.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 Subclipse,您可以提交整个项目(或多个项目):不受版本控制的文件将自动添加。我不知道其他 Subversion 集成是否也一样。
With Subclipse, you can just commit the whole project (or multiple projects): files which aren't under version control will be added automatically. I don't know if it's the same with other Subversion integrations.