dev@glassfish.java.net

Re: Instructions for pushing binaries to maven repository

From: Bill Shannon <bill.shannon_at_sun.com>
Date: Sun, 17 Feb 2008 22:08:17 -0800

Sahoo wrote:
> I understand (at a basic level) how hierarchical workspaces work. Can't
> something like child workspace be achieved by having branches?

Sort of. It doesn't give you as much isolation, and typically doesn't
come with tools to make it easier to move code from branch to branch
in the same way a distributed SCM allows you to move code from workspace
to workspace.

> I still
> feel we are talking about two different things here. What has it to do
> with binary repository? Any way, my point is we should not let
> development engineers upload binary to a repository that's shared by peers.

Agreed.

The connection here is "isolation". A distributed SCM gives you isolation
of workspaces. Once you have that, it's more natural to think of isolation
of binary repositories as well.