Re: Problem with add directory using NT cvs server
"Christian Stein" <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.javacvs.devel |
|---|---|
| Organization | CollabNet Hosting |
| Message-ID | <[email protected]> |
CVS Repository Query Results"Green" from me. (=
The only "bad" output are some warnings while running "ant tryme":
" [exec] WARNING - the WizardDescriptor.Panel implementation
org.netbeans.modules.vcscore.wizard.mountcvs.LoginPanel provides
itself as the result of getComponent(). This can cause a clash
when Component.isValid() is overridden. Please use a separate
component class. "
...and some "DEPRECATED" messages. (Because of compiling NB with
SDK2 1.4.0?)
What I've done:
1. Checkout all necessary modules. Those are:
platform + see next item
2. Build it with:
ant -Dmodules=openidex,editor,diff,vcscore,vcsgeneric,javacvs
3. Installed a CVSNT server 1.11.1.3 (beta) which uses a prefix to
all the roots. There are located two repositories.
4. Run NB (3.4dev beta 3) with:
ant tryme
5. Mounted (right-click on the FS root node didn't work?!?) a CVS
file system via "File -> New..."-wizard.
6. Checked out a initial copy ... all "CVS/Root" files where fine.
7. Deleted a sub module locally ... updated the working copy with
the same good results.
8. Mounted and checked out the second project. Everything's fine
here as well.
The changes should be in the next, hopefully >>Q<< build. :)
Regards,
Christian