如何使用tortoise svn import
假设我已经通过 SVN 签出了一个项目,然后我右键单击该文件夹并将其导出,发生的情况是,它将项目的副本扔到另一个文件夹中,并删除了 .svn 后缀并删除了绿色的“检查”图标。
现在,如果我使用 IDE 进行开发,例如 Eclipse,我将创建一个新项目并使用导出文件夹的源文件。如果我右键单击该导出的文件夹并单击 SVN 导入,是否会将编辑的文件传输到签出的文件夹中?是这样的吗?还是我想错了?
Let's say I have checkedout a project via SVN, then I right clicked the folder and export it, what happens is, it threw a copy of the project to another folder and removed the .svn suffixes and removed the green "check" icon.
Now, if am using an IDE to develop, such as Eclipse, I create a new project and use the source files of the exported folder. If I will right click this exported folder and click the SVN import, will it transfer the edited files to the checked out folder? Is that how it works? Or am thinking the wrong thing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不完全是..
svn import
将文件导入 SVN 存储库,而不是工作副本。不过,您可以使用 Eclipse 的导入功能将它们导入到您的 Eclipse 项目中。但实际上,如果您使用 SVN,您的 Eclipse 项目应该是工作副本。实际上,您可以使用 Subclispe 来实现此目的,并直接在 Eclipse 中使用 SVN,而不是通过 Tortoise 执行操作。当然,如果您没有打开 Eclipse,那么 Tortoise 是一个很好的通用工具。我基于 Mac,但根据上下文我使用 5 个不同的 SVN 客户端... Eclipse 中的 Subclipse、SCPlugin(类似于 Tortoise,但用于 OS X 的文件管理器)、用于 Textmate 的 SVN/Project+ Bundle、Adobe CS 中的时间轴以及命令行。
Not exactly..
svn import
imports files into the SVN repository, not working copy. You could however use Eclipse's import feature to import them into your Eclipse project. But really your Eclipse project should be a Working copy if you are using SVN. You can actually use Subclispe for this and mess wiht SVN directly in Eclipse instead of doing things through Tortoise. Of course if you dont have Eclipse open then Tortoise is a good general purpose tool.Im Mac based but i use 5 different SVN clients depending on the context... Subclipse in Eclipse, SCPlugin (like Tortoise but for OS X's file manager), SVN/Project+ Bundle for Textmate, Timeline in Adobe CS, and the command line.