Questions tagged [subclipse]

For questions about the subclipse Eclipse plugin which provides Subversion (SVN) integration.

An Eclipse plugin providing Subversion (SVN) integration.

Useful links

710 questions
0
votes
1 answer

Subclipse Lock Automatically

I'm currently using subclipse with eclipse to connect my project to SVN. Due to management decisions we must use the lock-modify-unlock model instead of the standard SVN model. We are accomplishing this by adding the auto prop need-lock. …
BlargleMonster
  • 1,602
  • 2
  • 18
  • 33
0
votes
2 answers

Could not able to connect svn in eclipse

Until yesterday, I was able to connect my svn repository in my eclipse, but unfortunately today i was not able to connect to my svn from eclipse. The error goes like: org.apache.subversion.javahl.ClientException:RA layer request failed svn:…
0
votes
1 answer

Need to put existing subversion project under a new root folder

I am trying to get subversion to play nice with my new maven setup Consider the following sscce scenario: Project 1 - Already in SVN /project1 /src /target pom.xml Project 2 - Also already in SVN /project2 /src /target pom.xml I want…
durron597
  • 31,968
  • 17
  • 99
  • 158
0
votes
1 answer

Subclipse adding crap into my code on Eclipse

My code is breaking because every time I try to recover from a previous revision of my code Subclipse keeps adding this weird notation/conments into my Javascript. e.g. if (profanityCheck() == false) <<<<<<< .working { var inputData…
tomaytotomato
  • 3,788
  • 16
  • 64
  • 119
0
votes
1 answer

Two SVN Repository Perspectives in Eclipse

For Android development I'm using Eclipse Indigo and Subclipse 1.6.18. I happened to notice today that when I go to Window > Open Perspective I see two SVN Repository Perspectives. One says "SVN Repository Exploring" and the other says the same…
user316117
  • 7,971
  • 20
  • 83
  • 158
0
votes
1 answer

Command line equivalent of Subclipse Branch/Tag command

I'd like to tag only a subset of my subdirectories. In Subclipse I can mark several subdirectories and only tag them. E.g. BigProject/ SubProjectA/ SubProjectB/ SubProjectC/ Now I want do svn copy only on say BigProject/ with SubProjectA and…
0
votes
1 answer

How do i go about resolving this svn merge error : svn merge aborted abnormally. resolve conflicts and continue?

I was trying to merge the changes in branch A into branch B. While I was running the merge I got some error like this (don't have the exact error because I closed the console without copying the error). svn merge aborted abnormally. resolve…
Arvind Sridharan
  • 3,885
  • 4
  • 29
  • 54
0
votes
1 answer

svn resource path

subeclipse on Eclipse4.2 I want go create a tag v1.1, but the path is /tags/v1.1/xxxxx not /tags/v1.1 why?
iuhoay
  • 3
  • 2
0
votes
1 answer

Missing JavaHL Library

I am running Eclipse on OS X (10.6.8) and primarily work with SVN 1.6. I have subclipse installed as well. In eclipse I get the following error when I save files: Failed to load JavaHL Library. These are the errors that were encountered: no…
Anil
  • 2,539
  • 6
  • 33
  • 42
0
votes
1 answer

how to checkout maven mutlitmodule projects from eclipse juno

I've been trying to get a straight answer to this if possible. I'm currently using Eclipse Juno / Subclipse / Sonaytype m2eclipse. What can (if at all) I do to checkout a multi-module project from SVN such that the project appears as a single…
user1111871
  • 137
  • 1
  • 12
0
votes
1 answer

How to change port in svn repository in subclipse?

I have an SVN repository location via svn+ssh protocol in eclipse Indigo with Subclipse 1.8 on a Kubuntu 12.10. Now, in order to access this outside our network, I need to go via another port. It worked with the previously used Subversive Plugin by…
Alexander Rühl
  • 6,769
  • 9
  • 53
  • 96
0
votes
1 answer

SVN (Subclipse) creating .edited file after merge conflict

My Google-fu is apparently weak on this subject, so I'm hoping one of you can help me out! I recently upgraded to Subclipse 1.8, which implements SVN 1.7, and I've noticed that after resolving a merge conflict that it always creates a .edited file.…
Ioeth
  • 122
  • 1
  • 1
  • 7
0
votes
1 answer

SVN repo and eclipse projects

Ok, so I'll try to explain this as best I can. We have recently migrated a java project across to SVN from MKS. The problem we are having is that once we have synced down the file system and built the packages (using Ant) for import into Eclipse,…
MeanwhileInHell
  • 6,780
  • 17
  • 57
  • 106
0
votes
1 answer

subeclipse not showing same version as svn

Slight oddness going on with svn... I checked out a repositry with subclipse inside eclipse - the history looks like this: But when I update on the command line, I get this: pool188-239$svn up At revision 1908. Can anyone tell me why the…
Joe
  • 4,367
  • 7
  • 33
  • 52
0
votes
2 answers

Installed Subclipse for Eclipse - How do I check if it installed successfully?

I installed Subclipse for Eclipse. How do I check if it is working properly ?
Apple Grinder
  • 3,573
  • 7
  • 22
  • 35