Checkout SVN project using Subversive in Eclipse

So, I can pull files from svn, but I can't get Eclipse to figure out that these files are part of SVN.

I also have TortoiseSVN installed on the system and am wondering if this is causing the problem?

The main question is, how can I use Eclipse and Subversive checkout project from my SVN repo?

+2


a source to share


2 answers


Use subclipse . It's great, and you can install it directly from eclipse using the appropriate update site. I prefer it to the subversive plugin and TortoiseSVN.



+7


a source


Either: File> New> Project> SVN> Project from SVN



Or (I like this better): Go to the View SVN Repository View by right clicking on the project folder (eg connector)> Check Out (or Find / Check As ...)

0


a source







All Articles