Web update library in python?
Diez B. Roggisch
deets at nospam.web.de
Tue Nov 20 10:35:45 EST 2007
Jorgen Bodde wrote:
> Hi Paul,
>
> Like I said, I do not want to limit my end users into installing
> something in Apache or some other solution in order to get my tool
> working. On the end user side (which also are the people who are
> creating the repositories for others) there must be no burden
> whatsoever. Your thoughts are interesting though, I will have to look
> into that.
>
> Hi, A.T.Hofkamp (sorry for not knowing your first name ;-),
>
> SCM sounds like a term I can google for, if the tool needed is very
> easy to install, maybe even accompany with my application to run as a
> service for the updating, it is worth a try to find something that can
> handle the synchronizing of distributed repositories.
>
> Talking a bit more about it and hearing various solutions gave me more
> insight in how it might be solved. Thanks everybody for your input!
SCM mean source code management - like SVN or CVS.
SVN isn't distributed, but AFAIK darcs is.
Diez
More information about the Python-list
mailing list