<div class="gmail_quote">On Thu, Jan 6, 2011 at 4:15 PM, Benjamin Port <span dir="ltr"><<a href="mailto:port.benjamin@gmail.com">port.benjamin@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello,<br>
When we worked with gitorious we have our development branches under a<br>
team repository.<br>
Currently we can't do the same thing with <a href="http://git.kde.org" target="_blank">git.kde.org</a><br>
So there are two solutions (at least):<br>
* Create branch under the main repository<br>
* Create personnal clone<br>
<br>
For me it's more easy to create branch under the main repository:<br>
*Easy to see quickly all development branch with a git branch -a<br>
*Easy to switch from one branch to another branch<br>
*Only one repository to clone<br>
For this solution I suggest to:<br>
*Create branch with a name convention like: somestuff-username (e.g.<br>
qtdocumentation-bport), with this we can know on what a group work and<br>
also know a "branch maintainer" to contact him.<br>
*Remove branch when we have merged it in order to have a clean<br>
repository all the time and not a large amount of branch.<br>
<br>
Regards,<br>
Benjamin Port<br>
<font color="#888888"><br>
--<br>
KDevelop-devel mailing list<br>
<a href="mailto:KDevelop-devel@kdevelop.org">KDevelop-devel@kdevelop.org</a><br>
<a href="https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel" target="_blank">https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel</a><br>
</font></blockquote></div><br><div><br></div><div>The only benefit is having the branch available to different developers because, according to #kde-sysadmin yesterday afternoon it's not possible to have team clones in <a href="http://git.kde.org">git.kde.org</a>. Other reasoning here is not important (as apaku said it's possible to list all branches just by adding the remote).</div>
<div><br></div><div>On the other hand, it's still a valid way to do so, so i'm fine with using it.</div><div><br></div><div>Aleix</div>