Per-component repositories
Kelly O'Hair
Kelly.Ohair at Sun.COM
Mon Mar 3 18:44:05 PST 2008
These are forests, use fclone rather than clone, and the first time
you need to make sure the destination does not exist, e.g.
rm -f -r my2d
hg fclone http://hg.openjdk.java.net/jdk7/2d my2d
-kto
David Herron wrote:
> The discussion about per-component repositories [1] doesn't seem to
> match reality.
>
> If one wanted to check out just one component-area workspace it's not
> clear how to proceed from the guidebook description.
>
> It says the URL pattern is: <release>/<project>{-gate}?/<component>
>
> <release> obviously is 'jdk7' ... but then precisely what value is used
> for '<project>' and '<component>'
>
> The page lists project names such as '2d' so perhaps one of these would work
>
> hg clone http://hg.openjdk.java.net/jdk7/2d
> hg clone http://hg.openjdk.java.net/jdk7/jdk7/2d
>
> But those result in a directory containing just the license & README &
> make files, and no source.
>
> On the other hand this following results in just the CORBA repository
> being checked out
>
> hg clone http://hg.openjdk.java.net/jdk7/jdk7/corba
>
> - David Herron
>
>
>
> [1] http://openjdk.java.net/guide/repositories.html#term
> _______________________________________________
> guide-discuss mailing list
> guide-discuss at openjdk.java.net
> http://mail.openjdk.java.net/mailman/listinfo/guide-discuss
More information about the guide-discuss
mailing list