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

auto-props do not work

From: Jens Seidel <jensseidel_at_users.sourceforge.net>
Date: 2005-12-23 11:52:12 CET

Hi,

I have the following settings in my ~/.subversion/config file:

enable-auto-props = yes
[auto-props]
*.c = svn:eol-style=native
*.cpp = svn:eol-style=native
*.cc = svn:eol-style=native
*.h = svn:eol-style=native
Makefile = svn:eol-style=native
Makefile.am = svn:eol-style=native

Nevertheless it seems to have no effect with Subversion version 1.1.3
(r12730) on imports or after adding a file:

jens@imkf-pc73:~/temp> svnadmin create --fs-type=fsfs test.repos
jens@imkf-pc73:~/temp> mkdir dir
jens@imkf-pc73:~/temp> echo "a test file" > dir/test.h
jens_at_imkf-pc73:~/temp> svn import dir file://$(pwd)/test.repos/test -m"initial import"
Hinzufügen dir/test.h

Revision 1 übertragen.
jens_at_imkf-pc73:~/temp> svn co file://$(pwd)/test.repos/test
A test/test.h
Ausgecheckt, Revision 1.
jens@imkf-pc73:~/temp> svn proplist --verbose test/test.h
jens@imkf-pc73:~/temp> echo "test file 2" > test/test2.cpp
jens@imkf-pc73:~/temp> svn add test/test2.cpp
A test/test2.cpp
jens@imkf-pc73:~/temp> svn ci -m"added test2.cpp" test/test2.cpp
Hinzufügen test/test2.cpp
Übertrage Daten .
Revision 2 übertragen.
jens@imkf-pc73:~/temp> svn proplist --verbose test/test2.cpp

I miss an output of the svn proplist command!
Can someone please confirm that this is a bug?

Jens

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Dec 25 00:51:43 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.