From: Tom B. <tom...@go...> - 2004-11-30 10:31:28
|
That has done it thanks! What was omitted from the last stable release that broke this? thanks > Tom, > > On Mon, 29 Nov 2004 at 22:37:01 -0000, Tom Brown wrote: > >> thanks all - anyone give me a step by step from setting my pserver to >> exporting the latest? I'm not sure on the module name > > Module name is aspseek. > > So login with: > > cvs -d:pserver:ano...@cv...:/cvsroot/aspseek login > > Just hit return when asked for a password. > > Then checkout cvs head with: > > cvs -z3 -d:pserver:ano...@cv...:/cvsroot/aspseek co > aspseek > > Once checkout is finished you will need to run the cvsprep script from > within > the source directory i.e. > > cd aspseek > ./cvsprep > > Note: you will need to have correct auto* tools (automake, autoconf etc.) > installed for cvsprep to work. > > Now configure and build as before. > > cheers > Matt. > |