subclipse

Subclipse - How to mark a major revision?

Hi, How does one go about marking a major revision using the Subclipse plugin? I'd like to mark a project at the end of an iteration such that it's possible to revert if necessary without going through endless changes. TIA. ...

SVN Subclipse : Not working for googlecode

Hello, I am trying to connect to google code giving http://birdeye.googlecode.com/svn/trunk/ as the URL. it is not connecting and gives the following error. "The VCC property was not found on the resource" Any ideas or thoughts how to fix this ? ...

svn:ignore for a file already commited in subclipse

I am trying to ignore some files that I have already commited to the repository in subclipse I followed this from http://stackoverflow.com/questions/1066809/subclipse-svnignore You can't svn:ignore a file that is already commited to repository. So you must: Delete it from the repository Recreate it in Eclipse Set ...

Subclipse description of each menu item

Is there a description of each of the menu items in the Team menu for Subclipse somewhere? The are still a number of items that I don't understand. ...

SVN always getting errors when I commit (Subclipse)

I have setup svn on my server and Subclipse at home. I am the only developer and am mainly using it for the backup and versioning features. Everytime I commit my changes I get eighter: Out Of date errors or Tree conflicts Sometimes I even delete files and they don't delete on svn, in a directory hierarchy only the very last item ...

SVN Override remote files absolutely by local files

Hi I am using SVN in Eclipse (Subclipse). It is frustrating to spend two hours to figure out (apparently simple task) how to absolutely commit your local files to repository (with no comparisons, no updates, without accepting any incoming change), and still no success. Can stackoverflowers help me out here? Thanks EDIT Every time I t...

Mac OSX + Eclipse + Subclipse + SMB - Not able to commit files

I use Eclipse+Subclipse on my Mac to edit a code base that resides on a RHEL5 desktop, via an SMB share connection. Everything works like a charm, except the SVN commit part. A JavaHL exception is thrown on commit, that looks like the following. org.tigris.subversion.svnclientadapter.SVNClientException: org.tigris.subversion.javahl.Cli...

Subclipse on a bad internet connection

I am trying to commit my project to svn using subclipse but am getting time outs and then a message that it cannot connect to the server. This is because my internet is kind of on and off. It there a setting somewhere where I can extend the number of retries? ...

Key for Subclipse icons

Does anyone know of a comprehensive key for the range of Subclipse icons? ...

How to solve conflicts in Eclipse Subclipse

Using Subclipse and SVN 1.6 When you synchronize views with the repository, you get the conflicting files and you can edit them by hand. But sometimes, you accidentally update, getting lots of versions of your file. Example: File.source File.source.mine File.source.r5875 File.source.r6150 I would like to understand what's the logic b...

Ubuntu Subversion with Windows Client

I installed subversion on my Ubuntu server and I can use subclipse (1.6) in Eclipse Helios on Ubuntu and it works fine. However when I try and use Subclipse (1.6) in Eclipse Helios on Windows, it doesn't work and I get errors. In Windows when I use http://serverAddress/svn, I get an error saying folder doesn't exist and an error in the ...

JavaHL not loading (NoClassDefError)

I've reinstalled Windows and unzipped a fresh copy of Eclipse. Despite this, I've been unable access an ssh repository via Subclipse. The issue seems to be with JavaHL and the tests from the Tigris web site give NoClassDefError. Although this could be considered as a software issue I hope someone has come accross this before. Is there a ...

cannot connect subclipse to VisualSVN on Windows 7

svn: connection refused by the server svn: OPTIONS request failed on '/svn/myrepo/MyProject/trunk' svn: connection refused by the server Java 32 bit 1.6.20 Windows 7 64 bit Eclipse 3.5.2 32 bit VisualSVN 2.1.3 Installed subclipse in Eclipse 3.5.2. Created repository myrepo and Project Structure MyProject. Tried to open repository l...

Modified directory structre in project, now SVN won't allow me to commit.

I am using an SVN repository to hold revisions for a project. About half way through (having commited several times) i changed the directory structure of the project, and renamed some files. Now when I try and commit it tells me that the path to an old file (that was renamed, and moved) was not found. Also I am the only person working ...

Subclipse keeps prompting the request for p12 certificate

Hi! I'm using subclipse with eclipse and I have to access to an https repository. The first time it asked me for the p12 certificate and the passphrase and everything went fine but it keeps prompting me this window any time I explore the repository. Is there a way to store somewhere this information? I tried to store them in ~/home/myus...

How to set the date format for the Team - History view in Eclipse?

Does anyone know how to set the date format for the Team - History view in Eclipse? We are using the Subversive SVN plug-in but it doesn't seem to be specific to that plug-in. A Similar Stack Overflow Question was asked before but the answer was not really desirable. The History view currently displays the date of a version as: 8/9/1...

Eclipse Subversion Plugin Subclipse shows an error

I am using Eclipse Version: 3.3.2 I have imported a project which is on already on SVN repository. I just checked out in wwwroot and then imported into eclipse. Done some changes. Then i was thinking to install subclipse. opened eclipse plugin manager installed Subclipse 1.2.4. Then right clicked on project ->Team -> Share Project ->...

Google Appengine problem with SVN repositry

Hello there stackoverflow, I have a Google Appengine project. I've decided to SVN it. I get an error I've never seen from the Google Appengine: com.google.appengine.tools.info.LocalVersionFactory getVersion INFO: Could not find API version from E:\ws\msgServ\war\WEB-INF\lib.svn java.io.FileNotFoundException: E:\ws\msgServ\war\WEB-INF\...

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.SVNrevision format, where the SVNrevision number was pulled automatically. I hope? Suspect there's a variable I can access somewhere, but have no idea what it may be. Any hints? ...

Removing an SVN location from Eclipse using Subclipse

hi, I have added a location into Eclipse (so I can say create project from an SVN location). I am no longer using one of the SVN locations but it still appears in the list. How do I remove this SVN location from the list (when I go Team > Create project from SVN location). I am using Subclipse. Thanks, David ...