简体   繁体   English

在Eclipse中使用Subversive签出SVN项目

[英]Checkout an SVN Project using Subversive in Eclipse

So I'm able to pull the files out of the svn but I'm unable to get Eclipse to understand these files are part of an SVN. 因此,我能够将文件从svn中拉出,但是我无法使Eclipse了解这些文件是SVN的一部分。

I have TortoiseSVN install on the system as well, and I'm wondering if that is causing an issue? 我也在系统上也安装了TortoiseSVN,我想知道这是否引起了问题?

Base question, how can I using Eclipse and Subversive checkout a project from my SVN repo? 基本问题是,如何使用Eclipse和Subversive从我的SVN存储库中检出项目?

Use subclipse . 使用subclipse Its excellent and you can install it directly from eclipse using the appropriate update site. 它非常出色,您可以使用相应的更新站点直接从eclipse安装它。 I prefer it to the subversive plugin and TortoiseSVN. 我更喜欢颠覆性插件和TortoiseSVN。

Either: File > New > Project > SVN > Project from SVN 要么:文件>新建>项目> SVN> SVN中的项目

Or (I like this one better): Go to the "SVN Repository Exploring" View > right click on your project's folder (trunk, for example) > Check Out (or Find/Check Out As...) 或(我更喜欢这样):转到“ SVN存储库浏览”视图>右键单击项目的文件夹(例如,trunk)>签出(或查找/签出为...)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM