Re: CVS 1.11: More info about my problem (i'm sorry about the demanding tone...)

2002-01-11 Thread Randall R Schulz

Alexei,

Two things:

1) What's in your CYGWIN environment variable.

2) Did you copy and paste that diagnostic, or re-type it manually into the 
message? Assuming the former, did you notice that it refers to mypoj not 
myproj? Perhaps there's some corruption in you CVS repository in the form 
of that error in a file or directory name.

Otherwise, I can see nothing obvious amiss.

Perhaps someone else with a sharper eye or more subtle insights will notice 
something.

Randall Schulz
Mountain View, CA USA


At 23:16 2002-01-10, Alexei Lioubimov wrote:
I'm so sorry about the demanding tone of my cry for help, but i'm really
very upset and confused.

Here are the details of the problem:

1) The task:
 -
i want to checkout a tagged snapshot of myproject, so
i try a  cvs co -r mytag myproj and receive the following:

cvs [checkout aborted]: cannot open directory .../CVS/mypoj/Attic: Not a
directory

2) cygwin1.dll: 1.3.6-cygwin-1-3-6-6 (APIVersion: 0.47,
BuildDate: 2001-12-08 17:02);

3) $ echo $CVSROOT

:local:/cygdrive/c/usr/local/CVS

4) There are no .cvsrc files;

5)  $ type -a cvs

cvs is /usr/bin/cvs
cvs is /bin/cvs

6) $ cvs --version

Concurrent Versions System  (CVS) 1.11 (client/server)
...

7) $ cygcheck cvs

Found: C:\cygwin\bin\cvs.exe
C:\cygwin\bin\cvs.exe
 C:\cygwin\bin\cygwin1.dll
 C:\WINDOWS\SYSTEM\KERNEL32.dll
 C:\cygwin\bin\cyggdbm.dll

8) $ cygcheck -s

Cygnus Win95/NT Configuration Diagnostics
Current System Time: Fri Jan 11 09:53:06 2002

Windows 98 SE Ver 4.10 Build 

Path: C:\cygwin\usr\local\bin
  C:\cygwin\bin
  c:\WINDOWS
  c:\WINDOWS\COMMAND
  c:\USR\BIN
  c:\USR\LOCAL\RCS
  c:\usr\local\sdcc\bin

SysDir: C:\WINDOWS\SYSTEM
WinDir: C:\WINDOWS

HOME = `d:\home\alexei'
MAKE_MODE = `unix'
PWD = `/cygdrive/d/home/alexei/src/0'
USER = `celeron366'

