info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Windows with Dir/ and dir/


From: Spiro Trikaliotis
Subject: Re: Windows with Dir/ and dir/
Date: Tue, 27 Apr 2004 19:58:40 +0200
User-agent: Mutt/1.5.5.1+cvs20040112i

Hello Derek,

* On Mon, Apr 26, 2004 at 04:37:40PM -0400 Derek Robert Price wrote:
 
> This is probably a long shot, but when you are definately checking out
> a clean sandbox into an empty directory with one of these
> freshly-compiled CVS's, do you see all conflicts on the next execution
> of "cvs update" with the fresh CVS, or only "cvs release"?

Doing a "cvs update" with 1.11.15 on server and client, this problem
persists.

Anyway, I found out something very weird:

I just set up ssh-agent, so I don't have to input my passphrase over and
over again. If I use that one, the problem does not occur, even if I do
*not* ssh-add the key!

Do you want to see an example?

[... no ssh-agent is running ...]

$ cvs co vice
$ cd vice
$ cvs update
[... error occurs...]
$ cd ..
$ cvs release -d vice
[... error occurs ...]

$ ssh-agent > /tmp/sshagent.test

$ cvs co vice
$ cd vice
$ cvs update
[... error occurs...]
$ cd ..
$ cvs release -d vice
[... error occurs ...]


$ . /tmp/sshagent.test

$ cvs co vice
$ cd vice
$ cvs update
[NO error!]
$ cd ..
$ cvs release -d vice
[NO error!]


Now, that's weird, isn't it?

Spiro.

-- 
Spiro R. Trikaliotis         I'm subscribed to the mailing lists I'm posting,
http://www.trikaliotis.net/  so please refrain from Cc:ing me. Thank you.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]