From: Matt S. <ma...@su...> - 2004-11-29 22:56:36
|
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. |