
9 Feb
2012
9 Feb
'12
6:16 p.m.
This has pictures:
Just to throw in another perspective: when switching from svn to git in our project [1], we used this model as a starting point - with a few modifications. Here is an overview of what we came up with: http://www.bro-ids.org/development/process.html We initially used both a master and a devel branch, but then noticed that the devel branch does not really get used. Instead, developers preferred the topic branch concept. Our master is essentially the development branch in which nightly testing occurs. Matthias [1] http://www.bro-ids.org