在 Eclipse 中查看项目 - SVN
我的存储库中有一个名为“Dog”的项目,但是当我导航到主干并右键单击它并选择签出时,它将它作为名为“temp”的项目放在我的工作 Java 目录中......这是为什么?
I have a project in my repository called "Dog", however when I navigate to the trunk and right click it and select check out, it puts it in my working Java directory as a project named "temp"...why is this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我无法在这台计算机上的伽利略中重现这一点,但我认为您应该明确说明您正在做什么才能获得此结果,即哪个视角是活跃的。在“SVN 存储库探索”中,我能够使用裸露的“签出”上下文菜单项签出主干下的项目,并且该项目的命名符合我的预期。当然,通过使用“查找/签出为...”命令,您可以进行更多控制,如果您还没有尝试过,这几乎肯定会对您有所帮助。
存储库中的项目文件也可能存在问题...通过 Eclipse 签出是否可以在另一台计算机上按预期工作?
I wasn't able to reproduce this in Galileo on this computer, but I think you should clarify exactly what you're doing to get this result, i.e. which perspective is active. In 'SVN Repository Exploring' I was able to to check out a project under trunk using the bare 'check out' context menu item and the project was named as I would expect. Of course, you have more control by using the "Find/Check out as..." command, and this would almost certainly help you if you haven't tried it out.
There may also be an issue with the project files in the repo...does checking out through Eclipse work as expected on another computer?