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

Question regarding auto-props...

From: <Jens.Kowal_at_MEMcenter.unibe.ch>
Date: 2004-06-28 16:27:47 CEST

Hi,

I'm trying to setup the a repository but I'm not able to get
the auto-props recognized by svn during the an "add" or "import"
procedure. For example a file e.g. "test.C" contains as a first line
/*$Id$*/ . This string won't be replaced during add/import.

Also if I do an: add/check-in (svn add test.C; svn ci test.C;)
the proplist for that file does not show that the property svn:keywords
is turned on. (It works correct if I turn it on manually using "svn
propset
svn:keywords Id test.C")

What do I do wrong? (I read already the related chapters in the subversion

book and searched also the web/mailing-list for that problem but it seems
that it works for everybody besides me).

Below you can find my ~/.subversion/config file

[miscellany]
enable-auto-props = yes
[auto-props]
* = svn:keywords=Id
[helpers]
editor-cmd = emacs

I'm at the end of my knowledge and every help is appreciated
cheers /jk

Jens Kowal, Ph.D.
MEM Research Center for Orthopaedic Surgery
Institute for Surgical Technology and Biomechanics
University of Bern
Stauffacherstr. 78
CH-3014 Bern, Switzerland
Tel: +41 31 631 5947
Fax: +41 31 632 5960
Email: jk@MEMcenter.unibe.ch
http://www.MEMcenter.unibe.ch
Received on Mon Jun 28 16:32:30 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.