Hi,

For private code I began by using an ftp repository then switched to a WebDAV server, With a private WebDAV server you can use Monticello, Gofer etc as though you are using squeak-source - though without a front-end. If you want a front-end there is squeak-source 3 [1]

Nick

[1]�http://ss3.gemstone.com/ss/ss3.html/Overview

On 5 February 2012 18:03, Schwab,Wilhelm K <bschwab@anest.ufl.edu> wrote:
You're not daft; I'm simply looking for suggestions; yours counts :)



________________________________________
From: pharo-project-bounces@lists.gforge.inria.fr [pharo-project-bounces@lists.gforge.inria.fr] on behalf of G�ran Krampe [goran@krampe.se]
Sent: Sunday, February 05, 2012 12:12 PM
To: pharo-project@lists.gforge.inria.fr
Subject: Re: [Pharo-project] Alternative to MC for upload?

On 02/05/2012 12:30 PM, Schwab,Wilhelm K wrote:
> Hello all,
>
> I have a fair amount of code that I can't/don't dare release because it
> involves intellectual property that I do not own, and access under
> non-disclosure agreements (some of which are silly, but need to be
> respected regardless). None of that code it is relevant to you (unless
> you do heart surgery at home), but I need to keep it separate from
> things like GSL, PLplot, FFI tweaks, etc., that should interest the
> community.
>
> In the past, I've saved to http repositories and been surprised at
> things (fortunately, nothing toxic) that were released w/o my intent.
> Squeak Source long since lost the code in question, but it put a fear of
> MC in me.
>
> Is there a way to use gofer or something else to send specific .mcz
> files that I want to make available? Some other tool?

Perhaps I am daft - but why don't you use either local directories for
those packages or a private ftp server (like I do)?

I use pure-ftpd which is really nice because it can easily map specific
users to specific "home directories".

regards, G�ran