subclipse

【SVN】SVN服务器搭建、使用和Eclipse Subclipse的安装使用

落爺英雄遲暮 提交于 2019-11-29 11:30:06
1、前言 时间就是这样,当你没遇见的时候你觉得一些东西是很神秘的。只有当你用了才知道原来这东西也就这样。这就是所谓的一步一个脚印吧,成长吧。开始团队开发了才知道SVN是个什么东西。刚开始的时候还不知道这东西怎么使。或许你会说现在都用git了,但是我还是要学下这个,毕竟公司再用。 进公司后分到一台已经搭建好环境的机子,然后就略过了很多的重要步骤。直到感觉到环境不好使的时候才想着自己去重新搭建下环境。我不知道SVN 服务器怎么搭建?也不知道使用什么客户端,也不知道eclipse插件该是用什么? 直达今天,才想着去搜索下:“SVN服务器” ,看了这篇文章: SVN服务器搭建和使用(一) ,才对SVN有所了解了。 之后又搜索了下:"eclipse SVN 插件",然后发现了:http://subclipse.tigris.org。 之前找插件直接是在eclipse Martketplace里面直接搜索的,然后安装之后发现与公司的不一样,然后就又把他uninstall了。 2、安装相关的软件 VisualSVN-Server-2.7.7.msi TortoiseSVN-1.8.7.25475-x64-svn-1.8.9.msi LanguagePack_1.8.7.25475-x64-zh_CN.msi subclipse 说明: 1)服务端: VisualSVN-Server

Eclipse svn插件安装那些事

狂风中的少年 提交于 2019-11-29 11:29:55
刚下了最新版的Eclipse,也就顺便说下我的svn插件安装之旅。 首先谷歌了下,Eclipse 下连接 SVN 库有两种插件 —— Subclipse 与 Subversive ,可以说这两种插件都是非常优秀的插件,而对于使用者来说,选择使用哪种插件确实是个挺头疼的选择。Eclipse 是否是你操作 SVN 的唯一途径?如果是,偏向于选择 Subversive;如果不是,要经常使用 TortoiseSVN ,则偏向与选择 Subclipse 。Subclipse 的操作更倾向于与 TortoiseSVN 习惯,而 Subversive 的操作更倾向于 Eclipse 习惯操作。 由于以前 TortoiseSVN用惯了,所以尝试了 Subversive的安装。 安装步骤如图 然后就一直next到底,finish后就耐心的等待下载吧。 安装完后重新启动,打开svn视图,选择svn connector 安装完重启后就可以配置自己SVN了。 来源: oschina 链接: https://my.oschina.net/u/989067/blog/193476

Adding a SVN repository in Eclipse

折月煮酒 提交于 2019-11-29 00:33:28
问题 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 example: http://svn.python.org/projects/peps/trunk I get this: Error validating location: "org.tigris.subversion.javahl.ClientException: RA layer request failed svn: OPTIONS of 'http://svn.python.org/projects/peps/trunk': could not connect to server (http://svn.python.org) " Keep location anyway? I know that my Eclipse can

Different change lists in subclipse?

那年仲夏 提交于 2019-11-28 23:13:13
In IntelliJ, I can have different change lists so that I can put certain files that I never want to commit into a different change list, and I won't be prompted to commit those files unless I select that change list. For example, certain database configuration files, eclipse project files etc., I want to rarely or never commit. Is there a way to do this using Subversion in Eclipse? I haven't been able to find it so I have to uncheck the files I don't want to commit every time. Note that I can't use svn:ignore because these files are, and should be, in the repository. You can do this in the

subclipse not showing “share project” option on project context menu in eclipse

[亡魂溺海] 提交于 2019-11-28 20:13:13
Within eclipse, with Subclipse installed, if I right click a project and select "team" there are normally 2 options: apply patch share project Once you have shared project you get the full Subclipse menu from "team" One project however only has one option - apply patch. If I close the project I see both options but the share project option is grayed out. I have other projects where this is not happening. What could be special about this project to stop me getting the share project option? Is there another path to the share project function I could use? Regards Solve this problem with these

Ignoring Eclipse project files in SVN project

两盒软妹~` 提交于 2019-11-28 17:44:26
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 repository. Now I could just use svn:ignore to let SVN ignore the files, but that's not an option for various reasons. So, is there a way to make Eclipse and Subclipse ignore the files (which it should anyway)? JW. Preferences > Team > Ignored Resources Can you use global-ignores ? If yes, customize it in your config file: On Windows: C:\Documents and Settings\%USERID%\Application Data\Subversion\config On Linux: ~/.subversion

Subclipse - marking code changes like in NetBeans

我的未来我决定 提交于 2019-11-28 17:16:59
I moved recently from NetBeans to Eclipse. Since I have to work with the project checked out from SVN I installed Eclipse. My question is: how to make Subclipse indicated the changes that I introduce in the source code (downloaded from SVN) just like NetBeans? Is there any way? zapping In Window -> Preferences navigate to General -> Editors -> Text Editors -> Quick Diff and tick "Enable quick diff", "Show differences in overview ruler" and set "Use this reference source" to "Pristine SVN Copy". You might also want to change the colors to match NetBeans (blue for Changes, green for Additions,

Subclipse in Mac OS Lion shows “Unable to load default SVN client” error

此生再无相见时 提交于 2019-11-28 16:49:10
After updating to Mac OSX Lion I find that I m unable to use Subclipse. I keep getting this error: Unable to load default SVN client Any ideas on how to resolve this issue? I m using Eclipse Indigo. Michel Rogers-Vallee Have you tried downloading SVNKit from the update site of Subclipse? Go to Install New Software and select the Subclipse update site. Select the JNA and SVNKit library as well as the SVNKit Client Adapter. After, change the interface from JavaHL to SVNKit in the Preferences → Team → SVN → SVN Interface . Joey T For anyone receiving the error: Incompatible JavaHL library loaded.

Associating existing Eclipse project with existing SVN repository

女生的网名这么多〃 提交于 2019-11-28 16:08:56
I have an eclipse project on my hard disk, which is a fairly recent check out from an SVN repository. I've imported this project into my Eclipse workspace, and now want to associate it with the SVN repository. How do I do this? The only options I seem to have under Right-click -> Team is "Share Project", which only seems to allow me to do an initial import. Edit: Motivation - It's a largish repository, and I don't really want to have to import the whole thing over the network. Edit 2: There are (for some reason) no .svn dirs in the project. So maybe a fresh import from svn is the only option

Subclipse and JavaHL installation headache

隐身守侯 提交于 2019-11-28 15:47:07
I've run into problems installing the latest Subclipse plug in. I saw this post: subclipse: Unable to load default SVN Client , but the answer appears to be specific for Subclipse 1.6.x, and I think 1.8.x is presenting new issues. I'm on a mac, 10.6.8, with Eclipse Indigo. I have Subclipse 1.8.4 installed, with the Subversion JavaHL Native Library Adapter 1.7.3 installed, which is the correct version of JavaHL for Subclipse 1.8, according to http://subclipse.tigris.org/wiki/JavaHL#head-5ccce53a67ca6c3965de863ae91e2642eab537de When I tried to add a new SVN repository, it says "operation in