subclipse

How to merge code changes using subclipse?

Hi, I'm using svn for the first time, to maintain a custom version of Wordpress. I'm using the subclipse plugin in eclipse. The time has come to merge the changes in the latest release of Wordpress with my customised code base. I have tried creating a branch and adding the new Wordpress release there, then performing a merge. No changes ...

Eclipse Subclipse not identifying resources under source control

I have used Subclipse, a Subversion plugin for Eclipse, in the past and it has always just worked on install but not now. I added it to my Eclipse Helios and it is not identifying any of my files that are under source control as such. It gives the message "Resource not managed" when I inspect a file I know is managed in the SVN Propertie...

Eclipse and SubClipse: How to deploy my own package with svn to a TomCat server?

I'm using SubClipse for Eclipse for my project. And in this project I've added my own package "com.mytestpkg.www" I then use TortoiseSVN to deploy my project on the TomCat server where the project is running, because i the easily can update the site with "SVN Update". But using this method I always have to manually update my package b...

how to automatically add a new file to SVN in eclipse

Is there any plugin in eclipse, so that when ever I created new java file it will be added to SVN. Though I am doing an SVN add immediately after creating a java file, I am forgetting it many times, which is causing problems. We have lot of un-versioned files, so when committing it is not easy to look through the un-versioned files to fi...

Stop Subclipse from displaying revision information beside file name

Hi everyone, I am using Eclipse PDT and the navigator view and I am wondering: Is it possible to stop Subclipse from displaying revision information beside file name? e.g. Turn: .buildpath 6 04/09/10 9:25 AM Lemiant Into .buildpath I would still like to be able to access the information, I just don't need it cluttering of the nav...

How to remove a whole project from SVN synchronization?

I have a project i no longer want synchronised to SVN (as this is just a copy and i have another project synchronised)... How in the life do i remove it from SVN using Eclipse, or anything basically? I can't see any .svn file in the directory folder. Thanks, Mike ...

Mirroring with SubClipse without admin's privileges

This is my situation: I'm developing a Java application as a project for a professor. I'm using xp-dev.com as svn repository. This morning my professor told me I have to upload my project to the university svn repository where I'm not the admin. I have write permissions only on my personal directory, that's it. Is there a way to configu...

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 one option - apply patch. If I close the project I see both options but the share projec...

"Referenced Libraries"-collapsable gone when checking out Eclipse project from SVN.

I have created an Eclipse project with a number of referenced jar files. I use a variable to specify the local folder of the jar files. However when I check out this project to another machine Eclipse does not organize the referenced files under a "Referenced Libraries" pin. Instead it just lists all of the files. Any ideas why this hap...

SVN Relocate in Eclipse Issues

I'm trying to use the relocate function in Eclipse to switch the svn server my projects are looking at. I open the SVN Repositories view, right click the repository, choose relocate, type in the new url, and it just keeps spitting back: org.tigris.subversion.javahl.ClientException: svn: Server does not support retrieving information abo...

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 file). I'm asking about the right-pointing dark gray arrows, which are labeled "outgoing." What does that imply? Outgoing from the IDE to the...

getting tree conflicts when merging with Subclipse

Hi, I am using Eclipse 8.6 and Subclipse 1.6, and svn 1.6.x server. I created a branch, made some changes in both branch and trunk, and now I am trying to merge from trunk to this branch. All what I am getting is nothing but tree conflicts for every directory and every file under the root of the branch. I get that even with my test proje...

How do I change my SVN account in subclipse

I am running eclipse Version: 3.5.2 Build id: M20100211-1343 with the subclipse plugin 1.6.4 I have saved my password, but now I need to change the account I connect with. How do I do that? My coworker has Version: Helios Release Build id: 20100617-1415 and subclipse 1.6.14 but no Application data folder. Where might subclipse hide i...

Eclipse SVN synchronize problem

Hello; We changed our SVN machine because of a hardware problem. We established the same environment from back-up to another machine. Now Subversion seems to work properly, I can update, commit and browse from Tortoise Client. But in Eclipse problem exist for Synchronize command (subclipse plugin). I can browse and commit from Eclipse...

Subclipse- single programmer usage

I just started using subclipse for my class projects after a re-writing half of a project due to going off on the wrong logical branch. Since I'm using it on my home systems, I have a couple questions whose answers I haven't found in searching. Say I have local separate repositories on my computers. First, can I use a file sync to ke...