Re: winex-devel Digest, Vol 16, Issue 7
Peter Lawler <[email protected]> Thu, 24 Feb 2005 11:32:02 +1100
| Newsgroups | gmane.comp.emulators.winex.devel |
|---|---|
| Message-ID | <[email protected]> |
Peter Lawler wrote: >>/bin/sh: dde/client.d: No such file or directory >> >> > >When's the last time you did a "cvs -z3 update -Pd"? Did you do a "cvs >-z3 update" (or similar) right before it stopped working? > >I get errors similar to that when my local tree doesn't have a directory >that just got created in the repository. CVS won't pull new directories >until you give it the -d option. -P will delete (prune) directories >that no longer exist in the repository, so I usually use them together. > > Hmmm, hadn't occured to me. Will try that next. My apologies ;-) Pete.