Tagged Questions

The Subversive project aims to provide Subversion (SVN) integration for Eclipse. The Subversive plug-in gives you the ability to work with SVN version control system from the Eclipse workbench.

learn more… | top users | synonyms

224
votes
32answers
128k views

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 ...
11
votes
2answers
10k views

Import an existing svn project into eclipse

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 ...
11
votes
8answers
18k views

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 ...
10
votes
2answers
11k views

SVN / Subversion 1.7 and Eclipse Subversive & JavaHL

I have just upgraded to TortoiseSVN 1.6.99, Build 21709, (Subversion 1.7.0, -dev). I am having problem in my Eclipse Subversive 0.7.9.I20100512-1900 & JavaHL 1.6.15. Have tried to update my ...
10
votes
3answers
12k views

Unbound classpath container in Eclipse

I have checked out a project using Subversive for Eclipse and I am getting the following errors: The project cannot be built until build path errors are resolved Unbound classpath container: 'JRE ...
10
votes
6answers
12k views

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 ...
8
votes
1answer
4k views

How to fully delete Subclipse plugin?

I am having trouble getting rid of Subclipse from my Eclipse configuration. I made the decision to switch to Subversive due to the m2eclipse project dropping support for Subclipse. So I uninstalled ...
8
votes
2answers
214 views

why eclipse doesn't come with bundled svn client

eclipse is deployed with cvs client plugin by default. why there are no svn source control clients that bundled also by default?
8
votes
6answers
2k views

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 ...
7
votes
3answers
8k views

Eclipse Merge Branch into Trunk

I am trying to merge my development branch back into the trunk of my repo. Steps I took: Switch to trunk check that it is up to date, resolve any conflicts Go to Team->Merge Select URL : development ...
7
votes
4answers
2k views

Stop Eclipse/Subversive from setting svn:mime-type to text/plain on initial commit

How do I stop Subversive from setting svn:mime-type to text/plain on initial commit? My Java code is being checked into my repository with the svn:mime-type property set as text/plain, and as a ...
6
votes
3answers
113 views

Subversive and Eclipse - after commit, it still shows outgoing changes

when using Subversive in Eclipse and committing my outgoing changes to my repo, often eclipse still shows the files as it seems that they have outgoing changes. Restarting Eclipse solves the problem. ...
6
votes
5answers
5k views

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 ...
6
votes
4answers
3k views

How can I extract all changed files of a changeset in Mercurial?

Until recently we have been using SVN for all projects of our web studio, and there is a very convenient feature present in several clients like Subversive and TortoiseSVN that can extract all files ...
5
votes
1answer
938 views

When synchronizing in eclipse pdt - getting a blank gray window when comparing versions of a php file

I've installed Eclipse PDT Helios SR1 GTK for 64bit Linux (Ubuntu Maverick clean install). I added the Subversive plugin for using Subversion, and installed the SVNKit 1.3.2 connector. I'm using Sun's ...
5
votes
1answer
1k views

SVN: Problems with tag creation in Eclipse with Subversive

I'm trying to create to create a tag in svn repo for my project. I use Eclipse and Subversive plugin. Every time I try tagging, I get the following error: Tag operation for some of selected ...
5
votes
5answers
6k views

SVN not working in Eclipse

One day I pressed in Eclipse Help -> Check for Updates (and I learnt that I should Never Ever update a software which works fine.) Then in a project that I used with SVN the whole submenu of "Team" ...
5
votes
6answers
11k views

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 '.' ...
5
votes
2answers
4k views

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 ...
4
votes
2answers
828 views

SVNKit for Eclipse

Trying to install Subversive and am choking on the concept of Subversive Connectors, and how to install them. (1) What are Subversive Connectors? My only guess is that they help tie the Subversive ...
4
votes
4answers
2k views

Is it possible to schedule an svn update?

I use eclipse galileo with subversive plugin or Tortoise SVN to do an update. It is possible to schedule an auto-update (eg. every night)? If yes, is it possible to configure it to just update the ...
4
votes
4answers
3k views

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 ...
4
votes
4answers
27k views

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 ...
3
votes
6answers
2k views

svn for eclipse on mac os lion

I need to use Subversion with Eclipse on Mac Lion. I encounter problem as below I saw: Subclipse in Mac OS Lion In my context: I use Mac OS Line 10.7.2 Eclipse version: 3.7.1 64 bit I install ...
3
votes
1answer
467 views

What does the red arrow pointing up and right mean in the Package Explorer in Eclipse?

I am using SpringSource Tool Suite (essentially Eclipse Helios ++) and I just started using Subversive. I've been using all of the tools except Subversive for quite a while and I've never seen these ...
3
votes
3answers
130 views

Working with several repositories at the same time with Subversive in Eclipse

I would like to use two svn repositories. One is to synchronize with my production environment and the other is to synchronize with another developer. Is it possible using Subversive in Eclipse? ...
3
votes
1answer
248 views

