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

auto-props doesn't seem to be working as advertised

From: Duncan Palmer <dunk_palmer_at_yahoo.com>
Date: 2004-10-06 07:00:04 CEST

Hi,

I've just been setting up a subversion repository for
a new project, and am having some problems with the
auto-props feature - I'm trying to enable keyword
expansion, but it isn't working.

I'm using subversion 1.0.8 on OpenBSD 3.5.
/etc/subversion/config is attached...

The problem:

I import my source tree, and then check it out.
Looking at a file (logs.h) gives:

  dunk@chaos:base$ svn proplist logs.h
  Properties on 'logs.h':
    svn:keywords "Id"
    svn:eol-style

, but

  dunk@chaos:base$ head logs.h

  /*
   * $Id$
   *

To get the keyword expansion to work, I must now

  dunk@chaos:base$ svn propset svn:keywords "Id"
logs.h
  property 'svn:keywords' set on 'logs.h'
  dunk@chaos:base$ svn proplist logs.h
  Properties on 'logs.h':
    svn:keywords
    svn:keywords "Id"
    svn:eol-style

Checking in logs.h will now result in the keyword
expansion working as I'd expect.

Can anyone shed any light on this? Have I got
something wrong in my config file?

Cheers,
Dunk

                
__________________________________
Do you Yahoo!?
Read only the mail you want - Yahoo! Mail SpamGuard.
http://promotions.yahoo.com/new_mail

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

  • application/octet-stream attachment: config
Received on Wed Oct 6 07:00:59 2004

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.