Use `-r' to scan registry

a:  fd   N/AN/A
c:  hd  FAT32   2043Mb  62% CPUN
d:  hd  FAT32   2066Mb  56% CPUN
f:  cd   N/AN/A

.  /cygdrive  userbinmode,noumount
C:/cygwin  /  system  binmode
C:/cygwin/bin  /usr/bin   system  binmode
C:/cygwin/lib  /usr/lib   system  binmode

Found: C:\cygwin\bin\bash.exe
Found: C:\cygwin\bin\cat.exe
Found: C:\cygwin\bin\cpp.exe
Found: C:\cygwin\bin\find.exe
Found: c:\WINDOWS\COMMAND\find.exe
Found: C:\cygwin\bin\gcc.exe
Found: C:\cygwin\bin\gdb.exe
Found: C:\cygwin\bin\ld.exe
Found: C:\cygwin\bin\ls.exe
Found: C:\cygwin\bin\make.exe
Found: c:\USR\BIN\make.exe
Found: C:\cygwin\bin\sh.exe

...
   720k 2001/12/08 C:\cygwin\bin\cygwin1.dll
 Cygwin DLL version info:
 DLL version: 1.3.6
 DLL epoch: 19
 DLL bad signal mask: 19005
 DLL old termios: 5
 DLL malloc env: 28
 API major: 0
 API minor: 47
 Shared data: 3
 DLL identifier: cygwin1
 Mount registry: 2
 Cygnus registry name: Cygnus Solutions
 Cygwin registry name: Cygwin
 Program options name: Program Options
 Cygwin mount registry name: mounts v2
 Cygdrive flags: cygdrive flags
 Cygdrive prefix: cygdrive prefix
 Cygdrive default prefix:
 Build date: Sat Dec 8 17:02:30 EST 2001
 CVS tag: cygwin-1-3-6-6
 Shared id: cygwin1S3


Cygwin Package Information
Package Version
...
cvs 1.11.0-1
cygwin  1.3.6-6
...

Thank you,
Alexei Lioubimov


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: CVS 1.11: More info about my problem (i'm sorry about the demanding tone...)

2002-01-11 Thread Alexei Lioubimov

Randall,

- Original Message -
From: Randall R Schulz [EMAIL PROTECTED]
To: Alexei Lioubimov [EMAIL PROTECTED]; [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Friday, January 11, 2002 6:40 PM
Subject: Re: CVS 1.11: More info about my problem (i'm sorry about the
demanding tone...)


 Alexei,

 Two things:

 1) What's in your CYGWIN environment variable.


CYGWIN is empty:

$ echo $CYGWIN


$

 2) Did you copy and paste that diagnostic, or re-type it manually into the
 message? Assuming the former, did you notice that it refers to mypoj not
 myproj? Perhaps there's some corruption in you CVS repository in the
form
 of that error in a file or directory name.


I typed it manually and it is misspelled in my message, it should be
...
cvs [checkout aborted]: cannot open directory .../CVS/myproj/Attic: Not a
directory
...

 Otherwise, I can see nothing obvious amiss.


I'm using cygwin on two different boxes (at home and at work) and on
both have the same thing: cvs co -r wants Attic directory exist in the
repository module. Only if i manually create Attic in the repository module
(just cd .../CVS/myproj and mkdir Attic) then cvs co -r mytag myproj
works right. The same happens with all my local projects, even with
newly created dummy project for testing this exact situation.

Best regards,
Alexei



 Perhaps someone else with a sharper eye or more subtle insights will
notice
 something.

 Randall Schulz
 Mountain View, CA USA


 At 23:16 2002-01-10, Alexei Lioubimov wrote:
 I'm so sorry about the demanding tone of my cry for help, but i'm
really
 very upset and confused.
 
 Here are the details of the problem:
 
 1) The task:
  -
 i want to checkout a tagged snapshot of myproject, so
 i try a  cvs co -r mytag myproj and receive the following:
 
 cvs [checkout aborted]: cannot open directory .../CVS/mypoj/Attic: Not a
 directory
 
 2) cygwin1.dll: 1.3.6-cygwin-1-3-6-6 (APIVersion: 0.47,
 BuildDate: 2001-12-08 17:02);
 
 3) $ echo $CVSROOT
 
 :local:/cygdrive/c/usr/local/CVS
 
 4) There are no .cvsrc files;
 
 5)  $ type -a cvs
 
 cvs is /usr/bin/cvs
 cvs is /bin/cvs
 
 6) $ cvs --version
 
 Concurrent Versions System  (CVS) 1.11 (client/server)
 ...
 
 7) $ cygcheck cvs
 
 Found: C:\cygwin\bin\cvs.exe
 C:\cygwin\bin\cvs.exe
  C:\cygwin\bin\cygwin1.dll
  C:\WINDOWS\SYSTEM\KERNEL32.dll
  C:\cygwin\bin\cyggdbm.dll
 
 8) $ cygcheck -s
 
 Cygnus Win95/NT Configuration Diagnostics
 Current System Time: Fri Jan 11 09:53:06 2002
 
 Windows 98 SE Ver 4.10 Build 
 
 Path: C:\cygwin\usr\local\bin
   C:\cygwin\bin
   c:\WINDOWS
   c:\WINDOWS\COMMAND
   c:\USR\BIN
   c:\USR\LOCAL\RCS
   c:\usr\local\sdcc\bin
 
 SysDir: C:\WINDOWS\SYSTEM
 WinDir: C:\WINDOWS
 
 HOME = `d:\home\alexei'
 MAKE_MODE = `unix'
 PWD = `/cygdrive/d/home/alexei/src/0'
 USER = `celeron366'
 
 Use `-r' to scan registry
 
 a:  fd   N/AN/A
 c:  hd  FAT32   2043Mb  62% CPUN
 d:  hd  FAT32   2066Mb  56% CPUN
 f:  cd   N/AN/A
 
 .  /cygdrive  userbinmode,noumount
 C:/cygwin  /  system  binmode
 C:/cygwin/bin  /usr/bin   system  binmode
 C:/cygwin/lib  /usr/lib   system  binmode
 
 Found: C:\cygwin\bin\bash.exe
 Found: C:\cygwin\bin\cat.exe
 Found: C:\cygwin\bin\cpp.exe
 Found: C:\cygwin\bin\find.exe
 Found: c:\WINDOWS\COMMAND\find.exe
 Found: C:\cygwin\bin\gcc.exe
 Found: C:\cygwin\bin\gdb.exe
 Found: C:\cygwin\bin\ld.exe
 Found: C:\cygwin\bin\ls.exe
 Found: C:\cygwin\bin\make.exe
 Found: c:\USR\BIN\make.exe
 Found: C:\cygwin\bin\sh.exe
 
 ...
