On Tue, Aug 5, 2008 at 22:03, dm3281 <dm3281_at_verizon.net> wrote:
> All, I am experimenting with keywords for SVN similar to what I'm using
> today for VSS.
>
> I see that I have to enable this option under the "config" file in SVN
> Folder located in my usser's application data directory.
>
> I see there is also an option under Tortoise Properties, but I could not
> find where thse settings are actually saved.
>
> What are the common keywords that most people use and where do I define
> these?
"Common" keywords depends upon each individual's requirements and
environment. There aren't that many in Subversion though.
> Is there an easy way to make these defined globally under the repository
> rather than having to confiigure each client manually?
No, there is no server setting. If you require that these properties
be set, install a pre-commit hook to check for them and reject any
commit which doesn't have them.
There's also the tsvn:autoprops property you can apply to folders, but
it'll only be used by TortoiseSVN.
> I'm currently using: $Rev$, $Author$, $Date$, and $HeadURL$.
>
> I was trying to find something on the Log Messages/Comments as well similar
> to VSS's $History$ keyword.
This is intentionally not implemented in Subversion.
http://subversion.tigris.org/faq.html#log-in-source
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-08-06 04:09:15 CEST