How to Upgrade Subversion for Windows Netbeans

I installed Netbeans, then I tried to check my projects inside Netbeans. During the process, Netbeans was telling me something about the old client version of subversion, and now I want to update it. But I do not know where the client is, and how to update it.

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

+6
windows svn netbeans
source share
2 answers

If you want to upgrade 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 that you installed on your computer, you can say that netbeans uses it Tool | Options | Miscellaneous | Versions then select SVN and specify the folder that netbeans should use as the SVN client.

Hope this helps

+10
source share

If this is the Netbeans module you want to upgrade, just go to Tools | Plugins and it will tell you if there are any updates to apply. Otherwise, if you are constantly updating your TortoiseSVN, then you should have the latest client code. If for any reason you need a subversion client from the command line, you can download the latest and largest of them here .

If this is something else, send the special message you receive from Netbeans.

0
source share

All Articles