720k 2001/12/08 C:\cygwin\bin\cygwin1.dll
  Cygwin DLL version info:
  DLL version: 1.3.6
  DLL epoch: 19
  DLL bad signal mask: 19005
  DLL old termios: 5
  DLL malloc env: 28
  API major: 0
  API minor: 47
  Shared data: 3
  DLL identifier: cygwin1
  Mount registry: 2
  Cygnus registry name: Cygnus Solutions
  Cygwin registry name: Cygwin
  Program options name: Program Options
  Cygwin mount registry name: mounts v2
  Cygdrive flags: cygdrive flags
  Cygdrive prefix: cygdrive prefix
  Cygdrive default prefix:
  Build date: Sat Dec 8 17:02:30 EST 2001
  CVS tag: cygwin-1-3-6-6
  Shared id: cygwin1S3
 
 
 Cygwin Package Information
 Package Version
 ...
 cvs 1.11.0-1
 cygwin  1.3.6-6
 ...
 
 Thank you,
 Alexei Lioubimov




--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/




Re: CVS 1.11: More info about my problem (i'm sorry about the demanding tone...)

2002-01-10 Thread Alexei Lioubimov

I'm so sorry about the demanding tone of my cry for help, but i'm really
very upset and confused.

Here are the details of the problem:

1) The task:
-
i want to checkout a tagged snapshot of myproject, so
i try a  cvs co -r mytag myproj and receive the following:

cvs [checkout aborted]: cannot open directory .../CVS/mypoj/Attic: Not a
directory

2) cygwin1.dll: 1.3.6-cygwin-1-3-6-6 (APIVersion: 0.47,
BuildDate: 2001-12-08 17:02);

3) $ echo $CVSROOT

:local:/cygdrive/c/usr/local/CVS

4) There are no .cvsrc files;

5)  $ type -a cvs

cvs is /usr/bin/cvs
cvs is /bin/cvs

6) $ cvs --version

Concurrent Versions System  (CVS) 1.11 (client/server)
...

7) $ cygcheck cvs

Found: C:\cygwin\bin\cvs.exe
C:\cygwin\bin\cvs.exe
C:\cygwin\bin\cygwin1.dll
C:\WINDOWS\SYSTEM\KERNEL32.dll
C:\cygwin\bin\cyggdbm.dll

8) $ cygcheck -s

Cygnus Win95/NT Configuration Diagnostics
Current System Time: Fri Jan 11 09:53:06 2002

Windows 98 SE Ver 4.10 Build 

Path: C:\cygwin\usr\local\bin
 C:\cygwin\bin
 c:\WINDOWS
 c:\WINDOWS\COMMAND
 c:\USR\BIN
 c:\USR\LOCAL\RCS
 c:\usr\local\sdcc\bin

SysDir: C:\WINDOWS\SYSTEM
WinDir: C:\WINDOWS

HOME = `d:\home\alexei'
MAKE_MODE = `unix'
PWD = `/cygdrive/d/home/alexei/src/0'
USER = `celeron366'

