[bt-devel] SPEC file

Joachim Ansorg bt-devel@crosswire.org
Sun, 1 Jul 2001 17:51:14 +0200


Hi Brook!

> Sure but I can't even figure out how to get into cvs. I' ve got another
> project on sourceforge and I can't even get it checked in.

1. Install SSH 1
2. export CVSROOT=username@cvs.bibletime.sourceforge.net:/cvsroot/bibletime
3. export CVS_RSH=ssh #before each usage of CVS
4. cvs -z5 checkout bibletime


To add to CVS: cvs -z5 add <files>
You need to set CVS_RSH=ssh before each CVS session.


> > Maybe we could add lines to use the correct prefix depending on the
> > distribution?
>
> this whould be pretty simple just let me know what some of the other
> use and i'll add it.

Prefix for SuSE is /opt/kde2


> > BTW, is it possible to use "Prefix: /something" later (at the moment
> > it works only in the SPEC header).

Joachim