subversive

Convert Eclipse project type from general to Java [duplicate]

帅比萌擦擦* 提交于 2019-12-17 18:48:54
问题 This question already has answers here : How to change an Eclipse default project into a Java project (11 answers) Closed 6 years ago . 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

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

淺唱寂寞╮ 提交于 2019-12-17 15:35:18
问题 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

Eclipse subversive on dev box issue

一笑奈何 提交于 2019-12-13 06:09:22
问题 I recently started on a new project where they do not have eclipse working with subversion. They say it is not possible because our dev boxes do not get internet connection. However, I'm not so quick to give up. We are currently using TortoiseSVN over our secured network just fine. Surely we must be able to set-up Eclipse to do the same? I have done some research and am having a hard time finding an answer off google searches and thought I'd ask here. Most of the SVN eclipse guides ive seen

Bug with Eclipse Subversive update: Sharing a New project into repository is broken

霸气de小男生 提交于 2019-12-13 00:14:24
问题 A recent prompt for an update by Eclipse Neon contained an update to subversive. It failed because the component was not available at the neon update site. I therefore added the recommended polarion connector update site and updated. I now have the following installed; Eclipse Java EE IDE for Web Developers. Version: Neon.1a Release (4.6.1) Build id: 20161007-1200 Subversive SVN Team Provider 4.0.2.I20160902-1700 org.eclipse.team.svn.feature.group Eclipse.org JavaHL 1.8.15 Win64 Binaries

Stop Eclipse/Subversive from setting svn:mime-type to text/plain on initial commit

不打扰是莪最后的温柔 提交于 2019-12-12 07:27:02
问题 How do I stop Subversive from setting svn:mime-type to text/plain on initial commit? My Java code is being checked into my repository with the svn:mime-type property set as text/plain , and as a result my web-based SVN viewer (trac) isn't syntax highlighting. I should add I'm running Eclipse 3.5 and the most recent version of Subversive with the SVNKit 1.3.0 (for SVN 1.6) adapter. For those finding this question, this issue no longer exists as it was resolved through an option in the

Error while creating branches and tags with SVN from Eclipse

岁酱吖の 提交于 2019-12-10 18:58:08
问题 I am getting the whole time error messages while creating new branches or new tags with the SVN plugin (Eclipse Subversive). The error message ist just like Get repository folder children operation failed. svn: E160013: URL 'file:///Users/****/svnrepository/branches' non-existent in that revision. I tried already to create the branches folder manually and then update the local project, but it did not work. Does anybody have an idea? Thank you! 回答1: In the SVN Repositories view right-click the

svn: E180001: Unable to open an ra_local session to URL

早过忘川 提交于 2019-12-10 05:10:10
问题 I have installed TortoiseSVN 1.8.0 (OS: Windows 7). I have created repository using TortoiseSVN in External Harddisk. Also i have added SVN plugin in Eclipse Juno. When i try to share my project via svn plugin to repository, it shows following message. Share project was failed. svn: E180001: Unable to open an ra_local session to URL svn: E180001: Unable to open repository 'file:///H:/Repository/MobileApplications/Android/Application/Source' svn: E160043: Expected FS format between '1' and '5'

Eclipse Subversive commit changelist?

走远了吗. 提交于 2019-12-09 17:38:48
问题 I just created an ignore-on-commit changelist as described in SVN: Is there a way to mark a file as "do not commit"? and it's awesome on the command line, making it much easier to view the changes I care about in the command line. Having all this power and organization now I select all my projects in eclipse and go to Team > Commit and there is no notion of changelists in the commit dialog and I still have to go through all the changes and tediously select which files to commit. Am I missing

Import an existing SVN project into Eclipse

一世执手 提交于 2019-12-09 14:07:24
问题 I have a folder on the C drive which is already checked out from SVN. In somewhere in that folder, I have an Eclipse project folder. It is already in the SVN repository. I started Eclipse, imported that project, but I am not sure how to connect it to SVN. When I was working on a CVS repository, Eclipse CVS discovered its setting when I tried to share it. How can I do this with Subversion? 回答1: This is how it's done with Subclipse. If I remember correctly, the process is similar in Subversive

When synchronizing in eclipse pdt - getting a blank gray window when comparing versions of a php file

…衆ロ難τιáo~ 提交于 2019-12-08 18:06:11
问题 I've installed Eclipse PDT Helios SR1 GTK for 64bit Linux (Ubuntu Maverick clean install). I added the Subversive plugin for using Subversion, and installed the SVNKit 1.3.2 connector. I'm using Sun's java and not the OpenJDK version. When I synchronize a php project, and double click a php file for comparing the differences I made compared to the base revision - it opens a window of a compared file, but the window is empty - I see the gray background as if no file is opened. When I open