From: Manuel L. <man...@uo...> - 2001-09-21 12:22:07
|
Hello, >> It seems that you so much manual work to syncronize, that I was wondering if I >> could make it easier for you. So, I wonder if there would be a way to let you >> do it, by for instance providing a SOAP interface to let you request files or >> packages in a programatic way. Would that help? Would it be useful? > >hi Manuel, > >that was certainly in the plans for the future... if you have or would like >to construct some way of doing that, I'd be ecstatic. > >so yes, that would be _extremely_ useful :) > >Most of the thought I had put into that was related to modules, the idea >being that you download and install the binarycloud base tarball, and would >then use the distro system to install modules. > >But we could expand that capability to everything, so you only download the >"installer" and get all the core and modules you need at once. > >The 'syncing' I do is because I wanted to keep an internal 'core' >binarycloud repository separate from the public sourceforge r2 repository. > >I have to sync cvs "manually" but it isn't that hard, I have a script which >does most of the analysis for me, and commits the deltas when I want. Actually what I had in mind is to have a SOAP interface in the PHP Classes site, not in binarycloud site. That would work for any classes in there. Anyway, I think that in a few months you will want to switch from CVS to SubVersion and you would change only in your end. Regards, Manuel Lemos |
From: Alex B. <en...@tu...> - 2001-09-21 20:26:02
|
> Actually what I had in mind is to have a SOAP interface in the PHP Classes > site, not in binarycloud site. That would work for any classes in there. Cool, that would be nice. > Anyway, I think that in a few months you will want to switch from CVS to > SubVersion and you would change only in your end. I've been keeping tabs on SubVersion... it will be nice :) _a |
From: Manuel L. <ml...@ac...> - 2001-09-22 20:00:11
|
Hello Alex, On 21-Sep-01 17:26:25, you wrote: >> Actually what I had in mind is to have a SOAP interface in the PHP Classes >> site, not in binarycloud site. That would work for any classes in there. >Cool, that would be nice. Yes, but would it work to be useful for you? >> Anyway, I think that in a few months you will want to switch from CVS to >> SubVersion and you would change only in your end. >I've been keeping tabs on SubVersion... it will be nice :) Talking about SubVersion, did you noticed Tigris.org? It looks like it could do what Sourceforge does except that it seems cleaner. If you want to host Sourceforge in a machine of yours it requires major Linux hacks and it is very hard to put it to work. Has anybody tried to host Tigris on machine of you own? Regards, Manuel Lemos Web Programming Components using PHP Classes. Look at: http://phpclasses.UpperDesign.com/?user=ml...@ac... -- E-mail: ml...@ac... URL: http://www.mlemos.e-na.net/ PGP key: http://www.mlemos.e-na.net/ManuelLemos.pgp -- |
From: Alex B. <en...@tu...> - 2001-09-22 20:11:59
|
> Hello Alex, > > On 21-Sep-01 17:26:25, you wrote: > >>> Actually what I had in mind is to have a SOAP interface in the PHP Classes >>> site, not in binarycloud site. That would work for any classes in there. > >> Cool, that would be nice. > > Yes, but would it work to be useful for you? I don't do that many updates from PHPClasses: I'm subscribed to your releases/updates list and grab files as I need them. I would actually be more interested in your package-request _code_ for phpclasses than the feature itself :) >>> Anyway, I think that in a few months you will want to switch from CVS to >>> SubVersion and you would change only in your end. > >> I've been keeping tabs on SubVersion... it will be nice :) > > Talking about SubVersion, did you noticed Tigris.org? It looks like it > could do what Sourceforge does except that it seems cleaner. If you want > to host Sourceforge in a machine of yours it requires major Linux hacks and > it is very hard to put it to work. Has anybody tried to host Tigris on > machine of you own? I have not, that's an interesting point. I'll have a look. _a > > Regards, > Manuel Lemos > > Web Programming Components using PHP Classes. > Look at: http://phpclasses.UpperDesign.com/?user=ml...@ac... > -- > E-mail: ml...@ac... > URL: http://www.mlemos.e-na.net/ > PGP key: http://www.mlemos.e-na.net/ManuelLemos.pgp > -- > > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > https://lists.sourceforge.net/lists/listinfo/binarycloud-dev > |
From: Manuel L. <ml...@ac...> - 2001-09-22 20:45:21
|
Hello Alex, On 22-Sep-01 17:12:22, you wrote: >>>> Actually what I had in mind is to have a SOAP interface in the PHP >>>> Classes site, not in binarycloud site. That would work for any classes in >>>> there. >> >>> Cool, that would be nice. >> >> Yes, but would it work to be useful for you? >I don't do that many updates from PHPClasses: I'm subscribed to your >releases/updates list and grab files as I need them. Yes, I just thought that making it possible to do it programatically you could update your repository automatically without spending much time and effort. >I would actually be more interested in your package-request _code_ for >phpclasses than the feature itself :) Basically it would be a subclass of SOAP server class that I have already developed and made available in the PHP Classes site. The subclass would figure what you are asking from the request data parsed by the SOAP server base class and generate a response. Regards, Manuel Lemos Web Programming Components using PHP Classes. Look at: http://phpclasses.UpperDesign.com/?user=ml...@ac... -- E-mail: ml...@ac... URL: http://www.mlemos.e-na.net/ PGP key: http://www.mlemos.e-na.net/ManuelLemos.pgp -- |