0
votes
2answers
106 views
How do I change the default author for accessing a SVN repository?
I want to change the default SVN username to a new name. I tried solution suggested in this link (http://stackoverflow.com/questions/45624/change-default-author-in-local-svn-repo), …
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 …
0
votes
2answers
44 views
[SVN]: Synchronizing folders
I have a folder where I keep checked-out version from Aptana Subversive SVN plugin. I have another folder where the checked-out copy from Eclipse resides. Both, Aptana & Eclips …
0
votes
2answers
103 views
URL for creating local repository on Subversion
I want to create a new Subversion repository through Aptana Studio. Both Aptana SVN plugin and Aptana Subversive plugins are installed. I am not following what URL to give as I wan …
1
vote
3answers
50 views
[SVN]: Using two Subversion clients.
I have a working folder. I use Commit by right-clicking on it after my work is over and TortoiseSVN commits to a repository in my local computer. I am using Aptana for my developme …
1
vote
2answers
62 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
2answers
50 views
How to remove subversive action in Synchronize view ?
Hello.
I'm integrating Subversive 0.7.8 into an Eclipse Platform 3.4.2 RCP app.
I want to remove (or disable) the SVN "Commit" action in the popup menu of the "Synchronize" view.
…
1
vote
4answers
598 views
How to undelete a file with Subversive?
Please note: This is a question about the Eclipse plugin Subversive, and not about Subversion itself. Please do not change the title to be about 'Subversion'.
So I deleted a file …
1
vote
2answers
140 views
How to rename a package in Eclipse with Subversive correctly?
Hi folks!
I recently found some problems when I tried to rename a package in a Java project with Eclipse. I use Subversive for SVN integration.
If I rename a package via Refactor …
1
vote
2answers
387 views
Import an existing svn project into eclipse
Hi,
I have a folder on C drive which is already checked out from SVN. In somewhere in that folder, I have a eclipse project folder. It is already on svn repository.
I started ecl …
1
vote
6answers
500 views
SVN Merge conflict during commit
Eclipse + Subversive plugin
On commiting a directory which is out of sync with the SVN a message pops up:
Merge conflict during commit
svn: Commit failed (details follow):
svn: F …
1
vote
1answer
184 views
What is the best way to utilize Subversive when sharing multi-module project in Eclipse?
I'm trying to share multi-module Maven project (using m2eclipse plug-in) from SpringSource Tool Suite 2.0.0 to Subversion server (Subversive plug-in for Eclipse). I've found that s …
1
vote
1answer
58 views
How do I manage the existing repositories that show up when I use Subversive?
When I create a new project from SVN the wizard pops up and instructs me to either "Create a new repository location" or "Use existing repository location". I want to remove most o …
0
votes
1answer
91 views
Can’t share some projects with Eclipse / subversive
I just encountered a strange problem - at least strange to me. Maybe someone has a solution (or a 'lesson learned'):
I recently imported some eclipse plugin projects into a worksp …
0
votes
4answers
2k views
How do I check out an SVN project into Eclipse as a Java project?
I was trying to check out a project from SVN using Eclipse. I tried using "Checkout As" to make it into a "Java project from existing Ant script", but the project wizard requires t …
