/srv/irclogs.ubuntu.com/2012/06/06/#bzr.txt

littlegirlHey there, I'm using svn2bzr from http://wiki.bazaar.canonical.com/svn2bzr and I'm getting deprecation warnings for sha and md5. Do I need to fix them before I can do the conversions or can I ignore them?03:47
littlegirlThese are the warnings I'm seeing: http://paste.ubuntu.com/1026196/03:49
spivlittlegirl: you can ignore them03:50
littlegirlspiv: Will the resulting branches be accurate despite them?03:50
spivYes03:50
littlegirlspiv: Oh, thank you so much! I've just spent the past day or two researching Bazaar and comparing it to Subversion, which is what I've been using, and it sounds like a major improvement, so I look forward to switching. (:03:51
spivIt's just a warning saying that "from md5 import md5" should be updated to "from hashlib import md5" in the code at some point, because the old module is going away Python 3 or something03:51
spivThe functionality is unaffected03:52
littlegirlAs long as you understand it, it's all good. (:03:52
spivYou might find the bzr-svn plugin to be a nicer way to connect bzr and svn03:52
littlegirlI'm using the command line. Does it work in there?03:52
spivYes.  It allows bzr to interact with svn:// URLs etc more-or-less as if they were bzr branche.03:52
spiv*branches.03:52
spiv(Including pushing back to svn)03:53
littlegirlI've got one project that I contribute to thjat uses Subversion, and I'll just leave my Subversion branch for that project as is. I would like to convert all my personal repositories to Bazaar, though. (:03:53
spivIn particular, it means that importing your SVN branch to bzr is typically just "bzr branch SVN_URL my_shiny_new_bzr_branch"03:53
spivAnd it's a repeatable, deterministic import, which IIRC isn't true of svn2bzr03:54
littlegirlOh! Is it in the Ubuntu package manager?03:54
spiv(i.e. two independently generates conversions with bzr-svn will be identical with the same revision-ids etcc)03:54
spivYes, just install the 'bzr-svn' package.03:55
littlegirlAbsolutely perfect! So I can do bzr branch svn_url new_bzr_url on all of them and not even bother with the svn2bzr?03:56
littlegirlI'd like to preserve the entire commit history to date.03:56
=== zyga-afk is now known as zyga
=== zyga is now known as zyga-gone
mgzmorning!08:02
mgrandimeans i should be in bed08:03
mgznight mgrandi :)08:05
mgrandinot yet =P08:06
* fullermd lumps off to bed...08:06
=== zyga-gone is now known as zyga
=== Ursinha` is now known as Ursinha
=== mrevell_ is now known as mrevell
=== yofel_ is now known as yofel

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!