Top "Subclipse" questions

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

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 …

java eclipse svn subclipse
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 …

svn subclipse
Svnkit with Subclipse under Eclipse Indigo

In my Eclipse Indigo (64-bit) under Ubuntu, the SVNKit client doesn't show up in Eclipse preferences -> Team -&…

subclipse svnkit eclipse-indigo
SVN:ignore how-to and on what?

It seems to me that adding the property svn:ignore on files like .classpath would be a good idea. I …

svn classpath subclipse svnignore heterogeneous
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 …

eclipse svn eclipse-plugin subclipse
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 …

eclipse subclipse
how can I have eclipse auto insert subversion revision number into my code

I'm interested in displaying the version number of my code in a help page. Ideally I'd use a Major.Minor.…

eclipse svn subclipse
How to set svn ignore property in Eclipse

I want to add the SVN ignore property to my project to ignore target folder and .classpath. So I went …

eclipse svn subclipse subversive svnignore
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 …

eclipse svn subclipse
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 …

java eclipse svn properties subclipse