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

Installing subclipse on Eclipse manually

I have downloaded subclipse from http://subclipse.tigris.org/servlets/ProjectDocumentList?folderID=2240 The zip file i downloaded contains the following two folders and 4 files /features /plugins artifacts.xml content.xml index.html site.xml Can i…
ziggy
  • 15,677
  • 67
  • 194
  • 287
7
votes
1 answer

Subclipse how to overwrite changed files

In subclipse (the svn plugin on Eclipse) how do I update my code to match the repository as if I had used the --force command line option? I need to overwrite everything, even the changed stuff. Team->Update adds notes about mismatches in files,…
Nate Glenn
  • 6,455
  • 8
  • 52
  • 95
7
votes
2 answers

Eclipse Mars - one specific file will not open in compare editor?

All of the sudden last week, a single javascript file will no longer open in the compare editor. I am running the latest Mars Eclipse I am running the latest Subclipse I sync with the repo, and see the changed file When I double click or choose to…
7
votes
2 answers

Getting SVN Commit Eclipse history

Is there a simple way through the Eclipse UI to get a history of svn commits? I don't mean on specific files/folders, but in general to see the last commit (including the comment and what project/files were updated?) I'm running Juno with Subclipse.…
K.Niemczyk
  • 1,130
  • 3
  • 12
  • 26
7
votes
3 answers

Please Upgrade Your Subversion Client.... How?

I opened up my eclipse today, after previously having a perfectly working Subclipse, and it decided to spontaneously break itself. svn: E155021: The path 'xxx' appears to be part of a Subversion 1.7 or greater working copy. Please upgrade your…
Ring
  • 2,249
  • 5
  • 27
  • 40
7
votes
1 answer

How to force Eclipse's quick diff to refresh after a commit?

I'm using Subclipse 3.0.0 and set my quick diff settings to be against "Prestine SVN copy". However when I make a commit using the menu option Team -> Commit I still see the old changes coloured in my left side ruller where the line numbers…
aligf
  • 2,020
  • 4
  • 19
  • 33
6
votes
1 answer

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

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…
Neets
  • 4,094
  • 10
  • 34
  • 46
6
votes
4 answers

Subclipse: Error with SVN after an update (Unable to create SVN preference page)

Good afternoon, I have been using Eclipse and Subclipse (with JavaHL) for a few months without any problem so far. After an update of some plugins (including Subclipse) yesterday (i.e. on 13/03/19), subclipse is no longer working. For example, I am…
user11203254
6
votes
1 answer

What does it mean when SVN indents a status code by one extra space?

I just did a plain old SVN update through Subclipse, and this came up in my SVN console: update C:/project/ -r HEAD --force U C:/project/.project D C:/project/mroozek U C:/project/timeStone U C:/project/barchern U …
Pops
  • 30,199
  • 37
  • 136
  • 151
6
votes
3 answers

Eclipse "Share Project" by hand?

What actually happens to the file system when you do a Subclipse Share Project on an Eclipse project that was externally checked out from Subversion? All the .svn folders are already in place. I get an error when I try to Share Project the right…
jodonnell
  • 49,859
  • 10
  • 62
  • 67
6
votes
5 answers

JavaHL not loading (NoClassDefError)

I've reinstalled Windows and unzipped a fresh copy of Eclipse. Despite this, I've been unable access an ssh repository via Subclipse. The issue seems to be with JavaHL and the tests from the Tigris web site give NoClassDefError. Although this could…
James P.
  • 19,313
  • 27
  • 97
  • 155
6
votes
3 answers

Protect files from svn commit

Hey, imagine a plain webapp with a log4j.properties which is under version control. I can't add it to svn:ignore because its a mandatory file. If i make custom changes for development and i don't want to commit them, i have to watch out for…
Christopher Klewes
  • 11,181
  • 18
  • 74
  • 102
6
votes
1 answer

Does svn checkout overwrite existing local files?

Suppose I have a svn directory and a local directory. If I svn co into the local directory, and there happens to be files with the identical name, is there any risk that I will overwrite the local files?
user2763361
  • 3,789
  • 11
  • 45
  • 81
6
votes
1 answer

Eclipse: how to install Subclipse on Eclipse (Indigo) [on Linux]

I am trying to install Subclipse on Linux. My Eclipse (Indigo) version is 3.7.2. I went to this site and copied the link says: Links for 1.8.x Release: Zipped downloads: http://subclipse.tigris.org/servlets/ProjectDocumentList?folderID=2240 but it…
McLan
  • 2,552
  • 9
  • 51
  • 85
6
votes
1 answer

Is it possible to resume a failed checkout with subclipse?

I am using STS 2.9 with Subclipse plugin under Ubuntu Linux. I am trying to checkout the entire repository (with all trunks and branches) and to have it neatly appearing as a project in the workspace. What I normally do is checkout the root of the…
Ivaylo Slavov
  • 8,839
  • 12
  • 65
  • 108