Questions tagged [subversive]

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.

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.

Related Links:

393 questions
9
votes
5 answers

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 result my web-based SVN viewer (trac) isn't syntax…
Mark Elliot
  • 75,278
  • 22
  • 140
  • 160
8
votes
4 answers

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. The same happens in the Team Synchronizing…
Ronald
  • 93
  • 4
8
votes
4 answers

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 that have been changed in a certain revision. Is…
Igor Zinov'yev
  • 3,676
  • 1
  • 33
  • 49
8
votes
3 answers

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:…
RKh
  • 13,818
  • 46
  • 152
  • 265
8
votes
6 answers

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…
Boris Pavlović
  • 63,078
  • 28
  • 122
  • 148
7
votes
1 answer

Subversive error: "... non-existent in that revision"

I have started to set up a new SVN repo on AWS, and am having trouble working with it from Eclipse 3.6 Subversive 2.2.2. Update: The new repo is using the Bitnami stack with Subversion 1.7. I have no problems with my Eclipse 3.5 Subclipse 1.6.2…
Richard Le Mesurier
  • 29,432
  • 22
  • 140
  • 255
7
votes
1 answer

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 java and not the OpenJDK version. When I…
Doron
  • 3,176
  • 7
  • 35
  • 60
7
votes
2 answers

Why Subversive is not displaying complete SVN revision history?

When I click Project->Team->Show History... Not all revisions are listed. As you may see, revisions older than 691 are not there. Why is that happening ?
mounaim
  • 1,132
  • 7
  • 29
  • 56
7
votes
3 answers

What SVN connector do I need to use for Eclipse Juno Subversive on Mac?

I'm using Eclipse Juno on Mac 10.7.5. I installed Subversive and also have this version of svn installed on my Mac: Daves-MacBook-Pro:clever davea$ svn --version svn, version 1.7.9 (r1462340) compiled Apr 3 2013, 12:31:42 I'm having problems…
Dave
  • 15,639
  • 133
  • 442
  • 830
7
votes
4 answers

Checking out Maven project from SVN in Eclipse

I have just downloaded and installed the latest Eclipse Juno. I have also installed Maven and SVN through the Eclipse Market Place. The problem I am getting is that when I check-out a project from my SVN repository, the project doesn't get checked…
Harvey
  • 171
  • 2
  • 2
  • 5
7
votes
1 answer

How to install Subversive offline

I want to install Subversive in my RAD/Eclipse. How can I install it offline?
Kayser
  • 6,544
  • 19
  • 53
  • 86
6
votes
1 answer

Eclipse Subversion: Exclude Directories

I'm on windows, running Eclipse Indigo with Subersive for connecting to a REMOTE svn repo. I have a project checked out into a local folder. There are some directories in the project that I want to exclude from the check-in check-out process. How…
user504674
6
votes
1 answer

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 changes I care about in the command line. Having all this…
digitaljoel
  • 26,265
  • 15
  • 89
  • 115
6
votes
1 answer

Subversive: how to add to svn ignore

I am using Subversive and I have the same question as Subclipse svn:ignore, but the solution did not work for me. Anyone knows how to add to svn:ignore files already added to a project with Sobversive? If I delete it and create it again, there is a…
de3
  • 1,890
  • 5
  • 24
  • 39
6
votes
1 answer

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 red arrow icons before (or are these called…
jhericks
  • 5,833
  • 6
  • 40
  • 60