Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to upgrade Subversion version for Windows Netbeans

I installed Netbeans then I tried to checkout my projects inside Netbeans. During the process Netbeans informed me something about an old client version of subversion, and now I want to upgrade it. But I don't know where the client is, nor how to update it.

BTW I have TortoiseSVN on the same machine and it works fine with the same repository, and as I use svn+ssh protocol, I configured Netbeans to use TortoisePlink.exe.

like image 729
Jader Dias Avatar asked Jul 16 '09 19:07

Jader Dias


People also ask

How change SVN repository URL in NetBeans?

You will have to create a new working copy that accesses the new repository. However, you can retrofit the current working copy by deleting all instances of the . svn directories as Jim Garrison suggested. Then, in Netbeans, use Team->Subversion->Check into Repository and enter the new repository url.


2 Answers

If you want to update your svn from netbeans you will need to go to Tools|Plugin and apply for updates, if you want to use some other SVN client you have installed in your machine you could tell netbeans to use it going to Tool | Options |Miscellaneous | Versioning then select SVN and indicate the folder that netbeans should use as SVN client.

Hope this helps

like image 141
Cesar Hermosillo Avatar answered Oct 06 '22 00:10

Cesar Hermosillo


If it's the Netbeans module you want to upgrade, just go to Tools | Plugins and it will tell you if there are any updates to be applied. Otherwise, if you keep your TortoiseSVN up to date, then you should have the latest client code. If, for any reason, you need a command-line subversion client, you can download the latest and greatest from here.

If it's something else, please post the specific message you get from Netbeans.

like image 40
Vinay Sajip Avatar answered Oct 06 '22 00:10

Vinay Sajip