Can you install subclipse and subversive in the same Eclipse?

I just installed Fedora 14 and I see that it includes Eclipse 3.6. It would be easier for me to just use the version Fedora includes, but it seems to force me to use Subclipse for SVN support. I ...
3
votes
0answers
312 views

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 ...
3
votes
3answers
712 views

svn server synchronise automatically

I have a svn server on our lan locally its on windows. The developers use and check in/out from that. Just to be on the safer side we have took up a server from rackspace a linux one. Is it possible ...
3
votes
4answers
341 views

Complex SVN Checkout Procedure?

I have a repository configured like this: +---CollectionA | \---project1 | \---trunk | \---sourcecode | \---tags | \---rel-1 | \---project2 | \---trunk | ...
3
votes
1answer
887 views

Search in SVN Eclipse plugin

I am using Subversive plugin for Eclipse to connect to SVN Code repository. Our code base is so huge, that am finding it difficult to search for files. I am not able to find files using Ctrl+F key ...
3
votes
1answer
189 views

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 ...
2
votes
3answers
63 views

Add package to svn ignore in eclipse

I am using subversive in eclipse to work with svn repo. I was wondering how it's possible to add a package to svn ignore? This is because I have consumed a webservices package (not yet added to SVN) ...
2
votes
0answers
49 views

Eclipse Subversive commit changelist?

I just created an ignore-on-commit changelist as described in SVN: Is there a way to mark a file as "do not commit"? and it's awesome on the command line, making it much easier to view the ...
2
votes
2answers
62 views

How to ignore white-spaces in subversive?

How to ignore white-spaces in subversive? is it only supported by that another svn plugin?
2
votes
1answer
37 views

Problems in Eclipse when trying to merge branch with trunk using Subversive

I've got a problem when trying to merge my branch with my trunk . That is I want to copy what I have worked with in my branch to my trunk. This is what I did: Switched to trunk, Right clicked on ...
2
votes
0answers
48 views

eclipse, subversive subclipse and colons

I am using subclipse with eclipse and yesterday I checked in some files where the file name included colons ":". Sublicpse handled it well without any problems but now I cannot check out the project ...
2
votes
1answer
112 views

Subclipse / Subversive: Any way to filter out files modified locally

Is there any way using Subclipse or Subversive to apply some kind of filter on Package Explorer that will hide all files that weren't modified locally? It would be sometimes very useful when I just ...
2
votes
4answers
230 views

How do I import a multi module Maven project from SVN into Eclipse (Indigo) so that child modules can be built independently?

I have tried posting this question on the Eclipse Maven forums but it seems very quiet there so here goes... My setup: -Eclipse Indigo Java EE bundle -m2e -Subversive We have a fairly simple multi ...
2
votes
1answer
78 views

How can I programmatically access old revisions of a project in an Eclipse plug-in?

I'm writing an Eclipse plug-in that visualizes the history of a project, so I'm looking for ways to programmatically use the CVS/SVN/Git plug-ins in Eclipse to get the source-code history of a ...
2
votes
1answer
67 views

How to support Update, Ivy Resolve, Build

"Build automatically" in Eclipse is a handy feature. However, it's painful when I try to do the following workflow: SVN Update using Subversive Ivy Resolve all projects During the resolve, Eclipse ...
2
votes
1answer
64 views

Code-completion / Project type in Eclipse

I have a project which is under SVN source control. I can easily set up Subversive for Eclipse, connect to the repository and check out the code. Once I've done this (from the SVN perspective) it ...
2
votes
1answer
96 views

What is the correct syntax for static nested classes resp. why is the wrong syntax working in the one case and not working in the other case?

http://download.oracle.com/javase/tutorial/java/javaOO/nested.html says that static nested classes should be accessed this way: OuterClass.StaticNestedClass nestedObject = new ...
2
votes
2answers
207 views

Why is this a SVN conflict for Subversive?

I'm writing a desktop app that must work on both Linux and Windows because on Windows I need to use JNI to implement a functionality. But that's not the problem. I have a Windows and a Linux ...
2
votes
4answers
111 views

Assigning Code (commits) Master Version Numbers

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 ...
2
votes
2answers
225 views

SVN remove deleted

How can I remove files&directories (from my localcopy) that have been already removed from svn repository (server) by somebody else? I'd like to keep my changes (and added files) untouched. And ...
2
votes
3answers
110 views

Updating the trunk from my branch at regular intervals

I am working on a long term branch. I want to update the trunk with the stuff in my branch every week or so. I had been updating my branch from trunk using merge a range of revisions. I then used ...
2
votes
2answers
3k views

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 ...
2
votes
3answers
593 views

How to remove subversive action in Synchronize view?

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 ...
2
votes
2answers
2k views

How to rename a package in Eclipse with Subversive correctly?

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

1 2 3