Questions tagged [subclipse]

For questions about the subclipse Eclipse plugin which provides Subversion (SVN) integration.

An Eclipse plugin providing Subversion (SVN) integration.

Useful links

710 questions
14
votes
1 answer

Key for Subclipse icons

Does anyone know of a comprehensive key for the range of Subclipse icons?
Wes Nolte
  • 857
  • 3
  • 7
  • 19
14
votes
7 answers

svn: Item is out of date

[answer auto-selected by bounty system against my will] I'm using subclipse, and always when delete a folder in Eclipse, and try to commit it, the following errors raise: svn: Item is out of date svn: DELETE of : 409 Conflict…
The Student
  • 27,520
  • 68
  • 161
  • 264
14
votes
2 answers

Installing Subversion JavaHL library in Mac OS X

I installed Subclipse in Eclipse using Eclipse Marketplace. I keep on getting a pop window with the message Failed to load JavaHL Library. These are the errors that were encountered: no libsvnjavahl-1 in java.library.path no svnjavahl-1 in…
Apurv
  • 4,458
  • 2
  • 21
  • 31
13
votes
9 answers

svn for eclipse on mac os lion

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…
vietstone
  • 8,784
  • 16
  • 52
  • 79
13
votes
8 answers

SVN not working in Eclipse

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…
True Soft
  • 8,675
  • 6
  • 54
  • 83
13
votes
1 answer

Subclipse can't rename file (OS X)

I can't perform any Subversion operations on my Eclipse project as Subclipse can't rename a file. The error is: Caused by: org.tigris.subversion.javahl.ClientException: svn: Cannot rename file…
Damo
  • 11,410
  • 5
  • 57
  • 74
12
votes
4 answers

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

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…
Nicholas
  • 15,916
  • 4
  • 42
  • 66
12
votes
2 answers

org.apache.subversion.javahl.ClientException - client is too old

I get the following error message when I try to compare files in Eclipse using Subclipse: Unsupported working copy format svn: This client is too old to work with the working copy at 'C:\XXX' (format 31). You need to get a newer Subversion client.…
user2559812
  • 123
  • 1
  • 1
  • 5
12
votes
1 answer

How to commit existing project to SVN with Eclipse Subclipse?

I have an existing Java project in Eclipse: MyProject/ src/ ... all main sources test/ ... all test sources build.xml ... lots of other stuff I now want to add this project (commit all of it) to the empty trunk/ of a…
user1768830
12
votes
2 answers

Subclipse error -- Subversion Native Library not available

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…
Salocin.TEN
  • 474
  • 1
  • 6
  • 18
11
votes
8 answers

How do I completely uninstall Eclipse so I can sort out my Subclipse trouble?

I am having trouble finalising the installation of Subclipse into my Eclipse installation. First some background: I installed Eclipse in 64-bit Ubuntu (in a VM). I tried to install Subclipse but on the final screen, the button to finish was greyed…
Smipims
  • 343
  • 1
  • 8
  • 20
11
votes
6 answers

Eclipse, Subclipse 1.8.2, SVN 1.7.0 asks password every action

After I installed new Eclipse Indigo, it asks me for password every action I do in SVN Repository perspective (e.g. browse through every single folder ask password again). Normally use SVNKit, it ask for password once per session. SVNKit doesn't…
user802421
  • 7,465
  • 5
  • 40
  • 63
11
votes
4 answers

What goes into Source Control?

Given: http://developer.android.com/resources/faq/commontasks.html#filelist What are the best practices for getting your projects into source control? I ask because if you simply right click on your project, choose team, etc. you end up with the…
Bill Mote
  • 12,644
  • 7
  • 58
  • 82
11
votes
5 answers

Eclipse SVN synchronize problem

We changed our SVN machine because of a hardware problem. We established the same environment from back-up to another machine. Now Subversion seems to work properly, I can update, commit and browse from Tortoise Client. But in Eclipse problem exist…
enesness
  • 3,123
  • 5
  • 31
  • 33
11
votes
2 answers

Subversion: blame for past revision

I love Subversion's blame operation (which shows for each line in the source file the commit that last changed it). Alas, we recently reformatted our entire source code, and now blame just shows that every line was last modified by this commit. Can…
meriton
  • 68,356
  • 14
  • 108
  • 175