On 06/08/2013 03:42 AM, Erik Schnetter wrote: > I take this to mean that this message does not indicate an important problem > that needs to be addressed.
Not an important problem. Simply a cosmetic problem with the running revision numbers in the upstream branches. I appreciate if committers try to keep the revision numbers sane, but OTOH I understand if people are used to the decentralized "git style" nowadays (which has its benefits) so I'm not going to make noise about it. > Is there a simple way to change my checkout away from decentralized mode? I do > not really care myself (I'm using both git and svn). 'bzr bind lp:pocl' binds your local *branch* to lp:pocl, then your commits go directly to the remote one, like in svn/cvs. This makes your local branch a "checkout" (that can be initially created via 'bzr co lp:pocl' instead of 'bzr branch lp:pocl'). Naturally, your local branch needs to be identical to the remote one when you bind it (just after pushing it to the remote). The ability to choose between the centralized "svn workflow" and the decentralized "git workflow" is the main advantage of Bazaar, IMHO. http://wiki.bazaar.canonical.com/CheckoutTutorial -- --Pekka ------------------------------------------------------------------------------ How ServiceNow helps IT people transform IT departments: 1. A cloud service to automate IT design, transition and operations 2. Dashboards that offer high-level views of enterprise services 3. A single system of record for all IT processes http://p.sf.net/sfu/servicenow-d2d-j _______________________________________________ pocl-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pocl-devel
