简体   繁体   English

我如何将TortoiseSVN与netbeans6.8集成?

[英]how I integrate TortoiseSVN with the netbeans6.8?

我如何将TortoiseSVN与netbeans6.8集成?

Its easy to connect between Netbeans and tortoiseSVN. 它易于连接Netbeans和tortoiseSVN。 If you are using windows: 如果您使用的是Windows:

  1. You need to install subversion for windows (http://sourceforge.net/projects/win32svn/). 您需要为windows安装subversion(http://sourceforge.net/projects/win32svn/)。 After that you must set the path in win environment to include the subversion bin folder. 之后,您必须在win环境中设置路径以包含subversion bin文件夹。

  2. Install Tortoise client 安装Tortoise客户端

  3. Open Netbeans, and go to Windows > Versioning > Open the path where you install the subversion. 打开Netbeans,然后转到Windows>版本控制>打开安装subversion的路径。 or you can right click on your project folder and choose subversion. 或者您可以右键单击项目文件夹并选择subversion。

Hope this help even its almost a year thread 希望这有助于即使是近一年的线程

TortoiseSVN is a standalone program. TortoiseSVN是一个独立的程序。 NetBeans has its own SVN integration. NetBeans有自己的SVN集成。 The two are unrelated, but you can use both of them interchangeably. 这两者是无关的,但你可以互换使用它们。

http://netbeans.org/kb/docs/ide/subversion.html http://netbeans.org/kb/docs/ide/subversion.html
http://tortoisesvn.net/ http://tortoisesvn.net/

What you need to do is install SVN - a version that is compatible with both Netbeans and Tortoise. 您需要做的是安装SVN - 一个兼容Netbeans和Tortoise的版本。 Tortoise is built for Subversion 1.6.6 and Netbeans supports who knows what? Tortoise是为Subversion 1.6.6而构建的,Netbeans支持谁知道什么? They claim support for Subversion: 1.4.x, 1.5.x, 1.6.x on their website but if you google it you will see they seem to have a lot of problems with it. 他们声称支持Subversion:1.4.x,1.5.x,1.6.x在他们的网站上,但如果你google它,你会发现它们似乎有很多问题。

My experience was that any performance gain from IDE integration was offset almost immediately by having to constantly troubleshoot it everytime SVN was upgraded. 我的经验是,每次升级SVN时,必须不断对其进行故障排除,从而几乎可以立即抵消IDE集成带来的任何性能提升。 You will be better off doing your version control at the command line or just via Tortoise (which is lovely - I miss the shell integration now that I am using ubuntu and git). 你最好在命令行或通过Tortoise进行版本控制(这很可爱 - 我现在想念shell集成,我正在使用ubuntu和git)。

Not sure you do. 你不确定。 Perhaps you integrate NetBeans directly with Subversion? 也许您直接将NetBeans与Subversion集成? Subversion integration seems to be built in to NetBeans on my installation. 在我的安装中,似乎内置了Subversion集成。 TortoiseSVN integrates with Windows Explorer. TortoiseSVN与Windows资源管理器集成。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM