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

Re: [TSVN] global ignore & keywords

From: Julien TOUCHE <julien.touche_at_lycos.com>
Date: 2004-10-23 09:54:56 CEST

SteveKing a écrit :
>> i try to set registry in HKLM like there
>> http://svnbook.red-bean.com/svnbook-1.1/ch07.html
>>
>> but HKLM, "#global-ignores" seems to be ignored.
>
>
> Remove the '#' and it should work.
> Also: the global ignores can be set in TSVN's settings dialog - why
> don't you just use that?
box are installed in an unattended install with some default prefs

something like
[HKEY_LOCAL_MACHINE\Software\Tigris.org\Subversion\Config\miscellany]
"global-ignores"="*.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store
.*.swp *.bak *.exe *.dll *.~?? *.[Tt]mp"

> For the global keywords, I would recommend to edit the Subversion config
> file with your favourite text editor. Just press "Edit" in the TSVN's
> settings dialog.
c:\Documents and Settings\Administrateur\Application Data\Subversion\config
problem it depends on user ...
it doesn't seems there is some global config file, right ?

maybe, with this in registry ?
[HKEY_LOCAL_MACHINE\Software\Tigris.org\Subversion\Config\miscellany]
"enable-auto-props"="yes"
[HKEY_LOCAL_MACHINE\Software\Tigris.org\Subversion\Config\auto-props]
"*" = "svn:keywords="LastChangedDate Author Id URL Rev Date""

last, in user config ?
[miscellany]
enable-auto-props = yes
[auto-props]
* = svn:keywords="LastChangedDate Author Id URL Rev Date"

same to set property (in registry or config) like i suppose ?
tsvn:minlogmsgsize = 1
tsvn:logwidthmarker = 80
tsvn:logtemplate = "my log\nadd ..\nchange\n..."
bugtraq:message = "Issue : %BUGID%"
bugtraq:warnifnoissue = "false"

thanks
Regards

                Julien

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Sun Oct 24 14:52:28 2004

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

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