Slashdot Mirror


User: Control-G

Control-G's activity in the archive.

Stories
0
Comments
4
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4

  1. Re:I'm trying to think... on Solaris Telnet 0-day vulnerability · · Score: 1

    Anonymous ftp.

  2. www.ticketbastard.com on Forbes Lists Top Corporate Hate Web Sites · · Score: 2, Insightful

    Someone had that name a few years ago, looks like it's down now. They're still bastards.

  3. Re:Emergent Solution on Who Will Pay For Open Access? · · Score: 1

    Hey, we're talking about engineers here, not scientists!

  4. Re:Do Not Branch; Backup the Repository; Test Alwa on CVS Server Administration Tips? · · Score: 2, Insightful
    Aw, c'mon, branching is OK, especially in situations like fixing an old version of the code when the current top of trunk is not ready to ship.

    Other recommendations:

    1. Keep the directory structure relatively flat, makes updates faster and output easier to scan.

    2. Separate different domains into different CVS modules. What I mean is, you shouldn't have to update all the tests and all the documentation, just to update your source tree.