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
45
votes
11 answers

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

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…
jbranchaud
  • 5,909
  • 9
  • 45
  • 70
40
votes
15 answers

Eclipse: "Update SVN cache" hangs and locks up

Every time I start eclipse, the program begins doing this "Update SVN cache" thing but it will sit at 0% forever. I cannot perform any operations (such as checking out my projects, building them, or even running them) until this operation is…
kevin
  • 933
  • 1
  • 12
  • 20
39
votes
13 answers

How do you make eclipse use an existing svn working copy?

I've got a working copy checked out with svn; furthermore, I've created a new project in Eclipse that has the root of the working copy as the project's location. I want to be able to do stuff like compare versions from Eclipse. I have Subclipse…
allyourcode
  • 21,871
  • 18
  • 78
  • 106
37
votes
9 answers

subclipse not showing "share project" option on project context menu in eclipse

Within eclipse, with Subclipse installed, if I right click a project and select "team" there are normally 2 options: apply patch share project Once you have shared project you get the full Subclipse menu from "team" One project however only has…
P0rridge
  • 373
  • 1
  • 4
  • 6
35
votes
6 answers

Removing an SVN location from Eclipse using Subclipse

I have added locations into Eclipse so I can, say, create projects from SVN locations. I am no longer using one of the SVN locations, but it still comes up in the list that appears when I go to Team > Create project from SVN location. How can I…
David
  • 19,577
  • 28
  • 108
  • 128
35
votes
6 answers

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

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…
Jeremy
  • 2,321
  • 3
  • 21
  • 24
34
votes
3 answers

Eclipse SVN client (Subclipse) doesn't show status icons on files

I've been using Eclipse PHP since quite a while with Subclipse, but suddenly, the tiny icons which appear before the files in the PHP Explorer and Navigator don't appear any more. I've already re-installed Eclipse and the Subclipse plugin, to no…
Aman Alam
  • 11,231
  • 7
  • 46
  • 81
32
votes
4 answers

Subclipse conflict resolution

Me and my friend using flex builder (eclipse based) with subclipse for a project. Before committing I always update but sometimes I could not commit because of conflicts. Then I use Team->Synchronize with Repository and it shows at the right side…
Gok Demir
  • 1,404
  • 4
  • 21
  • 40
32
votes
18 answers

Subclipse complains "Path is not a working copy" after moving workspace

I recently moved my Eclipse workspace directory and now Subclipse complains every time I open a file, dumping to the console something like: Path is not a working copy directory svn: '[original (pre-move) directory path]' is not a working copy No…
David Moles
  • 48,006
  • 27
  • 136
  • 235
31
votes
1 answer

How to fully delete Subclipse plugin?

I am having trouble getting rid of Subclipse from my Eclipse configuration. I made the decision to switch to Subversive due to the m2eclipse project dropping support for Subclipse. So I uninstalled Subclipse and then installed Subversive using the…
willjcroz
  • 2,106
  • 1
  • 25
  • 33
29
votes
17 answers

Adding a SVN repository in Eclipse

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…
Baltimark
  • 9,052
  • 12
  • 37
  • 35
29
votes
5 answers

Subclipse does not recognize my project as an SVN project

From SVN I checked out a "myproject" folder to my hard drive. It happens to be an Eclipse project, so I imported it into Eclipse and I can work on it. I have Subclipse installed and working as expected on other projects in the same Eclipse…
Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
29
votes
7 answers

How to change user credentials in Subclipse?

I am using Subclipse (Subversion integration in Eclipse). I now want to change the user credentials in subclipse. How do I do that? That is to login into subversion using another user account.
Ajay
  • 9,947
  • 8
  • 32
  • 34
29
votes
5 answers

Add to svn:ignore greyed out in subclipse

I have some files which I can't add to svn:ignore using subclipse and I don't know why. The usual reasons for not being able to add files to svn:ignore seem to be that the file is already in the repository or that the folder the file is in hasn't…
Edd
  • 8,402
  • 14
  • 47
  • 73
26
votes
2 answers

What does the E status code in SVN mean?

I just got SVN's E status code for the first time. What does it mean? The update documentation says that it stands for "Existed," but gives no more detail than that. Alternately, what is an "obstructing path"? The long help file states that…
Pops
  • 30,199
  • 37
  • 136
  • 151
1
2
3
47 48