subclipse

Subclipse CollabNet is displaying a mystery icon decorator

The scenario: I'm merging a series of cherry-picked revisions from an SVN branch into trunk. I'm using the Subclipse CollabNet client to do the merge. Everything works great, except that in addition to the files I picked to merge, my working directory shows a series of changes that SVN thinks have changed but that I haven't chosen to mer...

Auto update and build with eclipse and SVN

hi, every morning when i come to work i update my sources from the svn and build it. this process takes roughly 15 min. my question is whether it is possible to do it automatically, scheduling it... i am working with XP and eclipse. ...

Silent Fail on subclipse login

I'm unable to connect to the SVN repository through subclipse: the login dialog box pops up, I enter my credentials, which I know work, since I can put them in through a web browser or at the command line, and then it simply resets the dialog. I see no "authorization failed" or "incorrect password" kind of messages (no messages of any ki...

Best method for using Subclipse with an SSH Remote Project in Eclipse

Hi All, I have a Remote Project (via SSH) set up in Eclipse. The Subclipse plugin can't utilize the Remote Project's file system: Subclipse forum post As a result, you can't use the Subclipse features in a Remote Project. Are these my only options for synchronizing a remote SSH folder in Eclipse?: rsync / Unison to a local folder...

SVN Synchronize vs Update to Head (subclipse)

Hi all, 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 to revert (using the subclipse history), I often get a message saying "Cannot reverse merge a range from a path's own future histo...

SVN client integration into Eclipse

I had integrated a Subclipse plugin into the Eclipse to perform SVN related operations. I had successfully checked-in, checked-out and commited my project to the SVN. But now when I am trying to commit or update my project, it is showing the following error org.tigris.subversion.javahl.ClientException: Unsupported working copy format ...

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 in the source code (downloaded from SVN) just like Netbeans? Is there any way? Regards ...

Subclipse > Accidental Merge Conflict Resolution

I'm trying to merge changes from one branch into another using Subclipse. On a particular file in a particular subdirectory, I had a file conflict and edited the conflicts via the context menu option for this. However, when I went to resolve the conflict I apparently chose the wrong option and was left with the original unmerged file in ...

How to mark files for edit in Subclipse

We've recently moved from CVS to Subversion 1.6. We used the native Eclipse CVS support as our CVS client. We now use the Subsclipse plugin as our SVN client. We used to use the CVS "edit" function to mark a file for edit so our users can see who is currently editing what. They also get prompted when they try to edit something already u...

How to find locked files in Subclipse

We've recently moved from CVS to Subversion 1.6. We used the native Eclipse CVS support as our CVS client. We now use the Subsclipse plugin as our SVN client. I've found that we're having problem seeing locked files in Subclise if the file isn't configured with "svn:needs-lock". If a file has "svn:needs-lock" then the Navigator pane cl...

How to add file revision (not the last changed revision) to Subclipse "Label decorations"?

Firstly, please beware I'm new to SVN. Then, my question has much in common with Get current revision number in Subclipse?. The (seeming) problem is (I use Ecpilse v3.5.0 (build id I20090611-1540)): My freshly installed Subclipse plugin offers "revision - last revision loaded into workspace" label under "Windows > Preferences > Team...

Windriver Workbench - Including included files in the project folder?

How does one put any included files into the project folder in windriver workbench, or, at the very least, make it so that the subclipse plugin can include them in subversion. I've figured out how to use subclipse/subversion for a project, but it is useless unless we can keep the included code library in sync as well. ...

Associating existing Eclipse project with existing SVN repository

Hi All, 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 repository. How do I do this? The only options I seem to have under Right-click -> Team is "Share Project", which only seems to al...

Subclipse plugin doesn't work in Eclipse?

Hi, 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 downloading and unzipping the packages I used Eclipse's "Install Software" mechanism to install Subclipse 1.6.x. I followed the steps descr...

Subclipse (SVN) Compare showing similar files

It seems whenever I compare via the SVN Repository explorer (most recently after a merge) subclipse will show a few files in the compare window that have no differences whatsoever. Double clicking the file brings up the Java Source Compare window, but Subclipse highlights no sections and shows no differences. A manual inspection of the f...

Fill @version tag with subversion in Eclipse

Hi , 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" but it seems impossible. Example what CVS did: <?php /* * @author Spankmaster * @version $Id: file.php,v 1.47 2009-09-21 09:28:4...

Importing files from Subversion into an existing project

I am trying to import files from a SVN repository into an existing Eclipse project using Subclipse. Unfortunately, I can only find a way to create a new project from a repository. I know about Tortoise SVN, but it is so much easier to remember to add files when version control is imported into the IDE. Is this possible? ...

svn property mergeinfo missing

hi, I have a project with 2 branches let's say v1.1 en v1.2 (in the same svn repository). In v1.1 I modified 2 files and comitted them seperatly (2 revisions). Now I wanted to merge revision 1 into v1.2 and block revision 2 (may not merged). (I use eclipse 64-bit with subclipse a Collabnet for merging.) For the first I choose 'merge a...

Why can't Subclipse coexist with Android Developer Tools (ADT) plug-in?

On a fresh install of Eclipse: Eclipse - 3.52 Galileo-SR2-win32 Java Version - JRE 6 (update 18) Host OS - Windows 7 (32-bit) ...if I install both of the following plug-ins (in any order), they both stop working. Android Developer Tools plug-in - ADT 0.9.5 (recommended for Eclipse 3.5x) Subclipse plug-in - 1.6.x (recommended for Ec...

Have svn console in focus when performing an svn operation in eclipse

Is there a way to have the console focus on the SVN output when doing an SVN operation (such as update or commit)? It's annoying to have to manually switch to that console. ...