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

autoprops and wildcards in config

From: David Kramer <david_at_thekramers.net>
Date: 2005-02-08 16:21:35 CET

I'm trying to do an svn import of a tree of about 11,000 files. I want to
set eol-style to native on several classes of files, so I have them set up
in my client config file.

Almost all the files get the eol-style property correctly, except for the
makefiles.

If I put this in my config file:
  makefile = svn:eol-style=native
  Makefile = svn:eol-style=native
the makefiles don't get the property.

If U put this in my config file:
  *akefile = svn:eol-style=native
the makefiles do get the property.

The files I am trying to match are named "makefile".

This is using the command line svn client 1.1.2 from Cygwin under Windows
XP Pro.

Must the wildcard start with a star?

-------------------------------------------------------------------
DDDD David Kramer http://thekramers.net
DK KD "A computer lets you make more mistakes faster than any
DKK D invention in human history--with the possible exceptions
DK KD of handguns and tequila." Mitch Ratliffe
DDDD

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Feb 8 16:24:12 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.