[squeak-dev] Monticello: Script to suck up versions from a filetree repository and copy them to an HTTP repository?

Bert Freudenberg bert at freudenbergs.de
Thu Apr 27 17:19:45 UTC 2017


On Thu, Apr 27, 2017 at 6:24 PM, Eliot Miranda <eliot.miranda at gmail.com>
wrote:

> Hi All,
>
>     anyone have a script for copying versions of packages in filetree
> repositories into MC HTTP repositories?
>
> I'm looking at a filetree: repository for a package right now and...
> - in the repository browser only Foo.package appears, not a list of
> versions
> - when I view the history of the package I get a list of versions but
> there is no menu on selections from the list, so no obvious way of
> accessing a version (browsing it, copying it, viewing differences between
> versions, etc)
>


A filetree repo only has a single version. Typically this is a git working
copy. So to get at a previous version you need to check out that earlier
version using git. Then that will show up in MC as the sole version.

- Bert -
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20170427/178969e2/attachment.html>


More information about the Squeak-dev mailing list