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 39974 - Implement Versioning Manager
Summary: Implement Versioning Manager
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscore (show other bugs)
Version: 4.x
Hardware: PC All
: P1 blocker (vote)
Assignee: Richard Gregor
URL:
Keywords:
Depends on:
Blocks: 39561
  Show dependency tree
 
Reported: 2004-02-11 16:09 UTC by Richard Gregor
Modified: 2004-08-13 12:12 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Gregor 2004-02-11 16:09:07 UTC
Because of getting rid of mounting we need a
versioning manager to setup versioning of
folders/projects.
Comment 1 Richard Gregor 2004-02-11 16:10:38 UTC
UI Spec is at:
http://vcscore.netbeans.org/proposals/BuildSys/BuildSystemAdoption.html
Comment 2 Martin Entlicher 2004-04-14 11:13:53 UTC
The basic implementation of Versioning Manager is in trunk as an
effect of issue #41588.
Comment 3 Richard Gregor 2004-04-15 14:00:53 UTC
Control column is not neccessary for now. Removed.

Checking in VcsManager.java;
/cvs/vcscore/src/org/netbeans/modules/vcscore/ui/fsmanager/VcsManager.java,v
 <--  VcsManager.java
new revision: 1.6; previous revision: 1.5
done
Comment 4 Martin Entlicher 2004-04-26 12:19:03 UTC
Richard, should this be resolved as fixed? Or are there some more
touch-ups necessary?
Comment 5 Richard Gregor 2004-04-27 10:16:22 UTC
Fixed.