users@jaxb.java.net

Re: cloning JAXBElements

From: Kohsuke Kawaguchi <Kohsuke.Kawaguchi_at_Sun.COM>
Date: Fri, 09 Jun 2006 17:50:00 -0700

SAllan1000_at_aol.com wrote:
>
> I know how to checkout modules with WinCVS but not how to commit a new
> directory. Is there any way I'm supposed to organize the directories?

I ask each plugin to create its own directory at the top-level. See [1].
Adding a directory in CVS is:

    --- check out workspace ---
$ cvs -d :pserver:YOURID_at_cvs.dev.java.net:/cvs checkout jaxb2-commons
$ cd jaxb2-commons
    --- create new directory ---
$ mkdir foo-plugin
$ cvs add foo-plugin

I don't know how to do this in WinCVS but should be similar.

Also see [2]

[1] https://jaxb2-commons.dev.java.net/source/browse/jaxb2-commons/
[2] https://jaxb2-commons.dev.java.net/contribute.html
-- 
Kohsuke Kawaguchi
Sun Microsystems                   kohsuke.kawaguchi_at_sun.com