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 192255 - Netbeans can't handle a project with multiple RCSes
Summary: Netbeans can't handle a project with multiple RCSes
Status: RESOLVED DUPLICATE of bug 146824
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-22 02:08 UTC by dalin
Modified: 2010-11-25 13:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dalin 2010-11-22 02:08:54 UTC
I'm a web developer and I usually check out libraries and modules from
multiple different RCSes (SVN, CVS, Bazaar and Git) and then manage my project
with SVN (someday I'll switch to Git).  However Netbeans gets all confused about which VCS to use for any given file.  My experience is that if you have more than one RCS in a project NB will eventually screw up and choose the wrong RCS.

I'm not sure how NB does it's best-guess determination of what RCS to choose, however here's my proposal:

- If a directory/file is only being managed by one RCS, use that. 
- If a directory/file is being managed by more than one RCS, then traverse up the directory tree until you find a directory that is only managed by one of the RCSes in question and use that.  If none can be found, then abort.
Comment 1 Tomas Stupka 2010-11-25 13:43:22 UTC
this should be fix via solution suggested in #146824

*** This bug has been marked as a duplicate of bug 146824 ***