subversive

Rolling back bad changes with svn in Eclipse

Let's say I have committed some bad changes to Subversion repository. Then I commit good changes, that I want to keep. What would be easiest way to roll back those bad changes in Eclipse, and keep the good changes? Assuming that files relating to bad changes are not same as those relating to the good changes. How things change if good c...

SVN plugins for Eclipse - Subclipse vs. Subversive

SVN in Eclipse is spread into 2 camps. The SVN people have developed a plugin called Subclipse. The Eclipse people have a plugin called Subversive. Broadly speaking they both do the same things. What are the advantages and disadvantages of each? ...

What is the proper way to do a Subversion merge in Eclipse?

I'm pretty used to how to do CVS merges in Eclipse, and I'm otherwise happy with the way that both Subclipse and Subversive work with the SVN repository, but I'm not quite sure how to do merges properly. When I do a merge, it seems to want to stick the merged files in a seperate directory in my project rather than overwriting the old f...

Subversive connectors not working with newest Ganymede update

I'm using Subversive plugin in Ganymede, but after today's update it stopped working - it just doesn't see any valid svn connectors (I've already been using 1.2.0 dev version of SVNKit, instead of a stable one, because Subversive / Ganymede could not handle it; now it can't handle even the dev one). Any ideas how to make it work? Are sub...

Subversive: can't commit files inside a tags folder

I'm using Zend Studio 6.1 for Eclipse, which comes bundled with the Subversive plug-in. My repo layout is: /trunk/ /branches/ /tags/ My application code is in: /trunk/application I'm trying to add some view templates in: /trunk/application/views/tags/index.tpl BUT Subversive won't let me commit any of the files in that folder. ...

How do I check out an SVN project into Eclipse as a Java project?

I was trying to check out a project from SVN using Eclipse. I tried using "Checkout As" to make it into a "Java project from existing Ant script", but the project wizard requires the file to have already been downloaded. Is there a way to checkout the project into Eclipse as a Java project, without having to download it elsewhere first? ...

Eclipse 3.2; Subversion 1.5: compatible Subclipse or Subversive version?

I'm trying to access a Subversion repository with an integration plugin in Eclipse 3.2.2. (Okay, so I'm using EasyEclipse Server Java, it's just easier than setting up all of those plugins every time I have to setup a new development environment...) If there is no solution to this, I'd just as soon get to setting up an environment from...

How to undelete a file with Subversive?

Please note: This is a question about the Eclipse plugin Subversive, and not about Subversion itself. Please do not change the title to be about 'Subversion'. So I deleted a file that I really shouldn't have. I've found various approaches to restoring the file outside of Eclipse/Subversive, but I was wondering if there was a best/easie...

Problems commiting deleted directory to SVN repository

Hi, I'm using Eclipse Europa with Subversive SVN plugin. When try to commit deleted directory SVN returns this message: Some of selected resources were not committed. Item is out of date svn: Commit failed (details follow): svn: Item '/myProject/trunk/src/test/config' is out of date Content of the folder has been already deleted and...

Problems commiting file to SVN repository

I have a maven pom build file in the root directory of my project. When trying to synchronize with SVN repository from Eclipse (Europa), red double directed arrow is being added to the file icon. This means that both my local copy and the one in the repository have been changed since last synchronization. When I try to do do 'Override a...

Subversive (Eclipse SVN plugin) reports externals as obstructed

After doing a fresh checkout using Subversive, some of the directories retrieved because of svn:external properties are showing up as obstructed. However not all of them are. A command-line use of "svn status" properly shows all the directories as externals with no obstructions. Why is this happening? ...

What is the best way to utilize Subversive when sharing multi-module project in Eclipse?

I'm trying to share multi-module Maven project (using m2eclipse plug-in) from SpringSource Tool Suite 2.0.0 to Subversion server (Subversive plug-in for Eclipse). I've found that svn:ignore property is not propagated to submodules of the parent project: I need to right-click on the property and run "Apply recursively...". More, it won't ...

Can't share some projects with Eclipse / subversive

I just encountered a strange problem - at least strange to me. Maybe someone has a solution (or a 'lesson learned'): I recently imported some eclipse plugin projects into a workspace and wanted to put this work under version control. But this wasn't possible for three out of seven projects: the Team->Share context menu item just didn't ...

How do I manage the existing repositories that show up when I use Subversive?

When I create a new project from SVN the wizard pops up and instructs me to either "Create a new repository location" or "Use existing repository location". I want to remove most of the existing repositories or at least modify them but I don't see any options in Eclipse to edit or delete them. ...

SVN Merge conflict during commit

Eclipse + Subversive plugin On commiting a directory which is out of sync with the SVN a message pops up: Merge conflict during commit svn: Commit failed (details follow): svn: File or directory '.' is out of date; try updating svn: resource out of date; try updating Tried to update the whole project from Eclipse Navigator view (righ...

Import an existing svn project into eclipse

Hi, I have a folder on C drive which is already checked out from SVN. In somewhere in that folder, I have a eclipse project folder. It is already on svn repository. I started eclipse, imported that project but I am not sure how to connect it to svn. When I was working on a cvs repository, eclipse cvs discovered its setting when I tried...

How to rename a package in Eclipse with Subversive correctly?

Hi folks! I recently found some problems when I tried to rename a package in a Java project with Eclipse. I use Subversive for SVN integration. If I rename a package via Refactor -> Rename, the commit fails. I have to rename it in a somewhat strange way: Create the new package as a new empty folder Select all classes to rename right...

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...

How to remove subversive action in Synchronize view ?

Hello. I'm integrating Subversive 0.7.8 into an Eclipse Platform 3.4.2 RCP app. I want to remove (or disable) the SVN "Commit" action in the popup menu of the "Synchronize" view. How can I do ... ? Thank you for your help. JM.D ...

URL for creating local repository on Subversion

I want to create a new Subversion repository through Aptana Studio. Both Aptana SVN plugin and Aptana Subversive plugins are installed. I am not following what URL to give as I want to create the repository on localhost. Please see this link: http://screencast.com/t/qVn3OvWqL ...