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
9
votes
2 answers

Fill @version tag with subversion in Eclipse

I would like to fill the comment tag @version with Subclipse or Subversion in Eclipse. CVS has done this automatically but Subversion isn't. This would be very helpful. I tried to google "@version" but it seems impossible. Example what CVS…
spankmaster79
  • 21,555
  • 10
  • 42
  • 73
9
votes
9 answers

Subclipse plugin doesn't work in Eclipse?

even though there was no error when installing Subclipse in Eclipse. I won't see the SVN perspective at all? I have tried with "Eclipse Classic 3.5.1" and with "Eclipse for PHP Developers". After downloading and unzipping the packages I used…
blackicecube
  • 91
  • 1
  • 1
  • 2
9
votes
3 answers

How to fix Subclipse if I can't share my project anymore?

I use Eclipse for programming and SVN for versioning. Since not long, I can't share my project. I have this error after click on myproject -> Team -> Share -> SVN: Selected SVN connector library is not available or cannot be loaded. When I look at…
Whitney R.
  • 630
  • 4
  • 10
  • 20
8
votes
1 answer

Subversion client version confusion

Possible Duplicate: SVN / Subversion 1.7 and Eclipse Subversive & JavaHL I'm using Subversion with version 1.6.5 on the server. I use Subclipse (version 1.6) in STS as a client for certain tasks, but I more commonly use a 1.7.0 subversion…
Eric Wilson
  • 57,719
  • 77
  • 200
  • 270
8
votes
4 answers

Installing subclipse

Im trying to install subclipse on a windows 7 x64 machine. I allways get the error, An error occurred while collecting items to be installed session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect,…
hippie
  • 649
  • 3
  • 9
  • 18
8
votes
2 answers

SVN:ignore how-to and on what?

It seems to me that adding the property svn:ignore on files like .classpath would be a good idea. I use both Windows (work, ugh) and Linux development environments and every time I sync with the repository it overwrites my .classpath from whichever…
Bill Mote
  • 12,644
  • 7
  • 58
  • 82
8
votes
8 answers

Should I commit files that are changed by Eclipse?

I inherited a Java project in the form of an Eclipse project. After changing the Tomcat configuration (from v6 to v7), Subclipse prompted me to commit the following…
Dimitrios Mistriotis
  • 2,626
  • 3
  • 28
  • 45
8
votes
4 answers

How can I setup subversion with ssh tunnel in Eclipse?

I have a remote server that hosts my subversion repository on a non-standard ssh port. I want to use Eclipse's subclipse plugin as my client end to access the SVN repository. I can access the repository fine by using svn+specialssh://... where…
MikeN
  • 45,039
  • 49
  • 151
  • 227
8
votes
2 answers

how can I have eclipse auto insert subversion revision number into my code

I'm interested in displaying the version number of my code in a help page. Ideally I'd use a Major.Minor.SVNrevision format, where the SVNrevision number was pulled automatically. I hope? Suspect there's a variable I can access somewhere, but have…
jamida
  • 2,869
  • 5
  • 25
  • 22
8
votes
6 answers

Eclipse Luna (4.4.0) and Subclipse not working

I know there are tons of Eclipse/Subclipse questions out there regarding issues with javahl. I've been using Eclipse/Subclipse together for a long time without the javahl issues. I'm now running into the same issue though. I just recently upgraded…
lostdorje
  • 6,150
  • 9
  • 44
  • 86
8
votes
3 answers

SVN client integration into Eclipse

I had integrated a Subclipse plugin into the Eclipse to perform SVN related operations. I had successfully checked-in, checked-out and commited my project to the SVN. But now when I am trying to commit or update my project, it is showing the…
Amit
  • 33,847
  • 91
  • 226
  • 299
8
votes
1 answer

Subclipse CollabNet is displaying a mystery icon decorator

The scenario: I'm merging a series of cherry-picked revisions from an SVN branch into trunk. I'm using the Subclipse CollabNet client to do the merge. Everything works great, except that in addition to the files I picked to merge, my working…
Rares Saftoiu
  • 81
  • 1
  • 2
8
votes
2 answers

SVN commit Error "Commit can only commit to a single repository at a time."

I'm using an eclipse with "Subclipse" installed to commit my changes to a repository that located at my DropBox folder. I've created a repository using Tortoise.My actual project sits in the root of repository folder but not in a trunk or branch or…
Ivelius
  • 4,953
  • 7
  • 30
  • 54
7
votes
1 answer

Make a new svn repository for my project

This is going to be a pretty dumb question, but heeeere we go: I have a project . It is on subversion. Svn blew up big time, and i do not care to keep the code in the repository. It is only me working on the code, and my code is pretty ace. Also, my…
bharal
  • 15,461
  • 36
  • 117
  • 195
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