4
votes
8answers
1k views
Repair SVN Checksum
I'm using subclipse in Flex Builder 3, and recently received this error when trying to commit:
svn: Checksum mismatch for '/Users/redacted/Documents/Flex Builder 3/path/to/my/file …
2
votes
1answer
16 views
subclipse override and commit?
using subclipse, how do i commit my older unchanged file over someone else's bodged-up newer version of the file?
i seem to remember there being an 'override and commit' option in …
1
vote
2answers
254 views
Eclipse: Subclipse “Edit Conflicts”
I have found that when using Subclipse to edit conflicts, all my syntax color settings are preserved except for the background color, which is reset to the standard white. Using my …
0
votes
1answer
20 views
Subclipse can’t rename file (OS X)
I can't perform any Subversion operations on my Eclipse project as Subclipse can't rename a file. The error is:
Caused by: org.tigris.subversion.javahl.ClientException: svn: Canno …
1
vote
2answers
31 views
Subclipse - Checkout SVN repository into a non-root folder
Is there any way to make subclipse checkout a repository into a non-root folder of a project. In particular, I want to checkout into folder src/wavedev rather than just to the proj …
0
votes
3answers
39 views
How do you commit ONLY files you’ve “added” to version control in subclipse?
I just spent a fair amount of time selecting the files and directories I wanted under version control. I'm running subclipse under eclipse. I right clicked, Team, Add to Version Co …
0
votes
1answer
17 views
Howto enable Quick diff with plus and minus in Eclipse?
Hi,
i had a eclipse workspace. I used Galileo and Subclipse. I got the workspace from a associate. The following function was enabled:
There were signs shown to indicate differen …
2
votes
2answers
90 views
Why is eclipse trying to copy my .svn folders from src to bin, and how can I make it stop?
I have checked out a bunch of java code using subversion 1.6 and then I imported those projects into eclipse. Subclipse 1.6 picked up the fact that the plugins are under version c …
0
votes
1answer
97 views
Access svn repository on windows from Ubuntu 9.10
Hello, I am new to Linux and I am trying to setup eclipse with subclipse plugin to access my svn repository which is hosted on a Windows server. Everything is installed fine. Whe …
1
vote
6answers
3k views
Adding a SVN repository in Eclipse
I'm trying to add an svn repository to eclipse.
I've installed subclipse, and it seems to be working fine. But, when I try to "add a new SVN repository", I input this, for exampl …
27
votes
16answers
11k views
SVN plugins for Eclipse - Subclipse vs. Subversive
SVN in Eclipse is spread into 2 camps. The SVN people have developed a plugin called Subclipse. The Eclipse people have a plugin called Subversive. Broadly speaking they both do th …
1
vote
2answers
61 views
Eclipse+Subversive- Multiple src paths in a single project each from a separate parts of a single repository
In a nutshell, I would like to have a single eclipse project with multiple src directories each managed by subversive (or subclipse). If the code base were small, I would use seve …
1
vote
3answers
92 views
Ignoring Eclipse project files in SVN project
Hi,
I have a PHP project set up in Eclipse with SVN support. Now, Eclipse adds its project files .buildpath and .project to the project and Subclipse wants to add it to the reposi …
0
votes
1answer
133 views
Subclipse conflict resolution
Me and my friend using flex builder (eclipse based) with subclipse for a project.
Before committing I always update but sometimes I could not commit because of conflicts. Then I u …
2
votes
4answers
469 views
Subclipse complains “Path is not a working copy” after moving workspace
I recently moved my Eclipse workspace directory and now Subclipse complains every time I open a file, dumping to the console something like:
Path is not a working copy directory
…
