Bug 140579

Summary: Missing files in CVSWeb
Product: Documentation Reporter: mwisnicki+freebsd
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description mwisnicki+freebsd 2009-11-15 18:40:00 UTC
I was looking for some files in cvsweb but it appears they are missing.
It was probably caused by svn move in trunk.

For example sys/netinet/ip_dummynet.c was moved to sys/netinet/ipfw/ip_dummynet.c
It is not visible on RELENG_7 branch with cvsweb (unless you look into Attic).

How-To-Repeat: 1. http://svn.freebsd.org/viewvc/base/stable/7/sys/netinet/ip_dummynet.c
2. http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/netinet/?only_with_tag=RELENG_7
3. no ip_dummynet.c in (2)
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2009-12-14 13:31:44 UTC
State Changed
From-To: open->feedback

This is a feature of CVSweb, when you rm file on HEAD, it moves to Attic even 
while it's still alive on branches.  AFAIK it has nothing to do with svn. 

Now what?  CVSweb is a software from 'projects' section, I'm not sure they use 
this GNATS for bug tracking? Or if CVSweb have any real developers these days.
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2009-12-14 16:19:10 UTC
State Changed
From-To: feedback->closed

The functionality is there, you need to click the 'show' link beside the Attic 
line. Then ip_dummynet.c appears in the directory listing, with correct 
revision. 

Yeah, I know, unintuitive.