开发者

Checkout an SVN Project using Subversive in Eclipse

开发者 https://www.devze.com 2022-12-31 03:15 出处:网络
So I\'m able to pull the files out of the svn but I\'m unable to get Eclipse to under开发者_Python百科stand these files are part of an SVN.

So I'm able to pull the files out of the svn but I'm unable to get Eclipse to under开发者_Python百科stand these files are part of an SVN.

I have TortoiseSVN install on the system as well, and I'm wondering if that is causing an issue?

Base question, how can I using Eclipse and Subversive checkout a project from my SVN repo?


Use subclipse. Its excellent and you can install it directly from eclipse using the appropriate update site. I prefer it to the subversive plugin and TortoiseSVN.


Either: File > New > Project > SVN > Project from 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...)

0

精彩评论

暂无评论...
验证码 换一张
取 消