subclipse

SVN not working in Eclipse

喜欢而已 提交于 2019-11-30 08:40:38
One day I pressed in Eclipse Help -> Check for Updates (and I learnt that I should Never Ever update a software which works fine.) Then in a project that I used with SVN the whole submenu of "Team" and the little icons that showed that some files weren't commited, they all dissapeared. I tried everything: revert from Instalation History tab uninstall from Installed Software tab replaced the folder eclipse in Program Files with a new one downloaded from eclipse website and tried to install again searched how to install it on the net But in none of the cases above if I press Ctrl+N There is no

Associating existing Eclipse project with existing SVN repository

梦想与她 提交于 2019-11-30 06:14:29
问题 I have an eclipse project on my hard disk, which is a fairly recent check out from an SVN repository. I've imported this project into my Eclipse workspace, and now want to associate it with the SVN repository. How do I do this? The only options I seem to have under Right-click -> Team is "Share Project", which only seems to allow me to do an initial import. Edit: Motivation - It's a largish repository, and I don't really want to have to import the whole thing over the network. Edit 2: There

How to speed up the eclipse project 'refresh'

被刻印的时光 ゝ 提交于 2019-11-30 04:14:06
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 subclipse plugin also which triggers a full refresh each time it completes a switch/update. My hunch is

Adding a SVN repository in Eclipse

半城伤御伤魂 提交于 2019-11-30 02:55:58
I'm trying to add an SVN repository to Eclipse. I've installed Subclipse , and it seems to be working fine. But, when I try to "add a new SVN repository", I input this, for example: http://svn.python.org/projects/peps/trunk I get this: Error validating location: "org.tigris.subversion.javahl.ClientException: RA layer request failed svn: OPTIONS of ' http://svn.python.org/projects/peps/trunk ': could not connect to server ( http://svn.python.org ) " Keep location anyway? I know that my Eclipse can connect to the Internet, because I downloaded Subclipse earlier (I had to change my proxy settings

Why do I keep getting 'SVN: Working Copy XXXX locked; try performing 'cleanup'?

别等时光非礼了梦想. 提交于 2019-11-30 01:45:42
If you have worked with SVN tools in Eclipse (Subversion, subversive) before, then you are likely familiar with the 'working copy 'XXX' locked..." error. I found a very useful post with a workaround for this problem at: Working copy XXX locked and cleanup failed in SVN As great as the workaround is, it is a pain to do it over and over again. Does anyone know why I keep getting this error and what steps I could take to prevent it? Context: I am creating an Eclipse plugin that involves listening for SVN events, so in testing this plugin, I am constantly opening and closing the workspace. I

Why is Eclipse trying to copy my .svn folders from src to bin, and how can I make it stop?

为君一笑 提交于 2019-11-29 23:39:48
I have checked out a bunch of java code using subversion 1.6 and then I imported those projects into eclipse. Subclipse 1.6 picked up the fact that the plugins are under version control, except for a few folders. I now get a bunch of errors like: The resource is a duplicate of src/.svn/all-wcprops and was not copied to the output folder If I delete the project (from eclipse not on disk) and reimport it, that fixes the problem about half the time. But since I have dozens of projects that are having this problem, it means reimporting them 10-20 times before I get them all working. This is very

Failed to load JavaHL Library

故事扮演 提交于 2019-11-29 19:41:00
After updating to Snow Lion I started receiving these errors in Flash Builder / Eclipse when trying to use SVN: Failed to load JavaHL Library. These are the errors that were encountered: no libsvnjavahl-1 in java.library.path /opt/subversion/lib/libsvnjavahl-1.0.dylib: Library not loaded: /usr/lib/libpq.5.dylib Referenced from: /opt/subversion/lib/libsvnjavahl-1.0.dylib Reason: no suitable image found. Did find: /usr/lib/libpq.5.dylib: mach-o, but wrong architecture /usr/lib/libpq.5.dylib: mach-o, but wrong architecture no svnjavahl in java.library.path java.library.path = .:/Library/Java

svn for eclipse on mac os lion

血红的双手。 提交于 2019-11-29 17:41:18
问题 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

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

守給你的承諾、 提交于 2019-11-29 17:34:59
问题 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

Subclipse error — Subversion Native Library not available

陌路散爱 提交于 2019-11-29 13:31:22
问题 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. 回答1: 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)