<br><br><div class="gmail_quote">On Wed, Mar 24, 2010 at 8:32 PM, Gordon Tyler <span dir="ltr">&lt;<a href="mailto:gordon@doxxx.net">gordon@doxxx.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I actually have a question for you regarding your use of bazaar with<br>
Subversion. I get the impression that Subversion is the &quot;official&quot; VCS<br>
used by your company? How have you found Bazaar&#39;s integration and<br>
interoperability with Subversion?<br>
<br>
I ask because my company is moving from CVS to Subversion. Yes, CVS. :P<br>
Anyway, I have been wondering how feasible it would be for me to use<br>
Bazaar locally for feature branches, etc. while still using the official<br>
Subversion repo. The repo already has nearly 40,000 revisions in it and<br>
we haven&#39;t imported my team&#39;s project yet, which has been in CVS for 9<br>
years under active development and I&#39;m sure will result in another<br>
40,000 revisions. I fear...<br></blockquote><div><br>Hi Gordon,<br>   The integration is awesome. It&#39;s ALMOST seamless. There are a few features that the bzr-svn plugin doesn&#39;t seem to work with, the biggest one for me is svn:ignore to bzrignore, and visa-versa. As a result, I ended up taking the svn:ignore and translating by hand into bzrignore patterns. Then committed the .bzrignore file to our svn repo.<br>
<br>I&#39;ve been using bzr (with bzr-svn plugin) as a svn client replacement, with the repository in svn, for almost a year now without any major issues. I&#39;ve really ever had one issue where someone performed a bad svn merge with an older svn client. This resulted in the svn merge properties not being set correctly. I fixed it by performing the merge again in bzr, and just reverting the conflicted files.<br>
<br>The importing thing is that I&#39;ve been using bzr on top of svn for almost a year, and no one else in the company has noticed. Meaning my commits, pushes, merges, and branches have all been successfully committed back to SVN without SVN, or my co-workers knowing the difference. :)<br>
<br>Goodluck with your cvs to svn conversion, my previous company started down that path and eventually gave up on the history.<br><br>Cheers,<br>Eric<br clear="all"></div></div><br>-- <br>Learn from the past. Live in the present. Plan for the future.<br>
Blog: <a href="http://www.townsfolkdesigns.com/blogs/elberry">http://www.townsfolkdesigns.com/blogs/elberry</a><br>jEdit &lt;<a href="http://www.jedit.org">http://www.jedit.org</a>&gt; - Programmer&#39;s Text Editor<br>Bazaar &lt;<a href="http://bazaar.canonical.com">http://bazaar.canonical.com</a>&gt; - Version Control for Humans<br>