On Mon, 8 Jul 2002, Bram Moolenaar wrote:
>
> Aschwin Marsman wrote:
>
> > Is there a possibility to create a CVS store (another is also ok),
> > in order to have an easy update possibility for a-a-p?
> >
> > In a fast changing project like this, easy entrance to the latest
> > release is crucial. With CVS, you also get a better look at
> > previous versions.
> >
> > Until a-a-p gives us the desired functionality, a CVS repository
> > would be very welcome.
>
> Today I have started using the CVS repository at SourceForge. You
> should be able to checkout the "Exec" module, which is the Recipe
> Executive. See http://www.a-a-p.org/download.html for more info.
This works, thanks. For updating, only cvs update in the Exec
directory is needed, when you've already checked out a version.
> I'm currently working on making it easy to upload to the CVS repository,
> avoiding the need to type all kinds of magic commands and URLs. Soon
> uploading should be as simple as "aap upload". Actually, this already
> works for existing files, but I also want to automatically add and
> remove files. That makes it work just like packing the files in an
> archive and distributing this.
cvs commit is not enough?
> I haven't yet found a way to avoid having to type the password each
> time. Ssh is used for authentication, and it does allow direct login by
> storing the host key, but the SourceForge CVS server doesn't have shell
> access.
>
> Adding automatic updating from CVS should be the next step (and it's
> probably quite simple).
>
> Having read part of the CVS documentation reminded me how complicated
> this is for distributing software. I'll also try to think of a simple
> way that just uses files on an ftp or http server.
When you are used to it, it's no problem.
I'm having problems with gettings Exec to work.
I'm running RH 7.3, which installs the following for Python:
$ rpm -q python
python-1.5.2-38
$ rpm -q python2
python2-2.2-16
The scripts look for python, which is python 1.5.2 ;-(
Finding help gives:
$ ./Main.py -v -help
Traceback (innermost last):
File "./Main.py", line 96, in ?
main()
File "./Main.py", line 48, in main
i18n_init()
File "./Util.py", line 39, in i18n_init
gettext.install("a-a-p")
AttributeError: install
I haven't done anything with Python yet, so it's probably easy to fix.
Maybe a FAQ for problems like this is a good idea.
What are the dependencies of the project?
Which tools have to be installed in order for letting it work?
Best regards,
Aschwin Marsman
--
aYniK Software Solutions all You need is Knowledge
Bedrijvenpark Twente 305 NL-7602 KL Almelo - the Netherlands
P.O. box 134 NL-7600 AC Almelo - the Netherlands
telephone: +31 (0)546-581400 fax: +31 (0)546-581401
a.marsman@... http://www.aYniK.com