[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-12-11 15:34:55 CET

sorry to revive this thread, but i didn't manage to find a manageable
way to do this
i put this in C:\Documents and Settings\All Users\Application
Data\Subversion\config (or C:\Documents and
Settings\%USERNAME%\Application Data\Subversion\config)

[miscellany]
global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store
.*.swp *.bak *.exe *.dll *.~?? *.[Tt]mp *.old
enable-auto-props = yes
[auto-props]
* = svn:keywords = LastChangedDate Author Id URL Rev Date
* = tsvn:minlogmsgsize = 8
* = tsvn:logwidthmarker = 80
* = tsvn:logtemplate = "my log\nadd ..\nchange\n..."
* = bugtraq:message = "Issue : %BUGID%"
* = bugtraq:warnifnoissue = "false"

(need to apply to any file)
and i didn't manage to get any results on a local rep created on win2k
(1.1.0)

in regedit, i can't manage these rule as "all files" = "*" => not unique
as registry subkey
or else i can put

[HKEY_LOCAL_MACHINE\Software\Tigris.org\Subversion\Config\auto-props]
"*" = "svn:keywords = 'LastChangedDate Author Id URL Rev Date'
tsvn:minlogmsgsize = 8 tsvn:logwidthmarker = 80"

but it doesn't work also ...

i'm missing idea to ensure developpers has on any system consistent rules

thanks
Regards

                Julien

note: i've already read http://svnbook.red-bean.com/en/1.1/ch07.html

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Sat Dec 11 15:37:37 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.