Date: Fri, 25 Mar 2005 11:50:10 +0000 From: Osmany Guirola Cruz <osmany.guirola@cigb.edu.cu> To: Giorgos Keramidas <keramida@ceid.upatras.gr> Cc: freebsd-questions@freebsd.org Subject: Re: cvs question? Message-ID: <4243FAF2.7050704@cigb.edu.cu> In-Reply-To: <20050325150843.GA39401@gothmog.gr> References: <42430C4A.3080200@gmail.com> <slrnd466j7.h05.apeiron%2Busenet@prophecy.dyndns.org> <42432463.7090403@daleco.biz> <4242F221.4080902@cigb.edu.cu> <20050324233816.GA21885@gothmog.gr> <4243D4BA.6000702@cigb.edu.cu> <20050325150843.GA39401@gothmog.gr>
next in thread | previous in thread | raw e-mail | index | archive | help
Ok i probed this %setenv CVSROOT anoncvs@anoncvs.fr.FreeBSD.org:/home/ncvs % cvs -R co -r RELENG_5 src cvs server: warning: cannot open /home/ncvs/CVSROOT/val-tags read/write: Read-only file system cvs server: Updating src etc etc etc ................................... WORKS perfectly with this server "now i have the src-tree from 5-stable :-)" and i tested(paranoia :-) ) with RELENG_4 and works :-) ..the problem is with anoncvs.FreeBSD.org server Thanks for your help Osmany Giorgos Keramidas wrote: >On 2005-03-25 09:07, Osmany Guirola Cruz <osmany.guirola@cigb.edu.cu> wrote: > > >>Hi again >> >>The option -R does not work :-( >>i do this >>#setenv CVSROOT freebsdanoncvs@anoncvs.FreeBSD.org:/home/ncvs >>#cvs -R co -rRELENG_5 src >>and get this >>cvs [checkout aborted]: cannot write /home/ncvs/CVSROOT/val-tags: >>Permission denied >>and if i do >>#socksify cvs -R co src >>WORKS PERFECTLY >> >>What can i do? >> >> > >% Not sure. I tried using a tag too and it fails to work :-( >% >% $ cvs -d freebsdanoncvs@anoncvs.FreeBSD.org:/home/ncvs co -l -r RELENG_5 src/bin/cat >% cvs [checkout aborted]: cannot write /home/ncvs/CVSROOT/val-tags: Permission denied >% >% $ cvs -d freebsdanoncvs@anoncvs.FreeBSD.org:/home/ncvs co -r RELENG_5 src/bin/cat >% cvs [checkout aborted]: cannot write /home/ncvs/CVSROOT/val-tags: Permission denied >% >% $ cvs -R -d freebsdanoncvs@anoncvs.FreeBSD.org:/home/ncvs co -r RELENG_5 src/bin/cat >% cvs [checkout aborted]: cannot write /home/ncvs/CVSROOT/val-tags: Permission denied >% >% $ cvs -R -d freebsdanoncvs@anoncvs.FreeBSD.org:/home/ncvs co src/bin/cat >% U src/bin/cat/Makefile >% U src/bin/cat/cat.1 >% U src/bin/cat/cat.c >% >% $ cd src/bin/cat >% $ cvs -R -d freebsdanoncvs@anoncvs.FreeBSD.org:/home/ncvs up -APd -r RELENG_5 >% cvs [update aborted]: cannot write /home/ncvs/CVSROOT/val-tags: Permission denied > >I vaguely remember a problem report about val-tags, so I checked the history >of the CVS version we have in the tree. Dag-Erling Smorgrav has fixed a bug >related to this in revision 1.2 of the file: src/contrib/cvs/src/tag.c. > >This seems to be a server issue. If the server running at anoncvs.freebsd.org >doesn't have the fix of DES, you can try a different server I guess. I'll let >DES know about this and see if the fix has been backported to non-CURRENT >FreeBSD versions. > >- Giorgos > > > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4243FAF2.7050704>