subclipse

“RA layer request failed” error with Subclipse, no errors with web browser

元气小坏坏 提交于 2019-12-01 05:22:01
I'm using STS 2.8.1 (I think it's based on Eclipse Indigo) with Subclipse 1.6.18. I'm trying to check some code out from a repository, but when I add the repository location, I get the following error: RA layer request failed svn: Server sent unexpected return value (503 Service Unavailable) in response to OPTIONS request for 'http://a.b.com:18080/svn/myproject' The thing is, if I try to access that repository from a web browser (e.g. Chrome or IE), I'm allowed to access it. It asks for my username and password, and after I enter them, I can see the project tree. Does anyone know why I can

“RA layer request failed” error with Subclipse, no errors with web browser

旧城冷巷雨未停 提交于 2019-12-01 02:46:55
问题 I'm using STS 2.8.1 (I think it's based on Eclipse Indigo) with Subclipse 1.6.18. I'm trying to check some code out from a repository, but when I add the repository location, I get the following error: RA layer request failed svn: Server sent unexpected return value (503 Service Unavailable) in response to OPTIONS request for 'http://a.b.com:18080/svn/myproject' The thing is, if I try to access that repository from a web browser (e.g. Chrome or IE), I'm allowed to access it. It asks for my

Subclipse error “svn: SQLite compiled for 3.8.6, but running with 3.8.5”

北战南征 提交于 2019-11-30 23:53:08
I am trying out the Mac OS X Yosemite beta [edit: same issue in full release], which seems to have broken my Eclipse/Subversion. When I attempt to perform any svn action, I get: svn: Couldn't perform atomic initialization SQLite error svn: SQLite compiled for 3.8.6, but running with 3.8.5 I have installed subversion-javahlbindings +nobdb+universal using macports, which includes the most recent SQLite3 (3.8.6), so I have no idea where the 3.8.5 is coming from on my system. Svn works fine on the commandline, but not Eclipse. I have looked at this similar problem and googled the relevant E200029

Should I commit files that are changed by eclipse

流过昼夜 提交于 2019-11-30 19:38:32
I inherited a java project in the form of an eclipse project. After changing the tomcat configuration (from v6 to v7), subclipse prompted me to commit the following files .classpath org.eclipse.core.prefs org.eclipse.common.project.facet.core.refs org.eclipse.common.project.facet.core.xml Will commiting them help my team members or will it mess with their workspace? What is the best practice approach to this? Generally speaking, you should check-in (and commit after changes) everything that does contribute to the build AND is not re-generateable by re-building completely AND is workstation

Should I commit files that are changed by eclipse

南楼画角 提交于 2019-11-30 16:55:53
问题 I inherited a java project in the form of an eclipse project. After changing the tomcat configuration (from v6 to v7), subclipse prompted me to commit the following files .classpath org.eclipse.core.prefs org.eclipse.common.project.facet.core.refs org.eclipse.common.project.facet.core.xml Will commiting them help my team members or will it mess with their workspace? What is the best practice approach to this? 回答1: Generally speaking, you should check-in (and commit after changes) everything

Fill @version tag with subversion in Eclipse

倖福魔咒の 提交于 2019-11-30 13:09:58
I would like to fill the comment tag @version with Subclipse or Subversion in Eclipse. CVS has done this automatically but Subversion isn't. This would be very helpful. I tried to google "@version" but it seems impossible. Example what CVS did: <?php /* * @author Spankmaster * @version $Id: file.php,v 1.47 2009-09-21 09:28:49 sp Exp $ * @package mysoftware */ Example with SVN: <?php /* * @author Spankmaster * @version $Id: $ -> stays empty * @package mysoftware */ Please help..... in svn it is $Revision$ /** * Last changed: $LastChangedDate$ * @author $Author$ * @version $Revision$ */ also you

How to speed up the eclipse project 'refresh'

我是研究僧i 提交于 2019-11-30 12:50:36
问题 I have a fairly large PHP codebase (10k files) that I work with using Eclipse 3.4/PDT 2 on a windows machine, while the files are hosted on a Debian fileserver. I connect via a mapped drive on windows. Despite having a 1gbit ethernet connection, doing an eclipse project refresh is quite slow. Up to 5 mins. And I am blocked from working while this happens. This normally wouldn't be such a problem since Eclipse theoretically shouldn't have to do a full refresh very often. However I use the

How do I use Eclipse Refactoring Tools and stay in sync with SVN through Subclipse?

久未见 提交于 2019-11-30 11:50:48
I have found that when I need to rename a Java class (and therefore the source file) or need to change the package name (and therefore move the source file[s]), I can either: Use the nice and useful Eclipse refactoring tools which is great since all the cascading tasks are done for me. However, I then have an uphill struggle with Subversion to replicate the changes back to the repo. I can issue the renames/moves in Subversion first, update my local and then the refactoring tools in Eclipse don't work. Can anyone advise on a preferable procedure? Since the 1.4.x releases, Subclipse handles this

svn for eclipse on mac os lion

江枫思渺然 提交于 2019-11-30 11:48:08
I need to use Subversion with Eclipse on Mac Lion. I encounter problem as below I saw: Subclipse in Mac OS Lion shows "Unable to load default SVN client" error In my context: I use Mac OS Lion 10.7.2 Eclipse version: 3.7.1 64 bit I install Subversion: Universal Subversion 1.6.17 Binaries for Lion (Mac OS X 10.7) in the page: http://www.open.collab.net/downloads/community/ I install Subclipse by the "Install New Software..." feature of Eclipse with the update link: http://subclipse.tigris.org/update_1.8.x It install Subclipse 1.8.2, JavaHL 1.7.1.1 and some other packages. When I go to menu

Subclipse error — Subversion Native Library not available

一世执手 提交于 2019-11-30 08:56:32
I am getting the following message everytime the PHP project based on Subversion loads... Obviously shown, the OS is a Mac OSX Mountain Lion. I have also followed the instructions within the link, and it still appears at completely random times. However, subversion actions seem to work fine. Trillion From main menu, select Window -> Preferences -> Team -> SVN, at right panel " SVN interface " zone. You may find " client " is set to " JavaHL(JNI) Not Available ". Change it to " SVNKit(Pure Java) SVNKit vx.x " Your error is that the library has been loaded in another classloader. I can only