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.


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to