public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* CVS 1.11: (reposted many times!) Will anybody answer me about "cvs co -r" bug under cygwin, finally???
@ 2002-01-10 11:32 Alexei Lioubimov
  2002-01-10 11:40 ` Matthew Smith
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Alexei Lioubimov @ 2002-01-10 11:32 UTC (permalink / raw)
  To: cygwin; +Cc: deo

So,
Is it very difficult to give just a short answer?
Help, please! --
I'm trying to get the solution and sent this questions to cygwin list and to
cvs
list already twice -- but the result is poor -- i got no concrete answer!

But,
I CAN NOT USE ONE OF THE MAIN DEVELOPMENT TOOLS -- CVS,
because "cvs co -r <tag>" is not working under Cygwin!!!

I tried a  "cvs co -r mytag myproj" and receive the following:

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

Is it impossible to checkout a tag or revision if module doesn't
contain Attics?

Regards,
Alexei Lioubimov
alexeipobox@mtu-net.ru



--
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/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: CVS 1.11: (reposted many times!) Will anybody answer me about "cvs co -r" bug under cygwin, finally???
  2002-01-10 11:32 CVS 1.11: (reposted many times!) Will anybody answer me about "cvs co -r" bug under cygwin, finally??? Alexei Lioubimov
@ 2002-01-10 11:40 ` Matthew Smith
  2002-01-10 12:23   ` John Marshall
  2002-01-10 11:52 ` Mark Himsley
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 14+ messages in thread
From: Matthew Smith @ 2002-01-10 11:40 UTC (permalink / raw)
  To: Cygwin; +Cc: Alexei Lioubimov

> So,
> Is it very difficult to give just a short answer?
> Help, please! --
> I'm trying to get the solution and sent this questions to cygwin list and
to
> cvs
> list already twice -- but the result is poor -- i got no concrete answer!

Berating volunteers is probably not going to help your cause.  If someone
had an answer, I'm sure they would have responded to you.  We're not trying
to be mean or anything (well most of us ;-)).

> But,
> I CAN NOT USE ONE OF THE MAIN DEVELOPMENT TOOLS -- CVS,
> because "cvs co -r <tag>" is not working under Cygwin!!!
>
> I tried a  "cvs co -r mytag myproj" and receive the following:
>
> cvs [checkout aborted]: cannot open directory .../CVS/mypoj/Attic: Not a
> directory
>
> Is it impossible to checkout a tag or revision if module doesn't
> contain Attics?

cvs co -r <tag> works fine for me without Attics.  I don't know what else to
say.

cheers,
-Matt




--
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/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: CVS 1.11: (reposted many times!) Will anybody answer me about "cvs co -r" bug under cygwin, finally???
  2002-01-10 11:32 CVS 1.11: (reposted many times!) Will anybody answer me about "cvs co -r" bug under cygwin, finally??? Alexei Lioubimov
  2002-01-10 11:40 ` Matthew Smith
  2002-01-10 11:52 ` Mark Himsley
