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 192036 - Managed project cannot be shared by version control
Summary: Managed project cannot be shared by version control
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
: 223948 (view as bug list)
Depends on: 186717
Blocks:
  Show dependency tree
 
Reported: 2010-11-16 21:59 UTC by Alexander Simon
Modified: 2015-09-11 13:20 UTC (History)
2 users (show)

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 Alexander Simon 2010-11-16 21:59:48 UTC
Step to reproduce:
- Create application and build it on platform (1,Windows) .
- Put project in version control system (for example in Mercurial). Add private folder to ignore list.
- Pull project on another platform (2, Solaris) and build it,
See a lot of changed files. May it OK?
- Push changes.
- Pull changes on platform (1) and rebuild project.
See changed files.
It makes impossible to share project.
Comment 1 Alexander Simon 2010-11-17 11:50:25 UTC
Introduce "default" tool collection. Default tool collection have same representation in project meta data on any platform.
Change set:
http://hg.netbeans.org/cnd-main/rev/5ac82298eb75
http://hg.netbeans.org/cnd-main/rev/4500e5457299
Comment 2 Alexander Simon 2010-11-17 12:47:04 UTC
Move build platform in the private project meta data, change set:
http://hg.netbeans.org/cnd-main/rev/a3b192ed5571
Comment 3 Quality Engineering 2010-11-18 06:33:57 UTC
Integrated into 'main-golden', will be available in build *201011180001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/5ac82298eb75
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixing Bug #192036 Managed project cannot be shared by version control:
- introduce "default" tool collection
Comment 4 Quality Engineering 2010-11-19 06:12:13 UTC
Integrated into 'main-golden', will be available in build *201011190001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/f83a73fd1819
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixing Bug #192036 Managed project cannot be shared by version control:
-  replace configuration name and platform by macros in the generated make files
Comment 5 Quality Engineering 2010-11-20 06:11:40 UTC
Integrated into 'main-golden', will be available in build *201011200001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/8a8c17084afb
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixing Bug #192036 Managed project cannot be shared by version control:
- write default tool name in make file in case tool is absent in current computer
Comment 6 Leonid Lenyashin 2010-12-22 11:19:53 UTC
Is it still an issue?
Comment 7 Alexander Simon 2012-12-17 17:55:57 UTC
*** Bug 223948 has been marked as a duplicate of this bug. ***
Comment 8 Quality Engineering 2012-12-19 02:46:21 UTC
Integrated into 'main-golden', will be available in build *201212190001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/720d2c14cc31
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixing Bug #192036 Managed project cannot be shared by version control
- order make file targets
Comment 9 Alexander Simon 2013-08-22 09:40:35 UTC
(In reply to Leonid Lenyashin from comment #6)
> Is it still an issue?
Yes, it is still an issue.
Comment 10 Alexander Simon 2015-09-11 13:20:08 UTC
last problem was fixed when bug #203376 was fixed.