subclipse

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 such file or directory This also happens when I explicitly try to view the history of a ...

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 one. Does anyone know what it represents? ...

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 "Apply patch". Is there a way of getting subclipse working with these projects without having remove them from the workspace, and do a ne...

svn:ignore for subdirectories in subclipse/TortoiseSVN

How do I ignore an entire subtree based on a directory pattern globally, without specifically excluding it for every project? For an example, I would like to exclude the target/ tree in all Maven projects without having to do so individually on a per-project basis. Adding 'target' to Window > Preferences > Team > Ignored Resources works...

How to change user crediantials in Subsclipse?

Hello, I am using subclipse ( Subversion integration in eclipse). I know want to change the user crediantials in subclipse. How to do that? That is to login into subversion using another user account. ...

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 latest from repository and at the left side the my current working copy. It has a button...

Ignoring Eclipse project files in SVN project

Hi, 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 use svn:ignore to let SVN ignore the files, but that's not an option for various reasons. So, is there a way to make Eclipse and Subcli...

Access svn repository on windows from Ubuntu 9.10

Hello, I am new to Linux and I am trying to setup eclipse with subclipse plugin to access my svn repository which is hosted on a Windows server. Everything is installed fine. When I try to create a new repository location, I am not sure how to identify the location in sublipse. I have successfully mounted the windows share and I can b...

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 like: The resource is a duplicate of src/.svn/all-wcprops and was not copied to the outp...

Howto enable Quick diff with plus and minus in Eclipse?

Hi, i had a eclipse workspace. I used Galileo and Subclipse. I got the workspace from a associate. The following function was enabled: There were signs shown to indicate differences to the svn state of the document, directly right beside the line numbers. If I added a line a "+" were shown. If I deleted a line a "-" were shown and a "~...

How do you commit ONLY files you've "added" to version control in subclipse?

I just spent a fair amount of time selecting the files and directories I wanted under version control. I'm running subclipse under eclipse. I right clicked, Team, Add to Version Control. Now I want ONLY those files committed without right clicking the whole directory which contains a huge number of media files that I don't want handled b...

Subclipse - Checkout SVN repository into a non-root folder

Is there any way to make subclipse checkout a repository into a non-root folder of a project. In particular, I want to checkout into folder src/wavedev rather than just to the project root. ...

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 '/Users/damianharvey/Sites/Odyssey3.5/OdysseyEDIJAXB/src/com/locuslive/edi/edifact/d95b/coreor/.svn/tmp/entries' to '/Users/damianharvey/Sites/Od...

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 maybe that was another version control product... cheers. ...

Problem checking out svn repo with subclipse

I have an svn repo that looks something like the following: TRUNK/ trials/ <- this is a java package <a bunch of java files> When I check this out with eclipse through subclipse, I end up with a project with an empty src directory and a folder next to it called trials, which is not what I want. Is it possible to check...

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" and the little icons that showed that some files weren't commited, they all dissapeared. I tried everything: revert from Instalation His...

Need help configuring external diff with Eclipse

I am trying to set up my dev environment and I got SVN running with Eclipse on my mac (with Subclipse). However, when I click on a file I've changed and go to Compare With -> Latest From Repository, I noticed I was getting (what I think is) a sub-par diff tool. So, I went to Preferences -> Team -> SVN -> Diff/Merge to configure an exte...

Error getting SVN repo of Liferay in Eclipse

Hello, Im using Eclipse Galileo and have installed Subclipse. I looked at the svn repo url at http://www.liferay.com/web/brian.chan/blog/-/blogs/changes-to-anonymous-access-to-liferay-s-svn and then tried to get Liferay from their SVN repository in Eclipse, using svn://svn.liferay.com/repos/public --username guest,but i get the followin...

Trying to synch Flex Builder/Eclipse project with SVN source tree

Hi, I am trying to link a Flex Builder WTP/Eclipse project with an existing SVN source structure. I'm using subclipse within Eclipse. Below is a mapping of some of the directories: Flex Builder/Eclipse Structure -> SVN Directory Structure -flex_src -> flex/src -flex_libs -> flex/libs -java_src -> java/src -WebContent -> web ** H...

Is there a way to specify $GlobalRev$ in a file using Subclipse for Eclipse

I know how to get the local version number into a file with Eclipse. Right click, Team, set property then svn:keywords Id. But how do you get the $GlobalRev$ to appear? There's something called svnversion which is supposed to do this but is it integrated into Subclipse? ...