Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Authentication-Warning: slinky.cs.nyu.edu: pechtcha owned process doing -bs Date: Fri, 4 Jul 2003 10:20:35 -0400 (EDT) From: Igor Pechtchanski Reply-To: cygwin AT cygwin DOT com To: nigel gray cc: cygwin AT cygwin DOT com Subject: Re: a few questions about cvs In-Reply-To: Message-ID: Importance: Normal MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 4 Jul 2003, nigel gray wrote: > I have downloaded and installed a tar file called min-0.0.4. > However there are problems with the > make test command. > > Wth cvs min-0.0.5 is in beta is available. > since all the > neccessary files have been uploaded > from the cvs site might it be possible > with bugs fix in the beta version to > make and make test again. and if so > are the commands of make and test make > the same from a cvs repositry. > > thanks > Nigel Nigel, A local checkout of a cvs repository is no different than an extracted source tarball (except for the "CVS" subdirectories where cvs stores its administrative information). IOW, you should be able to just checkout the source from the repository (using a "cvs -d REPOSITORY checkout MODULE"), adapt it to your system (either by running "configure", if the project uses it, or by editing some header, which may not be necessary for a really portable project), and then run "make" and "make test". Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "I have since come to realize that being between your mentor and his route to the bathroom is a major career booster." -- Patrick Naughton -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/