subversive

Convert Eclipse project type from general to Java [duplicate]

折月煮酒 提交于 2019-11-28 08:55:45
This question already has an answer here: How to change an Eclipse default project into a Java project 11 answers I'm taking over another team's project and am experiencing some bizarre Eclipse issues. I'm using Subversive as my plugin, and when I go to check the trunk out it brings me to a standard "Check Out As" dialog where it allows me to select the check out method, and the only one that works for me (or is applicable) is the last option ( Check out as a project with the name specified ). So I specify the name, and the project then checks out as normal and all is well, except... Although

Eclipse VisualSVN error svn E175002: java.lang.NumberFormatException

心已入冬 提交于 2019-11-28 04:04:59
问题 So this error seems to occur when I attempt to add a new repository location in Eclipse. However, I am sure that the URL and authentication info (username and password) are valid. The error looks like this, and it occurs when I use https://localhost/svn/TestSVN as the URL. I understand I replaced the name of my PC with localhost but the same error occurs when I use the name of my PC instead. When I installed TortoiseSVN and VisualSVN-Server, I didn't do any custom installations so for the

SVN / Subversion 1.7 and Eclipse Subversive & JavaHL

笑着哭i 提交于 2019-11-27 18:59:59
I have just upgraded to TortoiseSVN 1.6.99, Build 21709, (Subversion 1.7.0, -dev). I am having problem in my Eclipse Subversive 0.7.9.I20100512-1900 & JavaHL 1.6.15. Have tried to update my Eclipse plugins. Anyone have an solution? Error at Eclipse: Share project was failed. Unsupported working copy format svn: The path 'XXX' appears to be part of a Subversion 1.7 or greater working copy. Please upgrade your Subversion client to use this working copy. You are aware of the Subversion 1.7 state? It is currently a beta-2 state and not intended for production? Furthermore it couldn't work with the

Getting “CHECKOUT can only be performed on a version resource” when trying to commit using Eclipse subversive plugin

北战南征 提交于 2019-11-27 18:38:35
I'm using Eclipse Juno on Mac 10.7.5, SVN 1.7 and the Eclipse Subversive plugin. Occassioanlly, when I try and commit changes from my project (by right clicking on the project from the package explorer, selecting "Team" -> "Commit"), I get the error: Some of selected resources were not committed. Some of selected resources were not committed. svn: E200007: Commit failed (details follow): svn: E200007: Commit failed (details follow): svn: E200007: CHECKOUT can only be performed on a version resource [at this time]. svn: E175002: CHECKOUT request failed on '/svn/subco-digital.coderepo/!svn/rvr

Which subversive connector discovery to use

℡╲_俬逩灬. 提交于 2019-11-27 11:32:37
问题 After I installed the SVN plugin in Eclipse and restarted it, a message appeared asking to install a connector. There are SVN Kit and Native JavaHL connectors. I am confused which one to install and why, can any one please guide me. 回答1: The two connectors should both work, here are the differences (more from experience by using them, not by reading their source code): SVN Kit: Works on all platforms, is a Java-only implementation (no need for DLLs or shared libraries). Is a little bit slower

Checkout SVN svn+ssh repo with subversive in Eclipse Helios

Deadly 提交于 2019-11-27 10:33:35
问题 from my computer (Mac OS X Leopard) through shell I can check out without problem a remote SVN repo. I already established ssh keys and all that stuff. Now I installed eclipse helios on mac and the subversive pluging. I find no way yo make it work with the svn+ssh repo, could you point me to some good tutorial? MY google caan not find anything useful today PS: This is the error I get: SVN: '0x00400006: Validate Repository Location' operation finished with error: Selected SVN connector library

Unbound classpath container in Eclipse

落爺英雄遲暮 提交于 2019-11-27 06:28:20
I have checked out a project using Subversive for Eclipse and I am getting the following errors: The project cannot be built until build path errors are resolved Unbound classpath container: 'JRE System Library[jdk1.5.0_08]' I'm assuming the first error will be resolved as soon as the second one is. I think I need to install JDK 1.5.0_08 and set it as a jre system library for the project but I can't find anywhere to download it - the closest I can get is JDK 1.5.0_22. If anyone could provide an alternative solution (or a download link for jdk1.5.0_08 I suppose) I would appreciate it. andi5

SVN / Subversion 1.7 and Eclipse Subversive & JavaHL

本秂侑毒 提交于 2019-11-26 19:42:30
问题 I have just upgraded to TortoiseSVN 1.6.99, Build 21709, (Subversion 1.7.0, -dev). I am having problem in my Eclipse Subversive 0.7.9.I20100512-1900 & JavaHL 1.6.15. Have tried to update my Eclipse plugins. Anyone have an solution? Error at Eclipse: Share project was failed. Unsupported working copy format svn: The path 'XXX' appears to be part of a Subversion 1.7 or greater working copy. Please upgrade your Subversion client to use this working copy. 回答1: You are aware of the Subversion 1.7

What are the pros and cons of the SVN plugins for Eclipse, Subclipse and Subversive? [closed]

杀马特。学长 韩版系。学妹 提交于 2019-11-26 12:34:09
SVN in Eclipse is spread into two camps. The SVN people have developed a plugin called Subclipse . The Eclipse people have a plugin called Subversive . Broadly speaking they both do the same things. What are the advantages and disadvantages of each? Brendon-Van-Heyzen Both are very similar but Subversive is the "eclipse svn provider". I primarily use Subversive because of a few convenient features: Grouping of history When I'm browsing the history of a branch instead of just seeing a bunch of rows for every commit it can group commits by today, week, etc. Mapping of trunk, branches, and tags

What are the pros and cons of the SVN plugins for Eclipse, Subclipse and Subversive? [closed]

╄→гoц情女王★ 提交于 2019-11-26 02:59:36
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 6 years ago . SVN in Eclipse is spread into two camps. The SVN people have developed a plugin called Subclipse. The Eclipse people have a plugin