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

Problems setting system wide auto-props on windows

From: Scott Plumlee <scottplumlee_at_gmail.com>
Date: 2007-02-27 04:23:39 CET

Running into problems attempting to set system defaults for
auto-properties. I've looked through chapter 7 of the book, and tried
creating the config files in the All Users/Application Data/Subversion
directory, as well as the Default User/..... directory, and also tried
doing a registry entry in the HKEY_LOCAL_MACHINE section. No luck
getting these to apply. We will be using Tortoise, but I'd like to
just set server parameters to save a step or two.

We would like to set the following properties automatically whenever
someone adds a new file to subversion, or imports a file. I've set
enable-auto-props=yes.

*.* = svn:needs-lock=yes
*.* = bugtraq:loregexp=BugID:\s?(\d+)(,? ?(\d+))+
 (\d+)
*.* = bugtraq:url - http://our-server:8080/show_bug.cgi?id=%BUGID%
*.* = tsvn:logtemplate - BugID:

In each of the locations I set these, the only one that successfully
applied with the initial import of a file, and then a checkout, was
the tsvn property. Don't know if that's because I was using tortoise
or not.

I think I must be mis-understanding how there properties work. Can
anyone enlighten me? Can I not set these as the default?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Feb 27 04:24:07 2007

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

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