Hallo everybody,<br><br>I got the task to examine a new VCS for SW-development at a small company, so I choose Bazaar over Hg and Git, it just looked very friendly. Especially the "plays nice with others"-philosophy.<br>
<br>First task:<br>see how Bazaar handles the two repositories of an OS-project named OpenClinica (my company builds SW based on this project). The old one is subversion-based, the other, they chose Hg.<br><br>So I tried both. Both bzr-hg and bzr-svn fail to do the job. <br>
<br>Well bzr-hg gives you the feeling you shouldn't use it anyway - with its diminishing check-ins, not being ready "yet" etc.,  but I tried, and failed. Last try:<br><br>bzr hg-import <a href="https://dev.openclinica.com/hg/openclinica/community/OpenClinica-3.1.2-Community">https://dev.openclinica.com/hg/openclinica/community/OpenClinica-3.1.2-Community</a> ..\hg_import_akakaaza<br>
<br>Gives me:<br><br>bzr: ERROR: Kein Zweig: ┬╗<a href="https://dev.openclinica.com/hg/openclinica/community/OpenClinica-3.1.2-Community/">https://dev.openclinica.com/hg/openclinica/community/OpenClinica-3.1.2-Community/</a>┬½.<br>
<br>(The error message means: <a href="https://dev.openclinica.com/hg/openclinica/community/OpenClinica-3.1.2-Community/">https://dev.openclinica.com/hg/openclinica/community/OpenClinica-3.1.2-Community/</a> is not a branch).<br>
<br>But bzr-svn just seemed ready for the job - it's included by default, seems well supported...<br>Again, just my last try out of several:<br><br>bzr svn-import <a href="https://svn.akazaresearch.com/openclinica/OpenClinica/tags/OpenClinica-3.1.2-Community/projects/">https://svn.akazaresearch.com/openclinica/OpenClinica/tags/OpenClinica-3.1.2-Community/projects/</a> ..\svnimport_akakaaza -Ossl.cert_reqs=none<br>
<br>And I get:<br>...<br>bzr: ERROR: A Subversion remote access command failed: REPORT of '/openclinica/!svn/bc/16513': Could not read chunk delimiter: Secure connection truncated (<a href="https://svn.akazaresearch.com">https://svn.akazaresearch.com</a>)<br>
<br>Obviously, neither SVN nor HG have any problems giving me the repositories they are supposed to - both flawlessly landed on my hard disk when I used their native tools.<br><br>So, what's up? Am I just to stupid, or...?<br>
<br>I really like Bazaar and want it to be our future VCS, so any help making me succeed in this is appreciated. desired result: being able to branch both repositories using bazaar.<br><br>Cheers,<br><br>Nenad<br><br><br>
<br>