• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
SCM and tagging changed lines (was Re: Project templates)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SCM and tagging changed lines (was Re: Project templates)


  • Subject: SCM and tagging changed lines (was Re: Project templates)
  • From: Chris Hanson <email@hidden>
  • Date: Wed, 25 Jun 2008 21:54:45 -0700

On Jun 25, 2008, at 11:57 AM, P Teeson wrote:

For example being of the old school (ex IBM 360 Systems programmer)
I got used to having to put tags on changed lines of code.

Of course I don't need that now I am retired and it's just me hacking the code.
But it's an example of what I mean for use in a team. Perhaps that feature is
covered under the various SCM packages.

It is indeed. Virtually every SCM system allows you to get an annotated version of a source file that shows what revision each line was changed in and by whom.


This makes it unnecessary to "tag" changed lines of code. It also makes it easy to just delete old code to eliminateit rather than use an #if 0 .. #endif or /* comment */ block. After all, you still have complete history for your project and can roll back to any earlier state at any time.

Are you currently using an SCM system? Just because you're not working in a group (or a large group) doesn't mean you shouldn't use SCM. :)

  -- Chris

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: SCM and tagging changed lines (was Re: Project templates)
      • From: P Teeson <email@hidden>
References: 
 >Project templates (From: "Karan, Cem (Civ, ARL/CISD)" <email@hidden>)
 >Re: Project templates (From: Rush Manbert <email@hidden>)
 >RE: Project templates (From: "Karan, Cem (Civ, ARL/CISD)" <email@hidden>)
 >Re: Project templates (From: "Dr. Rolf Jansen" <email@hidden>)
 >RE: Project templates (From: "Karan, Cem (Civ, ARL/CISD)" <email@hidden>)
 >Re: Project templates (From: Scott Tooker <email@hidden>)
 >Re: Project templates (From: P Teeson <email@hidden>)

  • Prev by Date: Re: Occasional Internal Error--Uncaught Exception
  • Next by Date: Re: Error for FSReadFork
  • Previous by thread: Re: Project templates
  • Next by thread: Re: SCM and tagging changed lines (was Re: Project templates)
  • Index(es):
    • Date
    • Thread