@ 2002-01-10 11:52 ` Randall R Schulz
  2002-01-10 23:12   ` CVS 1.11: More info about my problem (i'm sorry about the demanding tone...) Alexei Lioubimov
  2002-01-10 12:02 ` CVS 1.11: (reposted many times!) Will anybody answer me about "cvs co -r" bug under cygwin, finally??? Charles Wilson
  3 siblings, 1 reply; 14+ messages in thread
From: Randall R Schulz @ 2002-01-10 11:52 UTC (permalink / raw)
  To: Alexei Lioubimov, cygwin; +Cc: deo

Alexei,

Beyond the uncalled-for shouting and the demanding tone, there's a paucity 
of information in your cry for help.

Please give is more details about your configuration: Cygcheck, the 
contents of any ".cvsrc" files. Likewise, please say more about what 
specifically you're attempting. Show us your CVSROOT (since you don't show 
a "-d" option). As it is, we don't know if you're using a remove (pserver) 
or local (file system) repository. The output of "type -a cvs" wouldn't 
hurt, since experience shows that people can have multiple installations of 
certain tools, and you could be invoking a non-Cygwin version of the "cvs" 
command.

Etc...

Details! We need more details!

Randall Schulz
Mountain View, CA USA


At 11:28 2002-01-10, Alexei Lioubimov wrote:
>So,
>Is it very difficult to give just a short answer? Help, please! -- I'm 
>trying to get the solution and sent this questions to cygwin list and to 
>cvs list already twice -- but the result is poor -- i got no concrete answer!
>
>But,
>I CAN NOT USE ONE OF THE MAIN DEVELOPMENT TOOLS -- CVS,
>because "cvs co -r <tag>" is not working under Cygwin!!!
>
>I tried a  "cvs co -r mytag myproj" and receive the following:
>
>cvs [checkout aborted]: cannot open directory .../CVS/mypoj/Attic: Not a
>directory
>
>Is it impossible to checkout a tag or revision if module doesn't
>contain Attics?
>
>Regards,
>Alexei Lioubimov
>alexeipobox@mtu-net.ru


--
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/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: CVS 1.11: (reposted many times!) Will anybody answer me about "cvs co -r" bug under cygwin, finally???
  2002-01-10 11:32 CVS 1.11: (reposted many times!) Will anybody answer me about "cvs co -r" bug under cygwin, finally??? Alexei Lioubimov
  2002-01-10 11:40 ` Matthew Smith
@ 2002-01-10 11:52 ` Mark Himsley
  2002-01-10 11:52 ` Randall R Schulz
  2002-01-10 12:02 ` CVS 1.11: (reposted many times!) Will anybody answer me about "cvs co -r" bug under cygwin, finally??? Charles Wilson
  3 siblings, 0 replies; 14+ messages in thread
From: Mark Himsley @ 2002-01-10 11:52 UTC (permalink / raw)
  To: cygwin

On Thu, 10 Jan 2002 22:28:32 +0300 you wrote:

>But,
>I CAN NOT USE ONE OF THE MAIN DEVELOPMENT TOOLS -- CVS,
>because "cvs co -r <tag>" is not working under Cygwin!!!
>
>I tried a  "cvs co -r mytag myproj" and receive the following:
>
>cvs [checkout aborted]: cannot open directory .../CVS/mypoj/Attic: Not a
>directory
>
>Is it impossible to checkout a tag or revision if module doesn't
>contain Attics?

Assuming that the CVS client is running under cygwin, you do not say if the
CVS server is also running under cygwin or the method you are using to
connect to the CVS server.

-- 
Mark Himsley
In Acton

--
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/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: CVS 1.11: (reposted many times!) Will anybody answer me about "cvs co -r" bug under cygwin, finally???
  2002-01-10 11:32 CVS 1.11: (reposted many times!) Will anybody answer me about "cvs co -r" bug under cygwin, finally??? Alexei Lioubimov
                   ` (2 preceding siblings ...)
  2002-01-10 11:52 ` Randall R Schulz
@ 2002-01-10 12:02 ` Charles Wilson
  3 siblings, 0 replies; 14+ messages in thread
From: Charles Wilson @ 2002-01-10 12:02 UTC (permalink / raw)
  To: Alexei Lioubimov; +Cc: cygwin, deo

Alexei Lioubimov wrote:

> So,
> Is it very difficult to give just a short answer?
> Help, please! --
> I'm trying to get the solution and sent this questions to cygwin list and to
> cvs
> list already twice -- but the result is poor -- i got no concrete answer!
> 
> But,
> I CAN NOT USE ONE OF THE MAIN DEVELOPMENT TOOLS -- CVS,
> because "cvs co -r <tag>" is not working under Cygwin!!!
> 
> I tried a  "cvs co -r mytag myproj" and receive the following:
> 
> cvs [checkout aborted]: cannot open directory .../CVS/mypoj/Attic: Not a
> directory
> 
> Is it impossible to checkout a tag or revision if module doesn't
> contain Attics?


No, it is not impossible.  I do it all the time.  I don't know what your 
problem is -- and I didn't want to pollute the mailing list with "it 
works for me".  Apparently, it works for EVERYONE but you(*), because 
nobody has responded.

(*) this implies a problem with your computers' setup and/or configuration

Lack of response sometimes means no-one has an answer for you.  It 
appears that is the case here.  Sorry.  It is entirely possible you may 
have to (GASP) debug this problem yourself.  You can download the cygwin 
versions of the source code to gdbm and cvs using setup.exe, and then 
follow the directions to rebuild those packages -- but set CFLAGS="-g" 
first, in order to build a debuggable version.

You may even need to build a debuggable version of the cygwin kernel 
(search the mailing list archives for instructions).

Use gdb, and figure out WHY cvs is trying to access Attic, when there is 
no Attic in the project.  That's your first step -- and unfortunately, 
since nobody else seems to be experiencing the problem, nobody else will 
be able to debug it for you.  Including me.

--Chuck
gdbm, cvs maintainer

P.S. I debated whether to send this message at all -- unofficial mailing 
list "policy" seems to be that reposted messages are downgraded, not 
upgraded, in priority.  (IOW, "Why the hell haven't you evil bastards 
answered my question yet" doesn't endear the poster to those with the 
desired information.)  However, you do not seem to understand that -- 
and I've noticed a trend lately in "Answer me dammit" messages on the 
list so I thought a little explanation about why messages sometimes go 
unanswered was justified.

See:
   http://cygwin.com/faq/faq.html -- section entitled: "Posting 
Guidelines (Or: Why won't you/the mailing list answer my questions?)"

   http://www.tuxedo.org/~esr/faqs/smart-questions.html "How to ask 
smart questions"



--
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/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: CVS 1.11: (reposted many times!) Will anybody answer me about "cvs co -r" bug under cygwin, finally???
  2002-01-10 11:40 ` Matthew Smith
@ 2002-01-10 12:23   ` John Marshall
  2002-01-10 12:34     ` Charles Wilson
  2002-01-10 23:58     ` Alexei Lioubimov
  0 siblings, 2 replies; 14+ messages in thread
From: John Marshall @ 2002-01-10 12:23 UTC (permalink / raw)
  To: Matthew Smith; +Cc: Cygwin, Alexei Lioubimov

On Thu, Jan 10, 2002 at 01:44:28PM -0600, Matthew Smith wrote:
>> I'm trying to get the solution and sent this questions to cygwin list
>> and to cvs list already twice -- but the result is poor -- i got no
>> concrete answer!
> 
> Berating volunteers is probably not going to help your cause.

Indeed.  But what I don't understand is that I thought Alexei asked the
question very well here

	http://sources.redhat.com/ml/cygwin/2002-01/msg00172.html

and got a very useful answer here

	http://sources.redhat.com/ml/cygwin/2002-01/msg00177.html

and you can see the resulting checkin here

http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dir.cc.diff?r1=1.54&r2=1.55&cvsroot=src&f=h

Maybe Alexei just needs to subscribe to the list or remember to read
responses to his messages in the web archives?

    John

--
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/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: CVS 1.11: (reposted many times!) Will anybody answer me about "cvs co -r" bug under cygwin, finally???
  2002-01-10 12:23   ` John Marshall
@ 2002-01-10 12:34     ` Charles Wilson
  2002-01-10 23:58     ` Alexei Lioubimov
  1 sibling, 0 replies; 14+ messages in thread
From: Charles Wilson @ 2002-01-10 12:34 UTC (permalink / raw)
  To: John Marshall; +Cc: Matthew Smith, Cygwin, Alexei Lioubimov

Hmmm...perhaps ESR's Smart Questions document should also state:
   "Do not assume that respondents to your question on a mailing list 
will send the replies directly to you.  Be sure to check the mailing 
list itself -- or the archives if you are not subscribed to it -- for 
replies to your question.

(Hmm...seems like I had another suggestion for ESR that I was supposed 
to forward to him...must dig thru old email...)

--Chuck


John Marshall wrote:

> On Thu, Jan 10, 2002 at 01:44:28PM -0600, Matthew Smith wrote:
> 
>>>I'm trying to get the solution and sent this questions to cygwin list
>>>and to cvs list already twice -- but the result is poor -- i got no
>>>concrete answer!
>>>
>>Berating volunteers is probably not going to help your cause.
>>
> 
> Indeed.  But what I don't understand is that I thought Alexei asked the
> question very well here
> 
> 	http://sources.redhat.com/ml/cygwin/2002-01/msg00172.html
> 
> and got a very useful answer here
> 
> 	http://sources.redhat.com/ml/cygwin/2002-01/msg00177.html
> 
> and you can see the resulting checkin here
> 
> http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dir.cc.diff?r1=1.54&r2=1.55&cvsroot=src&f=h
> 
> Maybe Alexei just needs to subscribe to the list or remember to read
> responses to his messages in the web archives?
> 
>     John
> 
> --
> 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/
> 
> 



--
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/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: CVS 1.11: More info about my problem (i'm sorry about the demanding tone...)
  2002-01-10 11:52 ` Randall R Schulz
@ 2002-01-10 23:12   ` Alexei Lioubimov
  2002-01-11  7:54     ` Randall R Schulz
  0 siblings, 1 reply; 14+ messages in thread
From: Alexei Lioubimov @ 2002-01-10 23:12 UTC (permalink / raw)
  To: cygwin, Randall R Schulz; +Cc: deo

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 2222

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/A    N/A
c:  hd  FAT32   2043Mb  62% CP    UN
d:  hd  FAT32   2066Mb  56% CP    UN
f:  cd           N/A    N/A

.              /cygdrive  user    binmode,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
autoconf            2.52a-1
autoconf-devel      2.52-4
autoconf-stable     2.13-4
automake-stable     1.4p5-5
bash                2.05a-2
binutils            20011002-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
diff                0.0
fileutils           4.1-1
findutils           4.1
flex                2.5.4-1
gawk                3.0.4-1
gcc                 2.95.3-5
gdb                 20010428-3
gdbm                1.8.0-3
gettext             0.10.40-1
grep                2.4.2-1
groff               1.17.2-1
gtk+-win32          1.3
gzip                1.3.2-1
less                358-3
libintl             0.10.38-3
libintl1            0.10.40-1
libncurses5         5.2-1
libncurses6         5.2-2
login               1.4-2
m4                  0.0
make                3.79.1-5
man                 1.5g-2
mingw-runtime       1.2-1
mktemp              1.4-1
ncurses             5.2-7
newlib-man          20001118-1
patch               2.5-2
perl                5.6.1-2
popt                1.6.2-1
readline            4.2-3
rxvt                2.7.2-6
sed                 3.02-1
sh-utils            2.0-2
tar                 1.13.19-1
termcap             20010825-1
terminfo            5.2-1
texinfo             4.0-5
textutils           2.0.16-1
time                1.7-1
unzip               5.41-1
vim                 6.0.93-1
w32api              1.2-1
which               1.5-1
xpm-nox             4.1.0-1
zip                 2.3-1
zlib                1.1.3-6

Thank you,
Alexei Lioubimov


----- Original Message -----
From: "Randall R Schulz" <rrschulz@cris.com>
To: "Alexei Lioubimov" <alexeipobox@mtu-net.ru>; <cygwin@cygwin.com>
Cc: <deo@logos-m.ru>
Sent: Thursday, January 10, 2002 10:51 PM
Subject: Re: CVS 1.11: (reposted many times!) Will anybody answer me about
"cvs co -r" bug under cygwin, finally???


> Alexei,
>
> Beyond the uncalled-for shouting and the demanding tone, there's a paucity
> of information in your cry for help.
>
> Please give is more details about your configuration: Cygcheck, the
> contents of any ".cvsrc" files. Likewise, please say more about what
> specifically you're attempting. Show us your CVSROOT (since you don't show
> a "-d" option). As it is, we don't know if you're using a remove (pserver)
> or local (file system) repository. The output of "type -a cvs" wouldn't
> hurt, since experience shows that people can have multiple installations
of
> certain tools, and you could be invoking a non-Cygwin version of the "cvs"
> command.
>
> Etc...
>
> Details! We need more details!
>
> Randall Schulz
> Mountain View, CA USA
>
>
> At 11:28 2002-01-10, Alexei Lioubimov wrote:
> >So,
> >Is it very difficult to give just a short answer? Help, please! -- I'm
> >trying to get the solution and sent this questions to cygwin list and to
> >cvs list already twice -- but the result is poor -- i got no concrete
answer!
> >
> >But,
> >I CAN NOT USE ONE OF THE MAIN DEVELOPMENT TOOLS -- CVS,
> >because "cvs co -r <tag>" is not working under Cygwin!!!
> >
> >I tried a  "cvs co -r mytag myproj" and receive the following:
> >
> >cvs [checkout aborted]: cannot open directory .../CVS/mypoj/Attic: Not a
> >directory
> >
> >Is it impossible to checkout a tag or revision if module doesn't
> >contain Attics?
> >
> >Regards,
> >Alexei Lioubimov
> >alexeipobox@mtu-net.ru
>
>



--
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/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: CVS 1.11: (reposted many times!) Will anybody answer me about "cvs co -r" bug under cygwin, finally???
  2002-01-10 12:23   ` John Marshall
  2002-01-10 12:34     ` Charles Wilson
@ 2002-01-10 23:58     ` Alexei Lioubimov
  1 sibling, 0 replies; 14+ messages in thread
From: Alexei Lioubimov @ 2002-01-10 23:58 UTC (permalink / raw)
  To: John Marshall, Matthew Smith; +Cc: Cygwin

Of course i've read every response for my message,
but none of them are useful at the moment, because
i was not asking about cygwin's internals, but about
the workaround for "cvs co -r" command itself (that
doesn't work without Attic directory presence)

Alexei


----- Original Message -----
From: "John Marshall" <jmarshall@acm.org>
To: "Matthew Smith" <matts@bluesguitar.org>
Cc: "Cygwin" <cygwin@sources.redhat.com>; "Alexei Lioubimov"
<alexeipobox@mtu-net.ru>
Sent: Thursday, January 10, 2002 11:22 PM
Subject: Re: CVS 1.11: (reposted many times!) Will anybody answer me about
"cvs co -r" bug under cygwin, finally???


> On Thu, Jan 10, 2002 at 01:44:28PM -0600, Matthew Smith wrote:
> >> I'm trying to get the solution and sent this questions to cygwin list
> >> and to cvs list already twice -- but the result is poor -- i got no
> >> concrete answer!
> >
> > Berating volunteers is probably not going to help your cause.
>
> Indeed.  But what I don't understand is that I thought Alexei asked the
> question very well here
>
> http://sources.redhat.com/ml/cygwin/2002-01/msg00172.html
>
> and got a very useful answer here
>
> http://sources.redhat.com/ml/cygwin/2002-01/msg00177.html
>
> and you can see the resulting checkin here
>
>
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dir.cc.diff?r
1=1.54&r2=1.55&cvsroot=src&f=h
>
> Maybe Alexei just needs to subscribe to the list or remember to read
> responses to his messages in the web archives?
>
>     John
>


--
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/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: CVS 1.11: More info about my problem (i'm sorry about the demanding tone...)
  2002-01-10 23:12   ` CVS 1.11: More info about my problem (i'm sorry about the demanding tone...) Alexei Lioubimov
@ 2002-01-11  7:54     ` Randall R Schulz
  2002-01-11 10:55       ` Alexei Lioubimov
  0 siblings, 1 reply; 14+ messages in thread
From: Randall R Schulz @ 2002-01-11  7:54 UTC (permalink / raw)
  To: Alexei Lioubimov, cygwin; +Cc: deo

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 2222
>
>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/A    N/A
>c:  hd  FAT32   2043Mb  62% CP    UN
>d:  hd  FAT32   2066Mb  56% CP    UN
>f:  cd           N/A    N/A
>
>.              /cygdrive  user    binmode,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/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: CVS 1.11: More info about my problem (i'm sorry about the  demanding tone...)
  2002-01-11  7:54     ` Randall R Schulz
@ 2002-01-11 10:55       ` Alexei Lioubimov
  0 siblings, 0 replies; 14+ messages in thread
From: Alexei Lioubimov @ 2002-01-11 10:55 UTC (permalink / raw)
  To: cygwin, Randall R Schulz; +Cc: deo

Randall,

----- Original Message -----
From: "Randall R Schulz" <rrschulz@cris.com>
To: "Alexei Lioubimov" <alexeipobox@mtu-net.ru>; <cygwin@cygwin.com>
Cc: <deo@logos-m.ru>
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 2222
> >
> >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/A    N/A
> >c:  hd  FAT32   2043Mb  62% CP    UN
> >d:  hd  FAT32   2066Mb  56% CP    UN
> >f:  cd           N/A    N/A
> >
> >.              /cygdrive  user    binmode,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/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* RE: CVS 1.11: (reposted many times!) Will anybody answer me about "cvs co -r" bug under cygwin, finally???
@ 2002-01-11  9:41 Bernard Dautrevaux
  0 siblings, 0 replies; 14+ messages in thread
From: Bernard Dautrevaux @ 2002-01-11  9:41 UTC (permalink / raw)
  To: 'cygwin@cygwin.com'

> -----Original Message-----
> From: Christopher Faylor [mailto:cgf@redhat.com]
> Sent: Friday, January 11, 2002 6:20 PM
> To: cygwin@cygwin.com
> Subject: Re: CVS 1.11: (reposted many times!) Will anybody answer me
> about "cvs co -r" bug under cygwin, finally???
> 
> 
> On Fri, Jan 11, 2002 at 11:48:01AM -0500, Robinow, David wrote:
> > You are using:
> >2) cygwin1.dll: 1.3.6-cygwin-1-3-6-6 (APIVersion: 0.47,
> >BuildDate: 2001-12-08 17:02);
> >
> > Although you may not have been asking about cygwin's 
> internals, the answer,
> >as has been pointed out to you before, involves cygwin's 
> internals.  Chris
> >Faylor mentioned on 4-Jan-2002 that he thinks he has fixed 
> your problem.
> >You need to download a snapshot from some time after that 
> date.  Please do
> >that and tell us if it works.
> 
> Why do I keep thinking about "hen's teeth"?

Perhaps because after nearly 100 million years, Kollar, E. J. and Fisher
were able in 1980 to grw some? see http://zygote.swarthmore.edu/prox1.html
for description and even of photography of it... :-)

	Bernard

--------------------------------------------
Bernard Dautrevaux
Microprocess Ingenierie
97 bis, rue de Colombes
92400 COURBEVOIE
FRANCE
Tel:	+33 (0) 1 47 68 80 80
Fax:	+33 (0) 1 47 88 97 85
e-mail:	dautrevaux@microprocess.com
		b.dautrevaux@usa.net
-------------------------------------------- 

--
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/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: CVS 1.11: (reposted many times!) Will anybody answer me about "cvs co -r" bug under cygwin, finally???
  2002-01-11  8:49 Robinow, David
@ 2002-01-11  9:21 ` Christopher Faylor
  0 siblings, 0 replies; 14+ messages in thread
From: Christopher Faylor @ 2002-01-11  9:21 UTC (permalink / raw)
  To: cygwin

On Fri, Jan 11, 2002 at 11:48:01AM -0500, Robinow, David wrote:
> You are using:
>2) cygwin1.dll: 1.3.6-cygwin-1-3-6-6 (APIVersion: 0.47,
>BuildDate: 2001-12-08 17:02);
>
> Although you may not have been asking about cygwin's internals, the answer,
>as has been pointed out to you before, involves cygwin's internals.  Chris
>Faylor mentioned on 4-Jan-2002 that he thinks he has fixed your problem.
>You need to download a snapshot from some time after that date.  Please do
>that and tell us if it works.

Why do I keep thinking about "hen's teeth"?

cgf

--
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/

^ permalink raw reply	[flat|nested] 14+ messages in thread

* RE: CVS 1.11: (reposted many times!) Will anybody answer me about "cvs co -r" bug under cygwin, finally???
@ 2002-01-11  8:49 Robinow, David
  2002-01-11  9:21 ` Christopher Faylor
  0 siblings, 1 reply; 14+ messages in thread
From: Robinow, David @ 2002-01-11  8:49 UTC (permalink / raw)
  To: 'Alexei Lioubimov'; +Cc: Cygwin

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

 Although you may not have been asking about cygwin's internals, the answer,
as has been pointed out to you before, involves cygwin's internals.  Chris
Faylor mentioned on 4-Jan-2002 that he thinks he has fixed your problem.
You need to download a snapshot from some time after that date.  Please do
that and tell us if it works.

-----Original Message-----
From: Alexei Lioubimov [mailto:alexeipobox@mtu-net.ru]
Sent: Friday, January 11, 2002 2:21 AM
To: John Marshall; Matthew Smith
Cc: Cygwin
Subject: Re: CVS 1.11: (reposted many times!) Will anybody answer me
about "cvs co -r" bug under cygwin, finally???


Of course i've read every response for my message,
but none of them are useful at the moment, because
i was not asking about cygwin's internals, but about
the workaround for "cvs co -r" command itself (that
doesn't work without Attic directory presence)

--
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/

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2002-01-11 18:55 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-10 11:32 CVS 1.11: (reposted many times!) Will anybody answer me about "cvs co -r" bug under cygwin, finally??? Alexei Lioubimov
2002-01-10 11:40 ` Matthew Smith
2002-01-10 12:23   ` John Marshall
2002-01-10 12:34     ` Charles Wilson
2002-01-10 23:58     ` Alexei Lioubimov
2002-01-10 11:52 ` Mark Himsley
2002-01-10 11:52 ` Randall R Schulz
2002-01-10 23:12   ` CVS 1.11: More info about my problem (i'm sorry about the demanding tone...) Alexei Lioubimov
2002-01-11  7:54     ` Randall R Schulz
2002-01-11 10:55       ` Alexei Lioubimov
2002-01-10 12:02 ` CVS 1.11: (reposted many times!) Will anybody answer me about "cvs co -r" bug under cygwin, finally??? Charles Wilson
2002-01-11  8:49 Robinow, David
2002-01-11  9:21 ` Christopher Faylor
2002-01-11  9:41 Bernard Dautrevaux

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).