How to disable subversion in netbeans

I use NetBeans 7.0.1 for Windows and I have the following problem: my projects are versioned under SVN, but I use external SVN tools because I really don’t like the built-in subversion client in netbeans, for me it’s buggy and chaotic.

Now I'm trying to rename a file in my project, but it fails with an SVN error

Subversion failed to move X:\***.html to: X:\***a.html
org.tigris.subversion.javahl.ClientException: svn: Cannot write to 'X:\***\.svn\tmp\text-base\indexa.html.svn-base': X:\***\.svn\tmp\text-base\indexa.html.svn-base (The system cannot find the file specified)

Is there a way to completely disable subversion support in NetBeans? I do not use it, and I do not want this.

I searched Google a bit and found that uninstalling the subversion plugin would help, but in this version, subversion support for NetBeans is probably built-in, I don’t see it in the installed plugins, and I can’t find any settings by disabling it, I also suspect disruptive NetBeans campaign violates my repository, even my regular client now throws errors.

+5
source share
3 answers

in this version of Subversion support NetBeans is probably built-in, I do not see it in the installed plugins, and I can not find any settings by disabling it.

Tools- Plugins, and on the tab, Installedcheck the box "Show details", select "Subversive" and press the Deactivateor button Uninstall. The plugin will be deactivated / removed and you will be prompted to restart the IDE

+25

SVN:

. : ~/.netbeans/VERSION/config//org/netbeans/modules/versioning.properties

: unversionedFolders = FULL_PATH_TO_PROJECT_FOLDER

IDE

+1

NetBeans Versioning . . , , SVN.

enter image description here

, @Satya Prakash answer, .

+1

All Articles