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
10
votes
2 answers

alternative to maven scm connector subclipse (not working with subclipse1.8)?

So for my project I am in need of Subclipse 1.8.x. This has been well and good, but the maven SCM handler for subclipse is only compatible with Subclipse 1.6.x. I like this plugin because it automatically loads modules (and detects them), so you can…
Sam Levin
  • 3,326
  • 7
  • 30
  • 44
10
votes
2 answers

How to Update to Revision using Subclipse SVN plugin?

In subclipse, the Team > Update menu option performs an "svn update -r HEAD". I want to run "svn update -r [revision number]" but can't find a menu option which will let me update to anything besides the HEAD revision.
Geoff
10
votes
3 answers

javahl subclipse 64 bit installation on windows

Got Windows 7 - 64 bit Eclipse indigo Java VM 64 bit javahl from http://www.sliksvn.com (64 bit version) properly installed path environment variable points also to the folder containing javahl librarires When installing subclipse, I'm getting…
Francis Martens
  • 3,458
  • 4
  • 24
  • 26
10
votes
4 answers

subversion issue with eclipse

I have recently configured eclipse for subversion by installing the plug-in subclipse. Now the problem is that when I try to import folders from svn I get this error: Folder " does not exist remotely The url that I provide is of the form "svn://…
comatose
  • 1,952
  • 7
  • 26
  • 42
10
votes
4 answers

Subclipse and Tortoise SVN together

Can these two SVN clients collaborate? I have my projects checked out with Tortoise, but now I would like to be able to use the SVN functionality (mostly updating and committing) from inside Eclipse. But the Subcipse doesn't see the SVN status of…
Matěj Zábský
  • 16,909
  • 15
  • 69
  • 114
10
votes
2 answers

Have svn console in focus when performing an svn operation in eclipse

Is there a way to have the console focus on the SVN output when doing an SVN operation (such as update or commit)? It's annoying to have to manually switch to that console.
topher-j
  • 2,221
  • 5
  • 24
  • 35
10
votes
4 answers

Incompatible JavaHl library loaded

I'm having a problem with Subclipse and the JavaHL library. Subclipse it gives the error: Incompatible JavaHL library loaded. 1.8.x or later required. I am using Ubuntu desktop 12.04 32 bit.
Suleman khan
  • 1,038
  • 4
  • 14
  • 34
9
votes
1 answer

Display current branch name in Eclipse/Subclipse

I have a project set-up within Eclipse which is linked to our SVN repository using Subclipse. Is there a way to display the name of the current branch I'm in next to project. I'm sure I've seen this before but it's not there now and I can't find…
user1158264
  • 101
  • 2
  • 3
9
votes
6 answers

Open directory containing a source file via Eclipse

In Visual Studio, or MyEclipse, you have a button which is able to locate a source file on disk, and open the containing directory in Windows explorer. This is useful, for example, to browse images, or to use an other tool when a conflict occurs in…
Tristan
  • 8,733
  • 7
  • 48
  • 96
9
votes
1 answer

Subclipse ignores "Accept Permanently" when "Accept Digital Certificate" dialog is shown

Under Eclipse running on OS X I have been running into issues with Subclipse ignoring "Accept Permanently" when the "Accept Digital Certificate" dialog is shown when updating or committing to the repository. How can this issue be resolved so that…
rjzii
  • 14,236
  • 12
  • 79
  • 119
9
votes
2 answers

How to exclude file from synchronizations with svn repo in Subclipse?

I want to exclude a file (.properties) in my project in Eclipse from being checked during synchronization with the svn repo. If I make a change in this .properties file in my Eclipse project, its icon will be marked indicating that the project is…
rll
  • 113
  • 2
  • 4
9
votes
3 answers

How do I upload a new version of my project to SVN (eclipse)?

I have a Java project in an SVN server. I created a whole new version of it and now I want to "commit" but keep the previous version on the server. I'm not allowed to use branches on this project. So I've changed the new project's name to…
snakile
  • 52,936
  • 62
  • 169
  • 241
9
votes
1 answer

how to tell subclipse to ignore modified file on commit

I have a file that is under version control and modified by me. However I do not want to commit it, I want that only I will have the specific change I made and everybody else will have the file in its original version. How can I do that?
oshai
  • 14,865
  • 26
  • 84
  • 140
9
votes
6 answers

How to speed up the eclipse project 'refresh'

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,…
EvilPuppetMaster
  • 8,072
  • 10
  • 34
  • 31
9
votes
2 answers

why eclipse doesn't come with bundled svn client

Eclipse is deployed with CVS client plugin by default. Why there are no svn source control clients that are bundled also by default?
oshai
  • 14,865
  • 26
  • 84
  • 140