subclipse

After checking out Subversion code into Eclipse, how do I get it to build?

This problem has been frustrating me for some time... A lot of sites like Sourceforge use SVN or Subversion to manage their code. I have little problem compiling SVN code in C++, but when it comes to Java, my IDE gives me a headache. I've installed Subclipse for SVN support for Eclipse, and it works. I can check out any code into my Wo...

Version problems running Subclipse and TortoiseSVN

I have Subclipse installed for Java and just installed TortoiseSVN for #develop, as suggested by someone answering another question of mine. When I try to edit a C# class, it says "client is too old to work with working copy" - but the Subversion version of TortoiseSVN (1.5) seems to be newer than that of Subclipse (1.4?). What is going...

Can you make subclipse create a folder structure when sharing a project?

When in eclipse and you decide to share a project in a subversion repository using subclipse, can you make it create a folder structure for that project automagically somehow? What I want is for every shared project to add this kind of structure: /Client/Project/branches /Client/Project/tags /Client/Project/trunk/EclipseProject Where ...

Automatically find the revisions to merge in Subclipse

Hi I have a Subclipse related question. In SVN when you merge the trunk to a branch you are working on, you simply use the following command : svn merge http://svn.example.com/rep/trunk And you automatically get all the new changes from the last time you merged the trunk into your branch. In Subclipse when you select merge you HAVE ...

Why does Subclipse only work in some Ecliplse workspaces and not others?

I'm using Eclipse with Subclipse to do some perl development. The Subversion repository is setup like: /repos /repos/dev/ /repos/dev/crontabs /repos/dev/crontabs/script1 /repos/dev/crontabs/script2 /repos/dev/daemons /repos/dev/daemons/script3 /repos/dev/daemons/script4 /repos/dev/tools /repos/dev/tools/script5 /repos/dev/tools/script6...

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 credentials are used. How can I change them to mine? I have already checked the 'workspace/.metadata/.plugins/org.tigris...' folders, and ...

Get current revision number in Subclipse?

While normally I use the Subversive plugin (Eclipse) for SVN, I've decided to try Subclipse, which seems to be more popular and better documented. Something I've taken for granted from Subversive is the current revision number shown. With Subversive, this is shown very clearly next to the menu: MyProject 43 [https://code.google.com...]...

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 ignore files and directories? ...

Subclipse problem: running .java file as Java application

After checking out code for the first time from a repository into Eclipse using the Subclipse plugin, I've found that I am not able to run Java applications anymore. Usually when I right click in the text editor window and select "Run As", I see the option to "Run as Java Application". Now, however, all I see is "Run on server." Is th...

Subclipse: how to keep a branch in sync?

¿How would I do the operation described here, which is very simple from the command line, with the subclipse plugin? I think I would make sure that my working copy is in sync with the branch, then I would go to "Merge...". I'm not sure what to do in the popup! Edit: I have read somewhere that in the popup I must indicate the merge rang...

Break away from Subclipse's OLD svn client

Hi all, I'm sick of getting This client is too old to work with working copy whenever I come back to Eclipse after using an svn client newer than stone age to fix my working copies. Is there a way to make Subclipse use a current Subversion client?? ...

Commit all shortcut for Subclipse

I have installed subclipse and I have assigned the shortcut ctl-k to the commit command. Only problem is when I press ctl-k, it only attempts to commit the current file I have open in my editor. The only way I can get the commit to commit all changed/new files is to click the root project folder and press ctl-k. Is there a way to assi...

Disabling the constant upgrade messages from subversion clients...

Most everything about the subversion eco-system makes me happy; however the reminders to upgrade to newer versions of the tools gets annoying. Is there any way to turn these off if I am rolling the client to hundreds of workstations? I know I can dismiss the dialog box and tell it not to remind me but I want to never show the dialog bo...

SVN Branching in Eclipse (Conceptual)

I understand the basic concept of a branch and merge. All of the explanations I've found talk about branching your entire trunk to create a branch project and working on it and then merging it back. Is it possible to branch a subset of a project? I think an example will help me explain best what I want to do. Suppose I have an applicati...

SVN - Update complete local copy to HEAD Version

What, someone in my team made a "mistake" to delete several files in the current revision of the team repository. Is possible to update the current local version to the head revision? When I click on commit, subclipse doesn't recognize the missing files to upload them. Thanks in advance, rAyt ...

Source Control Process - missing fixes

I am using Subversion and Subclipse for my source control and follow the process of having a main trunk and taking branches for versions. This works well and there are no major problems merging. However when there are significant changes to a file both in the trunk and the branch (unfortunately necessary) I have to manually edit the co...

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 that change list. For example, certain database configuration files, eclipse project files etc., I want to rarely or never commit. Is there...

SVN/Subclipse: Returning from a branch to the trunk

I have a branch which I created from the trunk some time ago. Since I created the branch, I didn't touch the trunk. Now, I want to return from the branch to the trunk. This is a very simple case, since there's not much merging to do. Nothing changed in the trunk. The branch can fully replace the trunk. As I see it, I have two options: ...

Eclipse+Subversive- Multiple src paths in a single project each from a separate parts of a single repository

In a nutshell, I would like to have a single eclipse project with multiple src directories each managed by subversive (or subclipse). If the code base were small, I would use several projects. However, the code base is not small (50+ src paths). Does anyone know how to do this with the Subversion plugins for eclipse? All of the src pa...

"An Internal Error Ocurred during SVN commit: length 16416 out of range, must be between 0 and 1384"

I have a problem committing a bunch of .jar files with eclipse. Maybe eclipse thinks they are text files and not binaries? If that's the problem, how do I check that? And how do I change it? If it is not, then what is it? ...