help-cfengine
[Top][All Lists]
Advanced

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

Re: version control


From: Russell Adams
Subject: Re: version control
Date: Mon, 21 Mar 2005 06:10:33 -0600
User-agent: Mutt/1.4.2.1i

I use plain RCS currently, which works fine for me. I have a dev,
test, and prod branch, and just use stow to symlink over the right
tree for a host.

I was looking at Arch, its quite good if a little cryptic.

I've heard of many others using CVS though.

Russell

On Sun, Mar 20, 2005 at 10:11:48PM -0800, Doug Chapman wrote:
> The editfiles wiki page
> (http://cfwiki.org/cfwiki/index.php/Editfiles_Examples) mentions using
> version control on the cfengine config files.  How is everyone else
> handling this?
> 
> My first idea was to use 'cvs export' to create a dated folder on the
> policy server with all of the config files.
> A symlink would point to the current version and could be changed
> quickly for brute force rollbacks.
> 
> checkout command:
> cvs export -r qa -d /var/cfengine/master-$(date +%s) cfengine/master
> 
> directory structure of /var/cfengine:
> ...
> inputs
> master-1111384286
> master-1111384164
> master -> master-1111384286
> modules
> ...
> 
> 
> -- 
> Doug Chapman
> prjctgeek@gmail.com
> 
> 
> _______________________________________________
> Help-cfengine mailing list
> Help-cfengine@gnu.org
> http://lists.gnu.org/mailman/listinfo/help-cfengine
> 
-----------------------------
Russell Adams
RLAdams@AdamsInfoServ.com
http://www.adamsinfoserv.com/




reply via email to

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