Erick Sasse wrote:
> Is there any Delphi users here?
> I would like to talk about Delphi+Subversion.
>
> Thanks
> Erick
I use Delphi with (t)svn.
Do you want to use the svn library from a delphi program, or do you just
want to version your delphi projects with svn?
Some pointers for the latter:
- Delphi tends to keep directories containing project(groups) locked, so
when an update contains a directory delete, it's best to close Delphi
first.
- here's my ignore list:
*.bak *.BAK *.~* *.dll *.DLL *.exe *.EXE *.com *.COM *.obj *.OBJ *.dcu
*.dsk *.map *.mps *.mpt *.rsm *.drc [dD]esktop.ini [tT]humbs.db
(*.mps, *.mpt and *.rsm are MemProof related, not really Delphi)
- make sure you got "Keep trailing blanks" disabled in Delphi
(EditorProperties->SourceOptions)
- Delphi still messes up the trailing blanks sometimes, so always show
whitespace in TMerge
- make sure everyone has the same tab/indent settings
- .dof files are a pain in the *, because Delphi puts history stuff in
them, and seem to change for no readily aparant reason. Don't commit
them unless you changed compiler/linker options.
Otherwise, it works great together.
HTH.
Regards,
Roel Harbers
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jan 14 12:18:18 2005