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
14
votes
4 answers

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 non-conflicting files?
Gaurav
  • 458
  • 2
  • 5
  • 13
13
votes
9 answers

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 shows "Unable to load default SVN client" error In my context: I use Mac OS Lion 10.7.2 Eclipse version: 3.7.1 64 bit I install…
vietstone
  • 8,784
  • 16
  • 52
  • 79
13
votes
3 answers

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 branch Start Revision: Revision when branch was…
martin
  • 949
  • 3
  • 11
  • 18
13
votes
8 answers

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" and the little icons that showed that some files…
True Soft
  • 8,675
  • 6
  • 54
  • 83
12
votes
6 answers

Problems committing deleted directory to SVN repository

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

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…
NerdStarGamer
  • 1,062
  • 1
  • 9
  • 15
12
votes
1 answer

Eclipse hangs on Secure Storage Initialization when running SVN commands from Subversive

I could not run any SVN commands using Subversive (clean, update, etc) with Eclipse Version: 3.7.2, Build id: M20120208-0800. It simply hangs with the command "Secure Storage Initialization". After this, I cannot cancel the operation or close…
mk1
  • 121
  • 4
11
votes
1 answer

SVN (Subversive in Eclipse) - compare branch to trunk?

I used to work with CVS where it was no problem to compare HEAD to any branch, branch to branch or branch to HEAD. Now on SVN I have some changes on trunk I need to put on a branch, but can't seem to find an option to compare given branch to…
eagerMoose
  • 1,123
  • 5
  • 13
  • 35
11
votes
6 answers

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 resources failed. svn: Commit failed (details follow): …
Konstantin Burov
  • 68,980
  • 16
  • 115
  • 93
10
votes
2 answers

Subversive: Change SVN commit message retroactively?

Actually I need to modify SVN commit message. A lot of related staff exists how to do it (e.g. Change SVN commit message retroactively?). My question is, could I do it from Eclipse's subversive plugin?
FoxyBOA
  • 5,788
  • 8
  • 48
  • 82
10
votes
3 answers

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 plug-in to the local instance of svn. Yes?…
Zac
  • 421
  • 5
  • 8
10
votes
6 answers

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…
lo_fye
  • 6,790
  • 4
  • 33
  • 49
10
votes
4 answers

Eclipse Juno/Indigo svn: E210004: Number is larger than maximum

The dialog box says: Location information has been specified incorrectly. svn: E210004: Number is larger than maximum Keep location anyway? This just started to occur. I updated the SVN server to 1.8. It was working fine with 1.7.9. I'm using…
user2557362
  • 131
  • 1
  • 1
  • 3
10
votes
7 answers

How to solve 503 error accessing CollabNet Subversion Console?

I'm using Collabnate Subversion Edge. I'm getting below error when trying to access URL http://localhost:3343/csvn. Collbnate is set up on Windows Server 2008. HTTP ERROR: 503 Problem accessing /csvn/. Reason: Service Unavailable Powered by…
Dharmik Bhandari
  • 1,702
  • 5
  • 29
  • 60
9
votes
2 answers

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 are bundled also by default?
oshai
  • 14,865
  • 26
  • 84
  • 140
1 2
3
26 27