[Pharo-project] Monticello repository types
I just made a few diagrams trying to explain how Monticello/Metacello works as part of the collaborActive book (http://book.pharo-project.org/book/introduction/Repository) and I was just wondering if anyone actually uses Monticello repository types like FTP, SMTP, ... ? Would it make things easier to just keep Directory/Cache and HTTP and maybe GOODS as standard repository types? -- View this message in context: http://forum.world.st/Monticello-repository-types-tp2295053p2295053.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
I know Smallworks company uses FTP for all their repositories. On Tue, Jul 20, 2010 at 9:37 AM, Geert Claes <geert.wl.claes@gmail.com>wrote:
I just made a few diagrams trying to explain how Monticello/Metacello works as part of the collaborActive book (http://book.pharo-project.org/book/introduction/Repository) and I was just wondering if anyone actually uses Monticello repository types like FTP, SMTP, ... ? Would it make things easier to just keep Directory/Cache and HTTP and maybe GOODS as standard repository types? -- View this message in context: http://forum.world.st/Monticello-repository-types-tp2295053p2295053.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Mariano Martinez Peck wrote:
I know Smallworks company uses FTP for all their repositories.
Fair enough. Are there any protocols that are not (yet) supported (e.g. WebDav?) -- View this message in context: http://forum.world.st/Monticello-repository-types-tp2295053p2295122.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
I use FTP - setup is easy, whereas setting up a private squeaksource repository is more of an undertaking (I imagine) On 20 July 2010 09:45, Geert Claes <geert.wl.claes@gmail.com> wrote:
Mariano Martinez Peck wrote:
I know Smallworks company uses FTP for all their repositories.
Fair enough. Are there any protocols that are not (yet) supported (e.g. WebDav?) -- View this message in context: http://forum.world.st/Monticello-repository-types-tp2295053p2295122.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Nick Ager wrote:
I use FTP - setup is easy, whereas setting up a private squeaksource repository is more of an undertaking (I imagine)
Sure, I guess you could also register your project on SqueakSource.com as a "private" project. -- View this message in context: http://forum.world.st/Monticello-repository-types-tp2295053p2295162.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
On 20.07.2010, at 10:50, Nick Ager wrote:
I use FTP - setup is easy, whereas setting up a private squeaksource repository is more of an undertaking (I imagine)
You can just create a http repository for it. I did it once and described it here: http://selfish.org/blog/public%20monticello%20repository Norbert
On 20 July 2010 09:45, Geert Claes <geert.wl.claes@gmail.com> wrote:
Mariano Martinez Peck wrote:
I know Smallworks company uses FTP for all their repositories.
Fair enough. Are there any protocols that are not (yet) supported (e.g. WebDav?) -- View this message in context: http://forum.world.st/Monticello-repository-types-tp2295053p2295122.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Norbert Hartl wrote:
You can just create a http repository for it. I did it once and described it here:
I reckon that could be added to the PBE(2) or CollaborActive book -- View this message in context: http://forum.world.st/Monticello-repository-types-tp2295053p2296644.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
in the collabook. Stef On Jul 21, 2010, at 8:19 AM, Geert Claes wrote:
Norbert Hartl wrote:
You can just create a http repository for it. I did it once and described it here:
I reckon that could be added to the PBE(2) or CollaborActive book -- View this message in context: http://forum.world.st/Monticello-repository-types-tp2295053p2296644.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On 21.07.2010, at 16:30, Stéphane Ducasse wrote:
in the collabook.
If there are further demands about usage scenarios or config changes I can help. Otherwise I would be glad if you add it (needless to say but...) Norbert
Stef
On Jul 21, 2010, at 8:19 AM, Geert Claes wrote:
Norbert Hartl wrote:
You can just create a http repository for it. I did it once and described it here:
I reckon that could be added to the PBE(2) or CollaborActive book -- View this message in context: http://forum.world.st/Monticello-repository-types-tp2295053p2296644.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
On 20.07.2010, at 10:45, Geert Claes wrote:
Mariano Martinez Peck wrote:
I know Smallworks company uses FTP for all their repositories.
Fair enough. Are there any protocols that are not (yet) supported (e.g. WebDav?)
A http repository is basically a WebDAV folder. Otherwise it would be hard to upload files. Norbert
participants (5)
-
Geert Claes -
Mariano Martinez Peck -
Nick Ager -
Norbert Hartl -
Stéphane Ducasse