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

how to set svn:keywords for svn+ssh: access?

From: Jack O'Quin <joq_at_io.com>
Date: 2005-03-24 22:29:18 CET

We are using SVN 1.1.1 for a new project, and it's working very well.

But, one problem that has stumped us so far: how to set global default
svn:keywords values for newly created files?

We set `enable-auto-props = yes' and defined these patterns in
`/usr/local/etc/subversion/config' on the server where the repository
resides...

[auto-props]
*.html = svn:keywords="LastChangedDate LastChangedRevision LastChangedBy HeadURL Id"
*.c = svn:keywords="LastChangedDate LastChangedRevision LastChangedBy HeadURL Id"
*.txt = svn:keywords="LastChangedDate LastChangedRevision LastChangedBy HeadURL Id"
*.htm = svn:keywords="LastChangedDate LastChangedRevision LastChangedBy HeadURL Id"
*.pl = svn:keywords="LastChangedDate LastChangedRevision LastChangedBy HeadURL Id"
*.h = svn:keywords="LastChangedDate LastChangedRevision LastChangedBy HeadURL Id"
*.cpp = svn:keywords="LastChangedDate LastChangedRevision LastChangedBy HeadURL Id"
*.sh = svn:keywords="LastChangedDate LastChangedRevision LastChangedBy HeadURL Id"
Makefile = svn:keywords="LastChangedDate LastChangedRevision LastChangedBy HeadURL Id"

But, they don't seem to get picked up on remote svn+ssh: accesses. Is
this a client-side only config file as the comments seem to suggest?
We must have missed that in the documentation.

Is there a way to define a global set of keywords for everyone?

-- 
  joq
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 24 22:28:40 2005

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.