Re: Delphi version control
From: Jeremy Collins (jd.collins_at_ntlworld-not.com)
Date: 12/15/04
- Next message: Thaddy de Koning: "Re: Simulating the button click event programatically ...."
- Previous message: VBDis: "Re: Passing in the array of TStringList in class constructor"
- In reply to: Alan Mead: "Delphi version control"
- Next in thread: Richard C Haven: "Re: Delphi version control"
- Reply: Richard C Haven: "Re: Delphi version control"
- Reply: Martin Harvey (Demon account): "Re: Delphi version control"
- Reply: Johann E: "Re: Delphi version control"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 15 Dec 2004 10:35:11 GMT
Alan Mead wrote:
> Finally, I thought I'd check in all the files except the backups (*.~*)
> and the compiled code (*.exe and *.dcu). Is that right?
>
I just check in .pas, .dfm, .dpr and .bpg - when a directory full
of source code is sorted by type, these all group together quite
conveniently!
BTW, make sure you're creating your forms in text format (rather
than the old binary DFM format). I don't know if this is now the
default in Delphi, but I think I had to tell my version of Delphi
to do this.
Finally, anyone out there who is not using some sort of revision
control system, START TODAY! There's no excuse not to, even if
you're a single developer. I like CS-RCS (it's free, Google it),
which IIRC comes with a nice beginners tutorial.
-- jc Remove the -not from email
- Next message: Thaddy de Koning: "Re: Simulating the button click event programatically ...."
- Previous message: VBDis: "Re: Passing in the array of TStringList in class constructor"
- In reply to: Alan Mead: "Delphi version control"
- Next in thread: Richard C Haven: "Re: Delphi version control"
- Reply: Richard C Haven: "Re: Delphi version control"
- Reply: Martin Harvey (Demon account): "Re: Delphi version control"
- Reply: Johann E: "Re: Delphi version control"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]