An Eclipse plugin providing Subversion (SVN) integration

learn more… | top users | synonyms

224
votes
32answers
128k views

SVN plugins for Eclipse - Subclipse vs. Subversive

SVN in Eclipse is spread into 2 camps. The SVN people have developed a plugin called Subclipse. The Eclipse people have a plugin called Subversive. Broadly speaking they both do the same things. What ...
38
votes
5answers
23k views

Subclipse svn:ignore

I'm new to Eclipse. I'm using subclipse for connecting to my SVN. There are some folders and files I would like to add to svn:ignore, but it's grayed out. Is there an easy way to get subclipse to ...
25
votes
4answers
4k views

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 ...
20
votes
12answers
13k views

Repair SVN Checksum

I'm using subclipse in Flex Builder 3, and recently received this error when trying to commit: svn: Checksum mismatch for '/Users/redacted/Documents/Flex Builder 3/path/to/my/file.mxml'; expected: ...
17
votes
5answers
8k views

Subclipse in Mac OS Lion

After updating to Mac OSX Lion I find that I m unable to use Subclipse. I keep getting this error "Unable to load default SVN client" Any ideas on how to resolve this issue? I m using Eclipse ...
14
votes
1answer
4k views
+500

What do the arrow icons in Subclipse mean?

What do the icons in the following screen capture mean? The icons are from Subclipse, an SVN plugin for Eclipse. I'm not asking about the base file icons, I know those (HTML file and Java source ...
12
votes
2answers
22k views

How to change credentials for SVN repository in Eclipse?

I have Eclipse 3.4.2 installed on Windows with subclipse. Another developer added an SVN repository with his credentials and selected 'Save password'. Now every time I do anything with SVN his cached ...
11
votes
9answers
12k views

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: ...
10
votes
2answers
13k views

SVN Synchronize vs Update to Head (subclipse)

I'm fairly new to both Subversion and Subclipse and am seeing some issues that lead me to believe there is a difference between updating to head, and synchronizing. Specifically I find that when I try ...
10
votes
6answers
12k views

Rolling back bad changes with svn in Eclipse

Let's say I have committed some bad changes to Subversion repository. Then I commit good changes, that I want to keep. What would be easiest way to roll back those bad changes in Eclipse, and keep ...
9
votes
1answer
6k views

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 ...
8
votes
1answer
4k views

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 ...
8
votes
2answers
214 views

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 bundled also by default?
8
votes
2answers
3k views

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 ...
8
votes
5answers
2k views

Different change lists in subclipse?

In IntelliJ, I can have different change lists so that I can put certain files that I never want to commit into a different change list, and I won't be prompted to commit those files unless I select ...
8
votes
2answers
12k views

Subclipse with SVNKit Adapter

I have two questions and some context. I am installing Subclipse 1.4.x into Eclipse Ganymede and I'm thinking that I should use the SVNKit Adapter. I'm using Ubuntu 8.04 which comes with Subversion ...
7
votes
3answers
280 views

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 ...
7
votes
2answers
2k views

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 ...
7
votes
10answers
8k views

Subclipse plugin doesn't work in Eclipse?

even though there was no error when installing Subclipse in Eclipse. I won't see the SVN perspective at all? I have tried with "Eclipse Classic 3.5.1" and with "Eclipse for PHP Developers". After ...
7
votes
5answers
936 views

Subclipse - marking code changes like in Netbeans

I moved recently from Netbeans to Eclipse. Since I have to work with the project checked out from SVN I installed Eclipse. My question is: how to make Sublipse indicated the changes that I introduce ...
7
votes
10answers
30k views

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: ...
6
votes
2answers
181 views

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 ...
6
votes
6answers
5k views

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 ...
6
votes
3answers
632 views

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 ...
6
votes
3answers
2k views

Howto re-attach subclipse when using a new Eclipse on an existing workspace

I have some projects in a workspace that were imported from SVN using Subclipse. Now I'm opening this workspace with a new version of Eclipse (with Subclipse) and the "Team" context menu only contains ...
6
votes
4answers
3k views

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 ...
6
votes
3answers
4k views

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 ...
5
votes
2answers
3k views

Associating existing Eclipse project with existing SVN repository

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 ...
5
votes
5answers
6k views

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" ...
5
votes
3answers
3k views

Ignoring Eclipse project files in SVN project