Use `-r' to scan registry

a:  fd   N/AN/A
c:  hd  FAT32   2043Mb  62% CPUN
d:  hd  FAT32   2066Mb  56% CPUN
f:  cd   N/AN/A

.  /cygdrive  userbinmode,noumount
C:/cygwin  /  system  binmode
C:/cygwin/bin  /usr/bin   system  binmode
C:/cygwin/lib  /usr/lib   system  binmode

Found: C:\cygwin\bin\bash.exe
Found: C:\cygwin\bin\cat.exe
Found: C:\cygwin\bin\cpp.exe
Found: C:\cygwin\bin\find.exe
Found: c:\WINDOWS\COMMAND\find.exe
Found: C:\cygwin\bin\gcc.exe
Found: C:\cygwin\bin\gdb.exe
Found: C:\cygwin\bin\ld.exe
Found: C:\cygwin\bin\ls.exe
Found: C:\cygwin\bin\make.exe
Found: c:\USR\BIN\make.exe
Found: C:\cygwin\bin\sh.exe

   56k 2000/12/03 C:\cygwin\bin\cygbz21.0.dll
   81k 2001/10/20 C:\cygwin\bin\cygitcl30.dll
   35k 2001/10/20 C:\cygwin\bin\cygitk30.dll
  390k 2001/10/20 C:\cygwin\bin\cygtcl80.dll
5k 2001/10/20 C:\cygwin\bin\cygtclpip80.dll
   10k 2001/10/20 C:\cygwin\bin\cygtclreg80.dll
  623k 2001/10/20 C:\cygwin\bin\cygtk80.dll
   18k 2000/10/23 C:\cygwin\bin\cyggdbm.dll
   21k 2001/06/20 C:\cygwin\bin\cygintl.dll
   22k 2001/12/13 C:\cygwin\bin\cygintl-1.dll
   45k 2001/04/25 C:\cygwin\bin\cygform5.dll
   26k 2001/04/25 C:\cygwin\bin\cygmenu5.dll
  156k 2001/04/25 C:\cygwin\bin\cygncurses++5.dll
  226k 2001/04/25 C:\cygwin\bin\cygncurses5.dll
   15k 2001/04/25 C:\cygwin\bin\cygpanel5.dll
   34k 2001/09/30 C:\cygwin\bin\cygform6.dll
   19k 2001/09/30 C:\cygwin\bin\cygmenu6.dll
  175k 2001/09/30 C:\cygwin\bin\cygncurses++6.dll
  201k 2001/09/30 C:\cygwin\bin\cygncurses6.dll
   12k 2001/09/30 C:\cygwin\bin\cygpanel6.dll
   17k 2001/06/28 C:\cygwin\bin\cyghistory4.dll
   21k 2001/06/28 C:\cygwin\bin\cyghistory5.dll
  108k 2001/06/28 C:\cygwin\bin\cygreadline4.dll
  135k 2001/06/28 C:\cygwin\bin\cygreadline5.dll
   41k 2001/07/04 C:\cygwin\bin\cygXpm-noX4.dll
   45k 2001/07/04 C:\cygwin\bin\cygXpm-X4.dll
   49k 2001/02/03 C:\cygwin\bin\cygz.dll
  720k 2001/12/08 C:\cygwin\bin\cygwin1.dll
Cygwin DLL version info:
DLL version: 1.3.6
DLL epoch: 19
DLL bad signal mask: 19005
DLL old termios: 5
DLL malloc env: 28
API major: 0
API minor: 47
Shared data: 3
DLL identifier: cygwin1
Mount registry: 2
Cygnus registry name: Cygnus Solutions
Cygwin registry name: Cygwin
Program options name: Program Options
Cygwin mount registry name: mounts v2
Cygdrive flags: cygdrive flags
Cygdrive prefix: cygdrive prefix
Cygdrive default prefix:
Build date: Sat Dec 8 17:02:30 EST 2001
CVS tag: cygwin-1-3-6-6
Shared id: cygwin1S3


Cygwin Package Information
Package Version
ash 20011018-1
autoconf2.52a-1
autoconf-devel  2.52-4
autoconf-stable 2.13-4
automake-stable 1.4p5-5
bash2.05a-2
binutils20011002-1
bison   1.30-1
bzip2   1.0.1-6
clear   1.0
crypt   1.0-1
ctags   5.2-1
cvs 1.11.0-1
cygwin  1.3.6-6
diff0.0
fileutils   4.1-1
findutils   4.1
flex2.5.4-1
gawk3.0.4-1
gcc 2.95.3-5
gdb 20010428-3
gdbm1.8.0-3
gettext 0.10.40-1
grep2.4.2-1
groff   1.17.2-1
gtk+-win32  1.3
gzip1.3.2-1
less358-3
libintl 0.10.38-3
libintl10.10.40-1
libncurses5 5.2-1
libncurses6 5.2-2
login   1.4-2
m4  0.0
make3.79.1-5
man 1.5g-2