bug-cvs
[Top][All Lists]
Advanced

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

Fwd: gnu/26771: cvs checkout bug existing val-tags and readonlyfs


From: Jeroen Ruigrok/asmodai
Subject: Fwd: gnu/26771: cvs checkout bug existing val-tags and readonlyfs
Date: Fri, 13 Sep 2002 11:01:04 +0200
User-agent: Mutt/1.5.1i

Acting as mediator, even though I am no longer associated with the
FreeBSD Project.  Please read entire email.

----- Forwarded message from Eugene Grosbein <eugen@www.svzserv.kemerovo.su> 
-----

From: Eugene Grosbein <eugen@www.svzserv.kemerovo.su>
To: bugs-followup@freebsd.org
Cc: asmodai@freebsd.org
Subject: gnu/26771: cvs checkout bug existing val-tags and readonlyfs
Date: Fri, 13 Sep 2002 16:22:57 +0800
Delivered-To: asmodai@localhost.adsl.xs4all.nl
Delivered-To: asmodai@freebsd.org
User-Agent: Mutt/1.2.5i

Hi!

cvs 1.11.1p1 and 1.11.1p2 did not fix this error.
You can still reproduce this in FreeBSD 4.7-PRERELEASE.
It's still present in cvshome's own repository 
in revision 1.95 of tag.c too.
This PR should be reopened.

Here is new patch.

--- tag.c.orig  Fri Sep 13 16:12:05 2002
+++ tag.c       Fri Sep 13 16:12:18 2002
@@ -1229,7 +1229,7 @@
        /* The tags is valid but not mentioned in val-tags.  Add it.  */
        datum value;
 
-       if (noexec || nowrite)
+       if (noexec || nowrite || readonlyfs)
        {
            if (db != NULL)
                dbm_close (db);


Eugene Grosbein

----- End forwarded message -----

For more information, please see:
http://www.freebsd.org/cgi/query-pr.cgi?pr=26771

-- 
Jeroen Ruigrok van der Werven <asmodai(at)wxs.nl> / asmodai / Kita no Mono
Ninth Circle Enterprises | WTO + WIPO = DMCA? 
http://www.tendra.org/   | http://www.anti-dmca.org/
Peace comes from within.  Do not seek it without. - Buddha




reply via email to

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