How to force central repository model with only light-weight checkouts?

Asked by Alok

During the initial phases of the project, I would like to use centralized work-flow and later switch to distributed as necessary. Is it possible to setup policies to force centralized work-flow in Bazaar?

Question information

Language:
English Edit question
Status:
Solved
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Solved by:
Alexander Belchenko
Solved:
Last query:
Last reply:
Revision history for this message
Best Alexander Belchenko (bialix) said :
#1

The DVCS nature of Bazaar means anybody can do anything with their local copy of repository. So there is no built-in way to force some specific workflow. Maybe (in theory) it could be possible to write some server-side hooks to prevent push to the master branch and allow only commit, I'm not sure.

Revision history for this message
Alok (alokgovil) said :
#2

Thanks Alexander Belchenko, that solved my question.