I have a PHP project set up in Eclipse with SVN support. Now, Eclipse adds its project files .buildpath and .project to the project and Subclipse wants to add it to the repository. Now I could just ...
5
votes
6answers
7k views

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 ...
5
votes
5answers
7k views

How can you get Subclipse in Aptana to work with the newest release of Subversion?

The version of Subclipse (1.2.4) currently available through Aptana's automagic Plugins Manager does not work with the newest version of Subversion. I see on the Subclipse website however that they ...
4
votes
3answers
1k views

Removing an SVN location from Eclipse using Subclipse

I have added a location into Eclipse (so I can say create project from an SVN location). I am no longer using one of the SVN locations but it still appears in the list. How do I remove this SVN ...
4
votes
8answers
2k views

svn: Item <folder> 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 <folder> is ...
4
votes
2answers
416 views

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 ...
4
votes
1answer
239 views

How to identify the source of a text selection event coming from a CompareEditorInput in eclipse?

In my eclipse plugin I have the following code: public class MyHandler extends AbstractHandler { @Override public Object execute( ExecutionEvent event ) throws ExecutionException { ...
4
votes
2answers
1k views

Fill @version tag with subversion in Eclipse

I would like to fill the comment tag @version with Subclipse or Subversion in Eclipse. CVS has done this automatically but Subversion isn't. This would be very helpful. I tried to google "@version" ...
4
votes
3answers
1k views

subclipse override and commit?

using subclipse, how do i commit my older unchanged file over someone else's bodged-up newer version of the file? i seem to remember there being an 'override and commit' option in older versions, or ...
4
votes
1answer
469 views

Unknown icon when using Subclipse 1.6.5

I use the SVN plugin, Subclipse, for the Eclipse IDE. I recently noticed one of my directories get tagged with the icon seen below. After reviewing the Subclipse label decorators, I didn't see this ...
4
votes
3answers
4k views

Subclipse and Tortoise SVN together

Can these two SVN clients collaborat? I have my projects checkouted with Tortoise, but now I would like to be able to use the SVN functionality (mostly updating and commiting) from inside of the ...
3
votes
1answer
618 views

How to upgrade JavaHL on Ubuntu?

Environment Ubuntu 10.10 Eclipse Java EE Indigo Service Release 1 Subclipse 1.8.x libsvn1 1.6.12 svn 1.7.x Problem Subclipse 1.8.x requires JavaHL version 1.7.x. I need Subclipse 1.8.x in order ...
3
votes
6answers
2k views

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 In my context: I use Mac OS Line 10.7.2 Eclipse version: 3.7.1 64 bit I install ...
3
votes
2answers
382 views

Does possible upgrade Subclipse to 1.8 without lost of work?

I would like to upgrade Subclipse for Eclipse from 1.6 to 1.8. But I have to do a lot of work: deinstall 1.6, install 1.8 and what the biggest problem - need delete all .svn folder! But I have near 50 ...
3
votes
1answer
148 views

SVN Switch with relocate in Eclipse

My question can be claimed to be an extension/similar to the question posted here. basically, I need to do the same functionality using Eclipse plugin Subclipse. Subclipse has a functionality to ...
3
votes
4answers
4k views

subclipse: Unable to load default SVN Client

i am constantly getting this error when working with eclispe and the subclipse plugin: Unable to load default SVN Client i have already installed both the SVNKit and the JavaHL provider, but it ...
3
votes
1answer
374 views

Is it safe to set SVN to ignore . in a directory that should be version controlled?

Yesterday, I asked a question about why directories can appear to Subclipse to contain uncommitted changes when they actually don't. The answer was that setting svn:ignore status on the ...
3
votes
1answer
433 views

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

I want to exclude file (.properties) in my project in Eclipse from being checked synchronization with this file in svn repo. If I make change in this .properties file in eclispe project icon will be ...
3
votes
2answers
224 views

How to migrate to a new SVN repository (from an existing one)?

We have code in a SVN repository and is accessed through Subclipse Plugin in eclipse. I want to switch to a new SVN repository. How can I do that? Note: I dont have access to command line tools.
3
votes
8answers
419 views

Should I commit files that are changed by eclipse

I inherited a java project in the form of an eclipse project. After changing the tomcat configuration (from v6 to v7), subclipse prompted me to commit the following files .classpath ...
3
votes
3answers
2k views

Eclipse problem with subclipse

Me and my partner installed from scratch eclipse with subclipse...But neither me or he can compare the files!! Right Clicking a file >Compare with > Revision or anything we tried in order to make a ...

1 2 3 4 5 6