[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Tortoise Settings

From: Andy Levy <andy.levy_at_gmail.com>
Date: Tue, 5 Aug 2008 22:09:05 -0400

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

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.