The Subversive project aims to provide Subversion (SVN) integration for Eclipse. The Subversive plug-in gives you the ability to work with SVN version control system from the Eclipse workbench.
0
votes
1answer
33 views
Automatically adding commit comments in SVN directly from code in Eclipse
So I'm not sure if this is possible but I'm hoping it is. Basically, we just moved to SVN from Sourcesafe (I know a lot of you almost threw up in your mouth just now ;)) and I'm setting up eclipse to ...
0
votes
1answer
16 views
How do I fire up the Subversion Connections Discovery after installing the plugin in Eclipse?
I manually installed Eclipse Juno Java EE on my Ubuntu 12.04, inside the /usr/lib folder, then proceeded creating a link to the eclipse executable under /usr/bin and finally successfully started the ...
0
votes
1answer
25 views
change an commited svn revision with sharpsvn
I have made an program that works can read out TortoiseSVN commits and shows it into listbox and a textbox.
Now I have to do this, when you press publish button then for each selected commit the ...
-2
votes
2answers
32 views
SVN version conflict [closed]
svn: The path '.' appears to be part of a Subversion 1.7 or greater
working copy. Please upgrade your Subversion client to use this
working copy.
I am currently having this problem. I can not do ...
0
votes
0answers
30 views
Trying to share previously deleted project in SVN I get odd message
I erroneously shared a locally developed project into trunk. I deleted it in Eclipse SVN Repository Exploring view. It no longer appears in the repository view. Then I tried to share the project into ...
0
votes
1answer
24 views
In subversive eclipse plugin how do you accept just my changes?
When I get a conflict, I can do
*override and update, inorder to get incoming changes
How do I get it to accept my changes and ignore the incoming ones ?
"override and commit" actually tries to ...
0
votes
1answer
22 views
SVN - How to restrict subfolders for some users in subversion
I'm using SVN with authorization policies.
Here is my project directory :
-project
-grails-app
-domain
-compte
-contrat
-parametrage
-securityplugin
-credoc
I ...
0
votes
2answers
37 views
Eclipse Juno subversive {root_prefix} label decorator does not work
Subversive {root_prefix} label decorator does not work in my Juno.
It worked fine in my Indigo.
Could anyone confirm {root_prefix} works in your Juno?
I really miss this feature to see whether I am ...
1
vote
0answers
46 views
Eclipse Subversive, one commit, multiple revision numbers
I got multiple projects in the same repository location.
If I commit changes to multiple projects in one commit (select them all, and commit), Subversive creates one revision per project.
For ...
0
votes
1answer
21 views
What does 'Share Project' Subversive do?
In the Eclipse Subversive Plug In, What does Share Project do? Is It Committing the code to a repository?
0
votes
0answers
58 views
Is there a way to reinstall SUBVERSIVE?
I tried to uninstall Subversive within my Eclipse IDE as I updated Subversive yesterday after an Eclipse update was installed that only updated Subversive.
The update whacked all my function keys ...
-1
votes
2answers
75 views
Subversion branches and release plan [closed]
Currently we are following a simple release plan for our projects as follows;
Developers committed changes to subversion repository.
Build changes to QA server.
Build changes to production server.
...
0
votes
0answers
62 views
Eclipse SVN plugin subversive is not linking working copy with the repository
I have installed the Eclipse Juno, subversive plugin and Native JavaHL 1.7 Implementation. I am able to access the SVN repository in the SVN Repository Exploring perspective of eclipse. But the ...
0
votes
1answer
199 views
CodeCollaborator error:please see the 'svn upgrade' command
I want to install the tool of CodeCollaborator to manager the code in my development,but there has a install error i cannot handle it.
I trusted that the CodeCollaborator client was installed ...
0
votes
0answers
13 views
Subversive: Commit selected text only (BPQ)
If i got a task (ie HT-4949311) and i
fix the bug
and change the javadoc
... in the same File.
And i like to seperate these two changes by two different comments:
"HT-4949311: bugfix."
...
1
vote
2answers
106 views
How to automatically update svn after commit
I know how to make automatic update on the local working copy, but what if the working copy is in the different hosts?
Is any way to have automatic update with SSH?
0
votes
1answer
102 views
Best practice to rename a Java file with Eclipse/Subversive over Windows
We are using Eclipse/Subversive over Windows with TortoiseSVN installed for looking at things at directory level. Now here when we rename (refactor) any Java class with Eclipse it does not ...
1
vote
0answers
123 views
Eclipse juno: javaw.exe refers multple times to wc.db - causing lock
When I use eclipse juno, my eclipse freezes often or my eclipse loses the svn connection with a project. By coincidence I executed a svn info on the command line of my projects and one returned:
svn: ...
3
votes
2answers
1k views
Subversive SVN Connectors does not appear in eclipse juno
the Subversive SVN Connectors does not appear after rebooting eclipse Juno IDE after installing svn from the eclipse marketplace.
any ideas?
Because of this issue i cannot assign a svn connector to ...
1
vote
1answer
241 views
VisualSVN over the internet Using MyEclipse access issue
I have installed visual svn on windows 2008 R2 64 bit machine.I have create repositories on the server set up all the groups correctly and assigns correct permissions to them. it works perfectly on ...
0
votes
1answer
28 views
Revert a SVN commit to properties in Subversive
I have updated the SVN properties via clicking on Team->Show Properties on a folder in my branch under Eclipse Juno. Is there a way to revert this? Is this just like the usual commit
Thanks.
0
votes
0answers
115 views
Eclipse + Grails + Subversive SVN plugin
I just installed the Subversive SVN plugin and the Groovy & Grails Tool Suite as Eclipse plugins. After that I'm not able to checkout an SVN project via the "New Project" Wizard. The "Team" ...
2
votes
0answers
521 views
Android: Installing Juno Subversive in New eclipse ADT
I just installed the new "adt-bundle-windows" From the android.developers site.
After creating a new workspace i tried installing the juno subversive to create a connection to my team's SVN
I open ...
0
votes
0answers
274 views
This is not a valid Subversion Repository: svn: E210004: Handshake failed, received: ''
This is not a valid Subversion Repository: svn: E210004: Handshake failed, received: ''
URL=svn://X.X.X.X:XX/svn/project/default-pom/trunk
Does someone already face this problem?
Thanks for all ...
0
votes
1answer
103 views
How do I add jar files to imported project from SVN in Eclipse
Before posting this question, I did NOT see any reference to this topic. I just added the subversive plugin to my Eclipse Juno IDE and my question is after I imported a project from my SVN repository ...
2
votes
1answer
72 views
Subversive creates on checkout name with builder in it
I currently face a strange situation, and I have no explanation for it. Here it goes ...
I provide an update site for our company, and to test that update site, I usually do a series of things. One ...
1
vote
1answer
103 views
How to import code from SVN to eclispe using Subversive client without errors?
Whenever i am trying to import a code to Eclipse from SVN directly the project is not detected as an android project.
This is what i do .. In eclispe > Import Android project >From SVN > Checkout as ...
3
votes
1answer
77 views
Use eclipse as subversion local copy GUI?
I have a working local copy of a remote svn server. I access this server via ssh with ProxyCommand in my .ssh/config file since it isn't directly reachable.
What I would like to do is using eclipse ...
1
vote
2answers
88 views
Eclipse SVN always includes auto generated bin dir and classes no matter what I do
I am using Eclipse Juno with Subversive plugin.
I have a java project set to compile automatically which creates a lot of bin dirs
No matter what pattern i put in window-> ...
2
votes
2answers
80 views
Change Subversive repository label
When you link project to a repository a wizard like this appears:
There you can edit the repository label. My question is how can I change that label after I've closed that window ?
1
vote
1answer
434 views
Upgrading Subversive connectors in eclipse using the Connector Discovery
I might be blind, but I can't seem to bring up the Subversive Connector Discovery dialog on an already set up Subversive in eclipse. I need to upgrade from an SVNKit that supports 1.6 to one that ...
0
votes
1answer
43 views
How can I see the history of a merged branch in Eclipse using SVN?
I am using Eclipse Helios with Subversive as SVN connector. When I merge back a branch into the trunk, I cannot access the history that happened inside the branch anymore. I can still see it using ...
1
vote
0answers
697 views
Mountain Lion: installation of both XCode 4.5 Command Line Tools - svn and Subversive in Eclipse
I have a Mac with Mountain Lion 10.8.2 and XCode 4.5 installed. And I try to install a running Eclipse (3.6, 3.7 or 3.8) and in there the Subversive plugin. I guess either javahl or SVNKit should be ...
1
vote
2answers
261 views
How to properly delete Java packages under SVN control?
I hava a Java project and am using Eclipse (Indigo) with the Subversive SVN plugin. I have successfully setup a remote SVN server that I'm using for the project repo.
I recently decided that I no ...
1
vote
1answer
52 views
synchronize svn with subversive
I downloaded a java project from svn and then I added to Eclipse and now I have installed surversive plugin and I would like to synchronize this project with the from SVN, How can I do it?
Thanks
0
votes
1answer
34 views
How to share only source with SVN in Eclipse?
I want to share the source code of my project through SVN, but I can only share the entire project. How can I share only the source and/or specific folders within the project?
3
votes
2answers
218 views
What does this Eclipse SVN icon mean?
I sometimes see this icon in Eclipse when synchronizing repositories. It usually means that there will be some trouble as it doesn't want to disappear. I think it appears when Eclipse automatically ...
1
vote
2answers
19 views
How can I see where I am comitting to using team > commit on eclipse using svn / subversive
When I right click on a project and select commit it does not show the repository URL of where the commit is going in the commit window, which can be pain for developers. Is there a way to enable ...
2
votes
2answers
1k views
Eclipse Juno - Subversive SVN - Connection Timeout - Sorry, this connection is closed
I've got the following problem: Since my update from Eclipse Helios to Juno my SVN seems to close the connection after a while to the server and can't reconnect.
I get the following:
Sorry, this ...
1
vote
2answers
95 views
Subversion Configuration
I've downloaded subversion server and client RPM's from Collabnet, and installed it. It was unpacked into opt/CollabNet_Subversion directory.
But when I try to run /bin/svn a message "this is not a ...
2
votes
1answer
876 views
Subversion Connection: RA layer request failed
Out of the blue yesterday afternoon, subversion connections from my Eclipse IDE to our Subversion repository have been failing (with both Subversive and Subclipse).
I can browse the subversion ...
0
votes
0answers
9 views
is that possible to use two google code account when only have one linux account?
seems there is only one .netrc in ~ dir, so how to configure two google account in .netrc?
two lines of account info in .netrc seems not works...
so is that possible to use two google code account ...
0
votes
0answers
37 views
Attaching projects on Workspace to Repository with Subversive on Eclipse
Good morning peeps. I have this issue that I hope that you could help me. I have installed a third party Eclipse installation called EasyEclipse and I have worked with this the past 3 years. But its ...
1
vote
2answers
176 views
SVN subversive. Eclipse. Local repository
We have a central svn repository where we can check-in and commit new code. But I don't want to commit every minor change to central repository. So I want to create some local repository with ...
2
votes
1answer
509 views
VisualSVN and Eclipse
I have installed VisualSVN on a Windows Server 2008 machine. Do I have to change the firewall settings and how?
By the way, it is possible to use the Subversive plugin to connect to it? I have ...
1
vote
2answers
135 views
How to use Subversive for team development and code management in Eclipse for Android project? [closed]
I used VSS (Visual Source Safe) for C# project code management.
The project was on server locally and each member of the team had a copy on his PC and via VSS we were able to check-in, check-out, ...
1
vote
4answers
228 views
svn : How to split a large commit into several small commits?
I have created a new repository for a project and am adding some exisiting code base (llvm) to it. This code base is about 18,000 files which is making the my initial commit take lots of time. (read 5 ...
0
votes
0answers
58 views
Eclipse file compare: ignore a custom string
At work, we use this awful tool that stores in its XML files a string to denote the state of the display in the IDE. We then version control these files in SVN using Eclipse's Subversive plugin. The ...
1
vote
2answers
39 views
Is there an easy way in eclipse to tell what scm revision made a change in the line the cursor is in?
I am aware of the Team History view in eclipse that will show me all previous revisions of a file, and highlight the changes.
However, I often find a change, and would like to know who did it and ...
0
votes
3answers
2k views
Can't find a plugin/connector for SVN/Subversion 1.5 in Eclipse 4.2 (Juno)
For compatibility with my colleagues, I need to use SVN 1.5 in my install of Eclipse 4.2 Juno, but can't find a compatible plugin which uses an old version of SVN.
I guess I only need the connector, ...



