[Pythonsound-devel] [OT] ? cvsget + getomde
Status: Beta
Brought to you by:
mupuxeddu
|
From: Maurizio U. P. <um...@ti...> - 2001-10-07 22:21:35
|
Hello. I attached a pair of Python scripts named cvsget and getomde. They are Python scripts. If you don't have and don't want to (or can't) install Python, it does nothing useful to you. cvsget.py its a very quick and dirty hack which connects a CVS repository with anonymous access and "downloads" a particular directory tree. cvsget really sucks but someway works. Do not look the source, you could get sick. getomde.py uses cvsget to "download" the development version of OMDE/pmask from the pythonsound CVS repository on SourceForge. Windows or Mac people should be able to use it by doubleclicking the getomde.py icon (never tested there, please report bugs). If you want to use it with something else than OMDE/pmask use the following syntax: cvsget.py [host] [root] [username] [password] [cvsdir] or change/imitate the getomde script. For SourceForge based projects, you can get the all the relevant information in the CVS page of the same project. Hope this helps, Maurizio Umberto Puxeddu. |