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

How to solve non-working indexer in Eclipse CDT when using Subclipse plug-in?

I have never had any problems with the indexer when using Eclipse CDT. But now that I am starting to use the Subclipse plug-in, nothing works. I have been trying to disable the indexer and re-enable it again, no luck. Tried to remove the project…
RejMan
  • 11
  • 1
0
votes
1 answer

how to replace my local copy with Remote copy?

I am using Eclipse+subclipse which host my code in assembla. The remote copy(save in assembla) is the latest version. My local copy is not up-to-date. I want to replace my local copy(actually its just one .jsp file) with the remote file in assembla.…
Michael Lai
  • 177
  • 2
  • 6
  • 15
0
votes
1 answer

How can you undo an SVN update in Eclipse with Subclipse?

I just did an update on a team project and a few necessary files were not committed and now I can't do a build. How do I undo the last update so I can build again?
1.21 gigawatts
  • 16,517
  • 32
  • 123
  • 231
0
votes
1 answer

Subclipse plugin build error

I'm trying to build a slightly modified version of Subclipse (exporting "Deployable plug-ins and fragments" from Eclipse). I'm getting an error which stumps me: F:\MyWorkspaces\Subclipse\org.tigris.subversion.subclipse.ui\build.xml:163: unbalanced…
Robert
  • 247
  • 4
  • 12
0
votes
1 answer

Cannot install subclipse on eclipse helios

When I try to install Subclipse (latest version) on Eclipse Helios v3.6.2, I got the following error message: Cannot complete the install because one or more required items could not be found. Software currently installed: Shared profile…
0
votes
3 answers

SVN - Loading changes without switching revisions?

Possible Duplicate: How do I return to an older version of our code in Subversion? I was looking at the diff in the commit window on Eclipse (with subclipse) and tried adding a line (by hitting enter) but instead committed by changes without a…
mowwwalker
  • 16,634
  • 25
  • 104
  • 157
0
votes
1 answer

Subclipse installation and setup

I have used Subclipse in the past, but never did a complete install and setup on my own. I have tried to follow the instructions on several websites but I just cannot seem to get it to work. I have it installed in eclipse, and I have an account on…
cHam
  • 2,624
  • 7
  • 26
  • 28
0
votes
1 answer

recommended procedure for loading older svn dump and then updating files

Here is the situation: My most recent backup of the svn dump file is for (say) revision 7150. However, the most recent version of the files on my SVN client (subclipse on windows eclipse) is 7175. At this point the server filesystem crashed in a…
sriram
  • 3
  • 1
0
votes
2 answers

Create Eclipse SVN "virtual branches"?

I program Java using Eclipse and SVN in my company and one of the commit rules it's that each commit have their own purpose, and it's always one. Sometimes I can get some work done but can't publish it on the server until the end of the day (it will…
rnunes
  • 2,785
  • 7
  • 28
  • 56
0
votes
1 answer

How should I be putting exisiting java projects into a new svn repository to access via eclipse with subclipse?

I have VisualSVN, subclipse, eclipse indigo and tortoiseSVN setup on my laptop now. This is strictly for code on have on a local machine and SVN is setup as a localhost service instance so I have versioning for my personal development projects. My…
James Drinkard
  • 15,342
  • 16
  • 114
  • 137
0
votes
2 answers

Subclipse diff change black background

I'm running Subclipse on several systems. Mac and Linux seem fine, but on Windows the diff view on the commit panel has a black background which makes it impossible to read. Tried poking around the Preferences > Team > SVN and Preferences >…
Chinasaur
  • 2,108
  • 2
  • 16
  • 17
0
votes
1 answer

How to pass ssh password asked on terminal while using subclipse

Our internal svn repository's URI looks like svn+ssh://svn/hogehoge/svnroot/. Using subclipse on eclipse that is run from a terminal, eclipse freezes when I try to access repository and never return. I found on terminal ssh password is asked but…
IsaacS
  • 3,551
  • 6
  • 39
  • 61
0
votes
2 answers

Subclipse workflow clarification

I have been using TortoiseSVN for a while now and just recently started using the eclipse plugin subclipse. I am really happy with it, although there is some stuff confusing me. I have a few projects, which each have a different subfolder in the…
brimborium
  • 9,362
  • 9
  • 48
  • 76
0
votes
1 answer

Python branching with subclipse

I'm looking into branching python packages in Eclipse using the Subclipse plugin. I can physically branch fine, the problem occurs when I'm using the Debug and Run feature in Eclipse. It doesn't change where the imports are coming from; take this…
joedborg
  • 17,651
  • 32
  • 84
  • 118
0
votes
2 answers

subclipse broke in sts after I used svn from eclipse

For a long time my subversion client was working just fine, and I used it for a while out of sts, but one day sts crashed and I rolled back to eclipse for a while and during that time I used subclipse to update a project of mine. Now STS is up and…
Slater Victoroff
  • 21,376
  • 21
  • 85
  • 144