You can even use git for an svn style workflow. For example, at my
work, we have a local git repo for managing puppet configs, and then
we periodically push those out to a backup server.

git push ssh://backup.server/path/to/puppet/repo.git

You can even use git with an already existing svn server.
See http://andy.delcambre.com/2008/03/04/git-svn-workflow.html
but why do that when you can just use git all around.

So in the question of "svn or git?" the answer is always git!


On Jan 14, 8:42 am, James Turnbull <ja...@lovedthanlost.net> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 15/01/10 12:36 AM, James Turnbull wrote:
>
> > > On 15/01/10 12:30 AM, SyRenity wrote:
>
> >> >> Thanks for sharing. How do you achieve centralization of all
> multiple
> >> >> git repos, in case you have several puppetmasters?
>
> > > I don't - I have one central Git repo with multiple branches
> > > matching my environments:
>
> I should have been clearer here - I maintain one central git repo
> and check out branches to multiple puppetmasters.
>
> > > $ git branch
> > > * master -> which is production
> > > staging
> > > testing
> > > development
> > > scrapyard
> > > puppetbook
> > > puppetbook2
>
> For example production, staging, testing and development are
> environments on one master.  The Puppet book branches are checked
> out to another master and the scrapyard has bits and pieces that I
> use for testing and gets checked out in a few places.
>
> Regards
>
> James Turnbull
>
> - --
> Author of:
> * Pro Linux System Administration (http://tinyurl.com/linuxadmin)
> * Pulling Strings with Puppet (http://tinyurl.com/pupbook)
> * Pro Nagios 2.0 (http://tinyurl.com/pronagios)
> * Hardening Linux (http://tinyurl.com/hardeninglinux)
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.7 (Darwin)
> Comment: Using GnuPG with Mozilla -http://enigmail.mozdev.org/
>
> iQEVAwUBS08fVSFa/lDkFHAyAQLMrwgAxn79MP67SmGrvkRgbHOGXuLuhC5CcZHk
> NL51aLgZ6UCzY6+bNfuoo+OmC0yGiVn0mkizQePbL6SWuwMRU+obyYJONV6y803v
> FLv1GVwBEwUoGuFMJDY70OXq7o74xZN93CI62GHoKJqaTa4FP8m+rZRBlC9y3n8x
> 2k5W4T0XuAvj+dD+QZlTcC5xsRp5nmSyVo7CzjlxZp1yxnHa3Ymipm74qouwiji+
> 5W/FWJS3Yi3dgct9wAtg4Ge9mhJytbz9g2gefGMP6EINq04eiAz1v3SfDD7UNGOB
> iIw/BpUUWKAa8vLQqr8YHe7r+NjaCZwoiJUWHVgMfB4cXJ46QaBuEQ==
> =0wfV
> -----END PGP SIGNATURE-----
-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.


Reply via email to