On 01/15/2011 10:48 AM, David Relson wrote:
My /etc/modprobe.d directory is under configuration management using
subversion. Whenever modprobe runs, it reads the files in the .svn
directory and complains about all the stuff it doesn't understand, for
example:
Jan 15 08:57:22 osage modprobe: WARNING: /etc/modprobe.d/.svn/entries
line 266: ignoring bad line starting with '
How can I turn off these warnings?
First, I'm replying only because no one else has a better idea yet.
Second, I loathe svn because no matter what I want to do, svn tells me
I'm doing it wrong. No other vcs is quite as counter-intuitive as svn.
But, in general, I think the solution is to put your svn repository
somewhere other than in your working /etc directory tree.
I'd be happy to supply example code for how to do it, but I know all
too well that svn would tell me I can't do that.
Oh, did I mention that I hate svn? git is the only one that seems to
understand in advance what I want to do, and just does it. But YMMV.