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
[EMAIL PROTECTED]
WSG
514.398-5023 ext. 09562



_______________________________________________
Help-cfengine mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-cfengine

Reply via email to