I've just compiled cvsfs-fuse, and it's obvious that parts of it are working, but I get this irritating error message. Here's what I do:
--
cvsfs-fuse /home/user/repo
cvsfsctl setview /home/user/repo :pserver:jrun@cvs.mydomain.tld:2401:/usr/local/cvsroot . HEAD
--
So far so good, even in debug mode nothing bad happens.
but, when I access my repo
--
cd /home/user/repo
ls
--
I get this error message for every single file in the repository branch:
ls: correct/path/to/stuff/in/repo/filenamehere.src is new; current revision 1.6: No such file or directory
Any idea what might be the problem?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I've just compiled cvsfs-fuse, and it's obvious that parts of it are working, but I get this irritating error message. Here's what I do:
--
cvsfs-fuse /home/user/repo
cvsfsctl setview /home/user/repo :pserver:jrun@cvs.mydomain.tld:2401:/usr/local/cvsroot . HEAD
--
So far so good, even in debug mode nothing bad happens.
but, when I access my repo
--
cd /home/user/repo
ls
--
I get this error message for every single file in the repository branch:
ls: correct/path/to/stuff/in/repo/filenamehere.src is new; current revision 1.6: No such file or directory
Any idea what might be the problem?