Hello,

I have set up a pserver on a SGI-machine:
sgi3 125# uname -a
IRIX64 sgi3 6.5 07151439 IP27


cvspserver  stream  tcp  nowait  root  /usr/local/bin/cvs  cvs
--allow-root=/usr/local/CVSROOT pserver


The config file:

# Set this to "no" if pserver shouldn't check system users/passwords
#SystemAuth=no

# Set `PreservePermissions' to `yes' to save file status information
# in the repository.
#PreservePermissions=no

# Set `TopLevelAdmin' to `yes' to create a CVS directory at the top
# level of the new working directory when using the `cvs checkout'
# command.
#TopLevelAdmin=no

LockDir=/usr/local/CVSROOT/.lockdir

The file permissions:

sgi3 107# pwd
/usr/local/CVSROOT
sgi3 108# ls -al
total 16
drwxrwxr-x    6 root     cvs           73 Feb 17 14:19 .
drwxr-xr-x    8 root     sys           86 Feb 15 11:48 ..
drwxrwx---    5 cvsadmin cvs           56 Feb 17 17:45 .lockdir
drwxr-x---    3 cvsadmin cvs         4096 Feb 17 17:45 CVSROOT
drwxrwxr-x    5 cvstest  cvs           71 Feb 14 18:04 IRIX-TEST
drwxrwxr-x   11 cvstest  cvs         4096 Feb 14 17:51 test

The client is NT with the cvs-binary from the latest WinCVS.

When I do "cvs st" in an empty (and not cvs-controlled) directory, I get the
following on the client side:


/ $ pwd
/
/ $ /LOCAL/WinCvs\ 1.1/cvs.exe st .
Assertion failed: *short_repos++ == '/', file lock.c, line 179
cvs server: Examining .
Terminated with fatal signal 6
Core dumped; preserving /tmp/cvs-serv19479 on server.
CVS locks may need cleaning up.
/ $


On the server there is now a directory cvs-serv?????:

sgi3 111# ls -alR /tmp/cvs-serv19479/
total 1488
drwx------    3 cvstest  cvs           34 Feb 22 13:14 .
drwxrwxrwt    6 sys      sys         4096 Feb 22 13:17 ..
drwxrwxrwx    2 cvstest  cvs           64 Feb 22 13:14 CVS
-rw-rw-rw-    1 cvstest  cvs       755464 Feb 22 13:14 core

/tmp/cvs-serv19479/CVS:
total 8
drwxrwxrwx    2 cvstest  cvs           64 Feb 22 13:14 .
drwx------    3 cvstest  cvs           34 Feb 22 13:14 ..
-rw-rw-rw-    1 cvstest  cvs            0 Feb 22 13:14 Entries
-rw-rw-rw-    1 cvstest  cvs            0 Feb 22 13:14 Entries.Log
-rw-rw-rw-    1 cvstest  cvs           21 Feb 22 13:14 Repository




If I am in a cvs-controlled directory, the cvs-binary works normal.

Unfortunately my make from cygwin does not work right now, so I can't
compile cvs myself.


Is this a know bug or do I something wrong?

ren�
-- 
"Wer die Freiheit aufgibt, um Sicherheit zu gewinnen,
 der wird am Ende beides verlieren"             (Benjamin Franklin)
==> Voland @IRC <==  2048/0xF11D6871  2A8D 3F92 4EB8 E55C  3605 D571 38C8
E2B8
[EMAIL PROTECTED]
http://www.thur.de/~Voland/

Reply via email to