This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 189197 - Can't deactivate subversion or CVS
Summary: Can't deactivate subversion or CVS
Status: RESOLVED DUPLICATE of bug 186720
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P1 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
: 189545 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-08-04 10:53 UTC by dukeofgaming
Modified: 2010-09-08 00:37 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Configuration files disabling vcs plugins (606 bytes, application/octet-stream)
2010-08-23 11:50 UTC, Ondrej Vrabec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dukeofgaming 2010-08-04 10:53:14 UTC
The only VCS I use is mercurial so I used to turn off CVS and Subversion in 6.8, in 6.9 I can't.

This generates issues, for example, when I have a project that uses external code distributed through SVN that I need to modify (for example, Symfony) but for which I don't use SVN (as I said, I use mercurial); for some blasphemic reason SVN takes priority and I cannot commit my mercurial changes (I keep the .svn directory for updating purposes). And not only I cannot commit changes, but I also cannot see line changes, or file changes.
Comment 1 Peter Pis 2010-08-04 13:25:42 UTC
Reassigning.
Comment 2 Tomas Stupka 2010-08-04 14:32:55 UTC
> The only VCS I use is mercurial so I used to turn off CVS and Subversion in 6.8, in 6.9 I can't.
i've just tried to deactivate svn and cvs and everything seemed to work fine. could you please elaborate, what exactly doesn't work in 6.9? 

thanks
Comment 3 dukeofgaming 2010-08-06 16:15:06 UTC
At least subversion does not actually deactivate; the only thing that deactivates is Team. I am running Windows 7 x64.

The steps I went through testing just now:

1.- Deactivated CVS & SVN, told me I needed to deactivate Team, restarted
2.- Went to plugins, Team was deactivated, CVS and SVN still active, tried to deactivate again, restarted.
3.- Same result (Team deactivated, CVS and SVN still active).
4.- Went to my Mercurial project with subversion in some folders, same result as before: There is no Mercurial versioning in the files with svn.

In 6.8 I could do this with no problem (getting rid of SVN).

Regards
Comment 4 Ondrej Vrabec 2010-08-23 09:54:26 UTC
*** Bug 189545 has been marked as a duplicate of this bug. ***
Comment 5 Ondrej Vrabec 2010-08-23 11:50:39 UTC
Created attachment 101599 [details]
Configuration files disabling vcs plugins
Comment 6 Ondrej Vrabec 2010-08-23 11:51:14 UTC
duplicate of bug #186720 - fixed in dev builds.
You have to options how to get the mercurial support working again:
1) uninstall CVS, Subversion instead of disabling them. This will probably cause an error message during next start complaining about some missing modules. Click on 'Disable Modules and Continue'.
2) do a bit of hacking and disable all modules manually. Extract files from the attached disabled-module.tgz into USERDIR/config/Modules folder.

*** This bug has been marked as a duplicate of bug 186720 ***
Comment 7 Ondrej Vrabec 2010-08-23 12:44:38 UTC
*** Bug 189475 has been marked as a duplicate of this bug. ***
Comment 8 m4olivei 2010-08-25 12:48:41 UTC
Hi,

I am also having this issue, currently using Netbeans 6.9.1.  What is the easiest way to apply the fix without waiting for 6.10?

Thanks,
Matt
Comment 9 ryan.m.lange 2010-09-08 00:37:16 UTC
This seems to be a general problem with plugins (at the very least, the version control plugins). I am currently unable to deactivate the Mercurial and CVS plugins on this machine (NetBeans 6.9.1; Windows XP SP3). However, on another machine (NetBeans 6.9.1; Windows XP SP3), I *was* able to deactivate these plugins.

I tried manually hacking the XML files for these plugins by shutting down NetBeans, opening up the appropriate files in %APPDATA%\.netbeans\6.9\config\Modules\, changing the "enabled" parameter to "false", and saving the file.

Unfortunately, upon restarting NetBeans, the "enabled" parameters for these plugins are reset to "true".