If I understand, you want to use cfengine to make sure your repository contains some files from every host. But you also want to be able to delete files from a repository, using cfengine?
You could build an svn.cf file with a shellcommands section for each file or list of files; but that isn't very elegant or compact. And it will probably produce numerous svn errors if the files have already been added. I use SVN with cfengine, but cfengine only does a checkout from my repository; I manage the repository by hand. Asking cfe to manage the repository for cfe just seems like a bad idea. On 12/13/05, Andreas J. Koenig <[EMAIL PROTECTED]> wrote: > Does anybody have a compact/elegant way of doing 'svn add' in > cfengine? That is a command to be done only once per file per machine? > > I'd like to maintain a list of files that should be added to > subversion. The preparations for subversion are already in place, the > missing piece is the infrastructure for 'add' on a single file. > > Bonus point for a solution that helps me to do 'svn delete', too. > > Thanks, > -- > andreas > > > _______________________________________________ > Help-cfengine mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/help-cfengine > -- -- Perfection is just a word I use occasionally with mustard. --Atom Powers-- _______________________________________________ Help-cfengine mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-cfengine
