• (nodebb)

    I've worked at a place which, even though they used source control for the database, demanded that we include a "change log" at the top of the stored proc because it was "easier to see when working on it". The same place also forbade formatting the document because it messed up the Diff.

  • Angela (unregistered)

    I have to deliver source to a customer that has no access to our source control. So this is a requirement. I have to nag people to do it, it's a pain.

  • (author) in reply to Angela

    I'm sure there are constraints around why you can't use it, but this is 100% what Git is good at. Internal remote for development, external facing remote for your customers.

  • (nodebb) in reply to Angela

    If the customer needs source history, they should get source history. There's no guarantee that the comments accurately reflect the source history.

    As Remy said, Git is really good for this. But you don't necessarily need an externally-accessible repository. If you have to deliver history along with the source code, just deliver a Git bundle file.

  • (nodebb)

    Is no one going to mention Remy's typo in the title? Or am I TRWTF because it was intended irony?

  • Angela (unregistered) in reply to Dragnslcr

    Git didn't exist when the project started and I'm not sure anyone wants to make the transition from Clearcase exactly for fear of losing that history.

  • PotatoEngineer (unregistered) in reply to Remy Porter
    Comment held for moderation.

Leave a comment on “Safegaurd Your Comments”

Log In or post as a guest

Replying to comment #:

« Return to Article