Hi Bill,
is it possible to create a "daily" tarball for download.
No everyone has cvs installed or can use it (firewall problems, etc).
cu - rainer
> -----Original Message-----
> From: Bill Moseley [mailto:moseley@hank.org]
> Sent: Thursday, February 08, 2001 12:56 AM
> To: Multiple recipients of list
> Subject: [SWISH-E] anonymous CVS access
>
>
> I finally got anonymous CVS access running on SourceForge.
>
> You can have access to the *development* version of swish-e.
> DO NOT use
> this version on a production server (but if you are crazy
> enough to do so,
> please report back your findings... ;)
>
> Here's how it works:
>
> 1) first log in:
>
> > cvs
> -d:pserver:anonymous@cvs.SWISHE.sourceforge.net:/cvsroot/swishe login
>
> This will ask for a password. The password is "guest". You
> should receive
> your system prompt back without it saying anything. This
> will create a
> .cvspass in your home directory so you don't have to login again.
>
> 2) checkout swish-e (all one line, of course)
>
> > cvs -z3
> -d:pserver:anonymous@cvs.SWISHE.sourceforge.net:/cvsroot/swishe
> co swish-e
>
> That will create a directory called "swish-e".
>
> Now you have a current copy of the development version of
> swish-e to play
> with.
> You just type:
>
> cd swish-e
> ./configure
> make
> make test
> make install (if you are root and want to install to /usr/local/bin)
>
> A week later when you want the most current version again simply type
>
> cd swish-e
> cvs update
>
> If you want the HTML documentation (and you have the needed
> files on your
> system) you type:
>
> cd doc
> make
> cd ..
>
> If you want a swish searchable version of the docs type
>
> cd doc
> make split
> cd ..
>
> And for pdf and postscript
>
> make pdf
>
> Later,
>
>
> Bill Moseley
> mailto:moseley@hank.org
>
>
> -----------------------------------------------------------
> This Mail has been checked for Viruses
> Attention: Encrypted Mails can NOT be checked !
>
> ***
>
> Diese Mail wurde auf Viren ueberprueft
> Hinweis: Verschluesselte Mails koennen NICHT geprueft werden!
> ------------------------------------------------------------
>
Received on Thu Feb 8 08:56:54 2001