3

I am using Eclipse for PHP Developers Version: 3.0.2. How could I check out from a remote svn(TortoiseSVN). I googled online, but it did help, I tried to import, but there is no such option as 'from svn'.

MedMik
  • 144
  • 1
  • 12
user2294256
  • 1,029
  • 1
  • 13
  • 22

2 Answers2

0

You might not have the svn plugin for eclipse installed.You could download it from here. http://www.eclipse.org/subversive/latest-releases.php

Tazo
  • 197
  • 2
  • 3
  • 16
0

If you do not have the option to "Checkout Projects from SVN" you are probably missing the SVN plugin. @Arcane posted a link to download the plugin and HERE[1] is a link to a full description how to use the plugin.

[1] : http://www.ibm.com/developerworks/opensource/library/os-ecl-subversion/

wagnerpeer
  • 937
  • 7
  • 22