help-cfengine
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Excluding .svn directories not working


From: Eric Dorland
Subject: Excluding .svn directories not working
Date: Wed, 08 Jun 2005 17:44:11 -0400

Hi,

Ok, I have a feeling I'm doing something brain dead, but I recently
switched to storing my master files in subversion, and now I can't seem
to include .svn directories when doing directory copies. 

I have a copy directive that looks like this: 

copy:
        nagios_master::
        ${etc_root}/${host}/nagios      dest=$(nagios_etc)
                                        server=${server}
                                        recurse=inf
                                        exclude=.svn
                                        backup=false
                                        verify=true
                                        owner=nagios
                                        group=nagios
                                        define=nagios_reload

But the .svn directory still gets copied. I even have an ExcludeCopy
that looks like:

ExcludeCopy = ( *~ *% core .* CVS .cvsignore .svn .svn/* )

And still .svn directories are copied everywhere. Please, someone point
out my folly.


-- 
Eric Dorland
eric.dorland@mcgill.ca
WSG
514.398-5023 ext. 09562





reply via email to

[Prev in Thread] Current Thread [Next in Thread]