subversive

Using Subversive to move the head back one revision

Using Eclipse/Subversive I commanded it to delete a branch of mine. Unfortunately it also took the liberty of wiping out my trunk folder. SVN isn't my strong suit so I am trying to figure out how to get Subversive to move it's head back one revision so the trunk/branch that was deleted re-appears again. Anyone have any ideas? Thanks! ...

How do you fix an SVN 409 Conflict Error

I used to use SVN 1.4 on OS X Leopard and everything was fine. A couple of weeks ago I installed a fresh copy of OS X 10.6. The version of SVN that comes with Snow Leopard is 1.6.5. I went ahead and built my own copy with 1.6.6. I'm using the built in apache server and just hosting repositories locally. Everything appeared to work fine ...

How do I enable SVN menu in an editor window in Eclipse?

The SVN menu (Subversive Plugin) is disabled whenever I'm in an edit window; it's enabled when I'm in the Navigator or similar file browsing windows. I'd like to have the SVN menu enabled while the editor window is open in order so that I can set up a key binding and commit while editing the document rather than having to switch over to ...

Eclipse/Subversive: How to switch projects in bulk?

I have a good dozen projects that I need to switch from one branch to another (once in a while). It takes me usually 20 min. to do on every occasion and is error prone. I'd like to know if there is a way to switch those projects in bulk. Is there a way to create scripts with parameters in Eclipse? The parameter being a section of the sv...

Eclipse Subversive SVN client not updating local copies with new files

When I update my local working copy of an SVN repository in Eclipse using the Subversive plugin it isnt bringing any new files which have been added to the SVN repository. It thinks that the local working copy is up to date and if I ask Eclipse to update it it just says no further changes. Anyone got any ideas why this is happening? ...

Checkout an SVN Project using Subversive in Eclipse

So I'm able to pull the files out of the svn but I'm unable to get Eclipse to understand these files are part of an SVN. I have TortoiseSVN install on the system as well, and I'm wondering if that is causing an issue? Base question, how can I using Eclipse and Subversive checkout a project from my SVN repo? ...

I have two eclipse projects on a SVN repository. How should I combine them into one?

I have two eclipse projects on an SVN repository that I feel should be merged into one. The easiest way that I can think of doing this is to copy the contents of both projects into a new local project, commit it, and nuke the old ones. Is there a better, SVN-ish way of doing things? I'm using the Eclipse Subversive plugin, for what it...

Eclipse Subversive plugin: Why can't I create this branch?

I recently switched from Subclipse to Subversive for SVN integration in Eclipse, and I'm having trouble creating a branch of my source code. I've tried a few different variations of my method, but they all led me to the same roadblock. Basically, here's what I'm trying to do. Navigator pane Right-click on project folder (want to branc...

Assigning Code (commits) Master Version Numbers

Hi, I am using subversion for version control of my code (tortoise SVN on windows and VisualSVN as the server on another computer). Things are going great as far as keeping different versions of my code is concerned, with necessary logs etc. Sometimes I make a few non-essential/trivial changes to the code and commit them before leaving....

Subversive not showing up in eclipse

I am trying to install subversive for eclipse helios on windows 7. I am seeing it as installed in the installation details, but it is not showing up as a perspective and also in windows/preferences/team. Can anyone help me with this. ...

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

SVN: Problems with tag creation in Eclipse with Subversive

Hello, I'm trying to create to create a tag in svn repo for my project. I use Eclipse and subverive plugin. Every time I try tagging, I get the following error: Tag operation for some of selected resources failed. svn: Commit failed (details follow): svn: No write-lock in '/home/project/directory' Where /home/directory is a dir...

Resolving merge conflicts after restarting eclipse using subversive.

I did a merge yesterday using subversive in eclipse 3.6 but there are plenty of conflicts. I closed eclipse before I finished editing the conflicts and was hoping to resolve the conflicts today. However when I open eclipse again today, I can't resolve the conflicts anymore. The options appear in the right click menu are "Overwrite and...

How to Create Eclipse Project from SVN Working Copy

I don't want to checkout a new project and i don't wan't to use the share function. what i want to do is: i already have a folder in my eclipse workspace which is an svn working copy. i just want to import it as a project from disk so eclipse knows it's connected to svn. ...

Subversive deleted a file that was not marked for deletion

hello, subversive deleted a file that a needed really badly, i am looking for ways to retrieve it. here are the steps that i followed: refreshed my local project folder synchronized to my svn repository only changes found were local files i chose commit, but obtained a error that the file was already in the repository on that file, i d...

svn+ssh commit error

###CLOSED: It was server issue. Hello, I have problem with commiting from my development env (Eclipse Helios + Subversive 0.7.9 + SVNKit 1.3.2) to my svn+ssh repository. After commiting files I eclipse dialog window ("Operation failed") appears with information "Commit operation failed 2 errors occured during the operation execution....

How can I stop Eclipse from asking to install Subversive Connectors

I'm using Eclipse Helios v3.6 and every time I start up I get the following dialog. Yet I do not use subversion. Does anyone know how to make this stop? ...

subversive: only commit explicitly added files

When I do a commit from subversive it populates a list of (and selects by default) any new files in my project directory. I want only those files which I have explicitly added to version control to show up in the commit dialog. This seems to be the same basic question as this StackOverflow question, but I really want to involve git. T...

How can I delete a project shared into SVN repository?

I work under Ubuntu and use Eclipse+Subversive to commit code to my SVN repository. I accidentally shared a project I don't want to be shared. I disconnected it, but obviously I can still see it (e.g. via websvn interface). How can I delete this project (folder) from the repository itself? ...