Bug 13117

Summary: CVS repo src/lib/libc_r/uthread incorrectly tagged
Product: Base System Reporter: Andrew Heybey <ath>
Component: miscAssignee: Peter Wemm <peter>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.2-STABLE   
Hardware: Any   
OS: Any   

Description Andrew Heybey 1999-08-13 17:00:01 UTC
I think that files in src/lib/libc_r/uthreads are incorrectly tagged.
The RELENG_3 tag is not a branch tag.  In addition, two files
(uthread_priority_queue.c, uthread_setschedparam.c) have RELENG_3
pointing to a *later* revision than RELENG_3_2_0_RELEASE.

The affected files are:

uthread_attr_getinheritsched.c
uthread_attr_getschedparam.c
uthread_attr_getschedpolicy.c
uthread_attr_getscope.c
uthread_attr_setinheritsched.c
uthread_attr_setschedparam.c
uthread_attr_setschedpolicy.c
uthread_attr_setscope.c
uthread_getschedparam.c
uthread_mutex_prioceiling.c
uthread_mutex_protocol.c
uthread_poll.c
uthread_priority_queue.c
uthread_setschedparam.c
uthread_sigpending.c
uthread_switch_np.c

I am not sure of the proper cvs wizardry to apply.  Just changing
the RELENG_3 tag on these files to be a branch tag is not
The Right Thing.

As a work around I did "cvs update -A" in the src/lib/libc_r/uthread
directory (the resulting source tree builds--I don't really do much with
threads so I don't know if there may be problems with libc_r), but that
means I can't recreate these sources in the future with a single
checkout--I have to remember the second update of the uthread directory.

How-To-Repeat: cvs co -r RELENG_3 -D '10 august 1999' src/lib/libc_r/uthread
does not check out any of the above list of files.  However, they 
are needed to build the world.
Comment 1 Alexey Zelkin freebsd_committer freebsd_triage 1999-12-20 17:13:45 UTC
Responsible Changed
From-To: freebsd-bugs->peter

CVS manager's area 
Comment 2 Peter Wemm freebsd_committer freebsd_triage 1999-12-21 09:36:45 UTC
State Changed
From-To: open->closed

Fixed on 14th of September 1999. 
date: 1999/08/14 15:33:46;  author: peter;  state: Exp;  lines: +1 -1 
Forced commit.  The previous delta was backdated to try and make 
dated branch checkouts consistant. 
[etc]