| Summary: | CVSROOT/modules has mistakenly single-line comments in some module-aliases | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Giorgos Keramidas <charon> | ||||
| Component: | misc | Assignee: | freebsd-bugs (Nobody) <bugs> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 5.0-CURRENT | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Giorgos Keramidas
2001-09-07 23:40:01 UTC
Giorgos Keramidas <charon@labs.gr> wrote: > >Fix: > > The attached patch removes the comments from those lines of > CVSROOT/modules that contain such comment-like parts. > > Of course, instead of removing these lines altogether, one > might prefer to move them `above' the relevant module lines. This would probably be best. Actually, it'd probably be best if cvs unsmoked its crack and allowed comments there, but I don't think anybody wants to touch cvs any more than they have to :-). Dima Dorfman <dima@unixfreak.org> wrote: > Giorgos Keramidas <charon@labs.gr> wrote: > > Of course, instead of removing these lines altogether, one > > might prefer to move them `above' the relevant module lines. > > This would probably be best. Actually, it'd probably be best if cvs > unsmoked its crack and allowed comments there, but I don't think > anybody wants to touch cvs any more than they have to :-). I chose to entirely remove these comments because converting them to have the comments above the lines they refer to breaks the sorted-alphabetically style of the rest of those modules. Anyways, if you want me to prepare a patch that moves the comment-lines above those that they currently break, I can prepare one very easily. Let's see. The 'we should have CVS support this' option has to go through the CVS developers list. I will contact them, and if they think this is a relatively useful thing to include in their next CVS release, and I or one of them comes up with the proper diffs, I will follow-up on this PR with the outcome of the discussion. -giorgos State Changed From-To: open->closed Patch applied, but it would still be nice if cvs would grow the ability to handle comments where they were. |