I was not able to save the history. But now I'm running in to another problem with bzr push to SVN.<br><br>Whenever I try to push to a newly branched svn branch I get this error:<br>[quote]<br><span style="font-family: courier new,monospace;">[589] bzr push :parent</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">bzr: ERROR: subvertpy.SubversionException: ("'/svn/Corp/!svn/bc/70875/futurama/commons/codegen/trunk' path not found", 160013)                                                                           </span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Traceback (most recent call last):</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line 926, in exception_to_return_code</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">    return the_callable(*args, **kwargs)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line 1126, in run_bzr</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">    ret = run(*run_argv)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line 691, in run_argv_aliases</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">    return self.run(**all_cmd_args)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  File "/Library/Python/2.6/site-packages/bzrlib/commands.py", line 713, in run</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">    return self._operation.run_simple(*args, **kwargs)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  File "/Library/Python/2.6/site-packages/bzrlib/cleanup.py", line 135, in run_simple</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">    self.cleanups, self.func, *args, **kwargs)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  File "/Library/Python/2.6/site-packages/bzrlib/cleanup.py", line 165, in _do_with_cleanups</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">    result = func(*args, **kwargs)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  File "/Library/Python/2.6/site-packages/bzrlib/builtins.py", line 1132, in run</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">    use_existing_dir=use_existing_dir, no_tree=no_tree)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  File "/Library/Python/2.6/site-packages/bzrlib/push.py", line 140, in _show_push_branch</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">    remember, create_prefix)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  File "/Users/elberry/.bazaar/plugins/svn/remote.py", line 394, in push_branch</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">    overwrite=overwrite)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  File "/Library/Python/2.6/site-packages/bzrlib/branch.py", line 1095, in push</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">    *args, **kwargs)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  File "/Users/elberry/.bazaar/plugins/svn/branch.py", line 942, in push</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">    override_svn_revprops=_override_svn_revprops)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  File "/Users/elberry/.bazaar/plugins/svn/branch.py", line 886, in _update_revisions</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">    self._push(stop_revision, overwrite=overwrite, push_metadata=True)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  File "/Users/elberry/.bazaar/plugins/svn/branch.py", line 875, in _push</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">    layout=self.target.layout, project=self.target.project)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  File "/Users/elberry/.bazaar/plugins/svn/push.py", line 348, in push_branch</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">    append_revisions_only=append_revisions_only)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  File "/Users/elberry/.bazaar/plugins/svn/push.py", line 369, in push_todo</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">    push_metadata=push_metadata)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  File "/Users/elberry/.bazaar/plugins/svn/push.py", line 406, in push_revision_series</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">    project=project, layout=layout)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  File "/Users/elberry/.bazaar/plugins/svn/push.py", line 424, in push_revision_inclusive</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">    base_foreign_info=base_foreign_info)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  File "/Users/elberry/.bazaar/plugins/svn/push.py", line 454, in push_single_revision</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">    root_action=root_action)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  File "/Users/elberry/.bazaar/plugins/svn/push.py", line 190, in push_revision_tree</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">    revid = builder.commit(rev.message)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  File "/Users/elberry/.bazaar/plugins/svn/errors.py", line 140, in convert</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">    return unbound(*args, **kwargs)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  File "/Users/elberry/.bazaar/plugins/svn/commit.py", line 751, in commit</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">    self.base_url, self.base_revnum, root_from, self.root_action)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  File "/Users/elberry/.bazaar/plugins/svn/commit.py", line 583, in open_branch_editors</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">    ret.append(ret[-1].open_directory("/".join(elements), base_rev))</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">SubversionException: ("'/svn/Corp/!svn/bc/70875/futurama/commons/codegen/trunk' path not found", 160013)</span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">bzr 2.3.1 on python 2.6.1 (Darwin-10.7.3-x86_64-i386-64bit)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">arguments: ['/usr/local/bin/bzr', 'push', ':parent']</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">encoding: 'UTF-8', fsenc: 'utf-8', lang: 'en_US.UTF-8'</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">plugins:</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">  bash_completion      /Library/Python/2.6/site-packages/bzrlib/plugins/bash_completion [2.3.1]</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  bzrtools             /Library/Python/2.6/site-packages/bzrlib/plugins/bzrtools [2.3.1]</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">  colo                 /Library/Python/2.6/site-packages/bzrlib/plugins/colo [0.2.1]</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  email                /Library/Python/2.6/site-packages/bzrlib/plugins/email [unknown]</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">  explorer             /Library/Python/2.6/site-packages/bzrlib/plugins/explorer [1.1.2]</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  extmerge             /Library/Python/2.6/site-packages/bzrlib/plugins/extmerge [unknown]</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">  fastimport           /Library/Python/2.6/site-packages/bzrlib/plugins/fastimport [0.10.0]</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  keychain             /Library/Python/2.6/site-packages/bzrlib/plugins/keychain [0.1.0]</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">  launchpad            /Library/Python/2.6/site-packages/bzrlib/plugins/launchpad [2.3.1]</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  loom                 /Library/Python/2.6/site-packages/bzrlib/plugins/loom [2.2.1dev]</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">  netrc_credential_store /Library/Python/2.6/site-packages/bzrlib/plugins/netrc_credential_store [2.3.1]</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  news_merge           /Library/Python/2.6/site-packages/bzrlib/plugins/news_merge [2.3.1]</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">  pipeline             /Library/Python/2.6/site-packages/bzrlib/plugins/pipeline [1.1.0]</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  qbzr                 /Library/Python/2.6/site-packages/bzrlib/plugins/qbzr [0.20.0]</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">  rewrite              /Library/Python/2.6/site-packages/bzrlib/plugins/rewrite [0.6.2]</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  svn                  /Users/elberry/.bazaar/plugins/svn [1.1.0dev]</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">  upload               /Library/Python/2.6/site-packages/bzrlib/plugins/upload [1.0.1dev]</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  xmloutput            /Library/Python/2.6/site-packages/bzrlib/plugins/xmloutput [0.8.7.dev]</span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">*** Bazaar has encountered an internal error.  This probably indicates a</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">    bug in Bazaar.  You can help us fix it by filing a bug report at</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">        <a href="https://bugs.launchpad.net/bzr/+filebug">https://bugs.launchpad.net/bzr/+filebug</a></span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">    including this traceback and a description of the problem.</span><br>[/quote]<br><br>I have never had these issues before using Bazaar over SVN. This is getting very frustrating.<br>
<br>I am using the trunk version of bzr-svn.<br><br>All I've done is:<br>bzr branch http://[host]/[project]<br>cd project<br>... change one file<br>bzr ci -m "I changed one file"<br>bzr push :parent<br><br>and I get this error.<br>
<br>Please, any help will be greatly appreciated. At this point I don't think I'll be able to use this tool anymore.<br clear="all"><br>-- <br>Learn from the past. Live in the present. Plan for the future.<br>Blog: <a href="http://eric-berry.blogspot.com/" target="_blank">http://eric-berry.blogspot.com</a><br>
jEdit <<a href="http://www.jedit.org/" target="_blank">http://www.jedit.org</a>> - Programmer's Text Editor<br>Bazaar <<a href="http://bazaar.canonical.com/" target="_blank">http://bazaar.canonical.com</a>> - Version Control for Humans<br>