Alexander Klenin wrote:
> [off-topic]
> There is a Russian science fiction novel, where in one scene a human,
> speaking to an alien, says something along the lines of "it is hard to
> be a little bit pregnant". The alien, however, is completely puzzled
> by the sentence, because "little bit pregnant" is a common state for
> the species of his race. The moral here, I think, that in when
> something seems black-and-white to you, other will certainly find
> many shades of gray ;-)) [/off-topic]
>
> Sorry for off-topic.
You're welcome. Nice anecdote :-)
I know there are always different shades of grsy and everyone has to pick a
solution that works for him. We got fed up of unchecking config files and
don't version them anymore.
We are using Delphi 7 for our development and took the following approach:
- Don't version config or IDE created files (*.cfg, *.dof, *.dsk, *.rc,
*res)
- Store the release specific information in Nant buildfiles
- Every developer who checks out a project runs a Nant build once to check
if he can build correctly. This will create correct and up to date .res
files (always) and .dof files (if they don't exist yet) from templates in
his WC and give him the certainty that everything is set up correctly.
- After that he can change his IDE settings any way he likes for debugging
and screen layout without interfering with his colleagues.
- Debug versions can be built in the IDE or using NAnt
- Release versions are always built using NAnt
Cheers
- Lübbe
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon Oct 2 10:28:54 2006