<div dir="ltr">Hello,<br><br>I&#39;m fairly new to Bzr and fairly enthousiast about it. All seems great so far. Nevertheless, there are two usecases I have with SVN that I want to reproduce with Bzr. So far, I didn&#39;t find how to do it (I must admit that it&#39;s a lot of new concepts at once so forgive me if my questions are dumb and point me to the correct documentation).<br>
<br>1) First use case : the LDAP centralized server.<br><br>I want to have a centralized Bzr server for my &quot;trunk&quot;. But it has some limitation : I want the access to be provided over http/https by Apache (like I&#39;m doing with SVN currently). Also, the authentification is done by an LDAP server. But I still want to have per-user authorization (I&#39;m currently doing it in a dav_svn.authz file). How can I reproduce this usecase ? I want to stress that in some of my project, confidentiality is really important so I must be able to be sure that read access is only available for a few allowed users. Also, if permissions are handled by dav, what about local users on the same filesystem ?<br>
<br>Bonus point : if a user make its own branch. I understand that it can push it to the trunk if I give him the authorization. But how can I say : &quot;It&#39;s a good branch, let&#39;s host it on the server alongside with the trunk&quot; ?<br>
<br><br>2) Second use case : the multiple directories /etc repository.<br><br>Currently, I put some parts of my /etc/ directory in a svn repository called &quot;configuration&quot;. But I don&#39;t want to put all /etc/. So, I created the &quot;configuration&quot; repository and I import in it all the folder I want to save. It means that each important folder is only a partial checkout of the repository. It&#39;s great because it allows me to put any folder in this repository, even if they are not in &quot;/etc&quot; and it also means that /etc is not at all in svn.<br>
<br>How could I do something like that in bzr ? Am I allowed to branch only a subtree and to push to it ?<br><br><br>Thanks a lot for your answers,<br><br>Lionel <br>(currently spreading bzr love at work )<br></div>