<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Thank you,<br>
<br>
That created a new directory populated with wine. How would I
determine, say next week, what patchs were then available and how would
I update the contents of that directory to be then current to those
changes?<br>
<br>
Thanks,<br>
Dan <br>
<br>
James Hawkins wrote:
<blockquote cite="mid22821af305091319527548a0b4@mail.gmail.com"
 type="cite">
  <pre wrap="">On 9/13/05, Dan Sawyer <a class="moz-txt-link-rfc2396E" href="mailto:dansawyer@earthlink.net">&lt;dansawyer@earthlink.net&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap=""> Thanks, that only partially works.
  
 I have the Aug 30 release in ../wine. The export command created:
 
 <a class="moz-txt-link-abbreviated" href="mailto:CVSROOT=:pserver:cvs@cvs.winehq.org:/home/wine">CVSROOT=:pserver:cvs@cvs.winehq.org:/home/wine</a>
 
 The login appeared to work. 
 
 cvs update -PAd yields:
 
 cvs update: in directory .:
 cvs [update aborted]: there is no version here; run 'cvs checkout' first
 
 cvs checkout yields:
 
 cvs checkout: cannot open CVS/Entries for reading: No such file or
directory
 cvs [checkout aborted]: no repository
 
 What is missing?
 
    </pre>
  </blockquote>
  <pre wrap=""><!---->
$ export <a class="moz-txt-link-abbreviated" href="mailto:CVSROOT=:pserver:cvs@cvs.winehq.org:/home/wine">CVSROOT=:pserver:cvs@cvs.winehq.org:/home/wine</a>
$ cvs login (enter 'cvs' as password)
$ cvs -z 0 checkout wine
$ cd wine

  </pre>
</blockquote>
</body>
</html>