I take it back. It's now broken again.<br><br>Is there some caching thing that could be happening here? I was able to push changes back to the SVN server once, and it seems to have broken after that.<br><br>I've tried clearing out the svn-cache, and subversion.conf under my .bazaar directory. That doesn't seem to help at all.<br>
<br><br><div class="gmail_quote">On Mon, May 2, 2011 at 4:47 PM, Eric Berry <span dir="ltr"><<a href="mailto:elberry@gmail.com">elberry@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Ok. It seems to be working now. Literally did nothing except rebooted my machine.<br><br>Guess when in doubt - reboot?<div><div></div><div class="h5"><br><br><div class="gmail_quote">On Mon, May 2, 2011 at 3:08 PM, Eric Berry <span dir="ltr"><<a href="mailto:elberry@gmail.com" target="_blank">elberry@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Also, he just got back to me, he simply did a 'svn mv common commons'.<br><br>Not sure if that helps at all.<br>
<br>Thanks,<br><font color="#888888">Eric</font><div><div></div><div><br><br><div class="gmail_quote">On Mon, May 2, 2011 at 3:01 PM, Eric Berry <span dir="ltr"><<a href="mailto:elberry@gmail.com" target="_blank">elberry@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Jelmer,<br> Yes it does:<br>------------------------------------------------------------------------<br>r70941 | ravinder | 2011-05-02 12:58:37 -0700 (Mon, 02 May 2011) | 1 line<br>
Changed paths:<br> A /futurama/ccm<br>
A /futurama/ccm/branches<br> A /futurama/ccm/tags<br> D /futurama/common<br> A /futurama/commons (from /futurama/common:70940)<br><br>creating new project ccm and renaming common to commons<div><div></div><div>
<br><br><br><div class="gmail_quote">
On Mon, May 2, 2011 at 2:53 PM, Jelmer Vernooij <span dir="ltr"><<a href="mailto:jelmer@samba.org" target="_blank">jelmer@samba.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>On Mon, 2011-05-02 at 14:46 -0700, Eric Berry wrote:<br>
> One thing to note is that the directory "commons" was recently renamed<br>
> from "common" to "commons". I'm trying to get information from the<br>
> SysAdmin on how exactly the directory was renamed, but it seems to<br>
> have affected this somehow.<br>
><br>
> I can push things to projects outside of the "commons" directory, but<br>
> any projects inside the "commons" directory now give me this error.<br>
</div>Does the rename show up in "svn log -v" ?<br>
<br>
Cheers,<br>
<font color="#888888"><br>
Jelmer<br>
</font><div><div></div><div><br>
> On Mon, May 2, 2011 at 2:24 PM, Eric Berry <<a href="mailto:elberry@gmail.com" target="_blank">elberry@gmail.com</a>> wrote:<br>
> I was not able to save the history. But now I'm running in to<br>
> another problem with bzr push to SVN.<br>
><br>
> Whenever I try to push to a newly branched svn branch I get<br>
> this error:<br>
> [quote]<br>
> [589] bzr push :parent<br>
> bzr: ERROR: subvertpy.SubversionException: ("'/svn/Corp/!<br>
> svn/bc/70875/futurama/commons/codegen/trunk' path not found",<br>
> 160013)<br>
><br>
> Traceback (most recent call last):<br>
> File "/Library/Python/2.6/site-packages/bzrlib/commands.py",<br>
> line 926, in exception_to_return_code<br>
> return the_callable(*args, **kwargs)<br>
> File "/Library/Python/2.6/site-packages/bzrlib/commands.py",<br>
> line 1126, in run_bzr<br>
> ret = run(*run_argv)<br>
> File "/Library/Python/2.6/site-packages/bzrlib/commands.py",<br>
> line 691, in run_argv_aliases<br>
> return self.run(**all_cmd_args)<br>
> File "/Library/Python/2.6/site-packages/bzrlib/commands.py",<br>
> line 713, in run<br>
> return self._operation.run_simple(*args, **kwargs)<br>
> File "/Library/Python/2.6/site-packages/bzrlib/cleanup.py",<br>
> line 135, in run_simple<br>
> self.cleanups, self.func, *args, **kwargs)<br>
> File "/Library/Python/2.6/site-packages/bzrlib/cleanup.py",<br>
> line 165, in _do_with_cleanups<br>
> result = func(*args, **kwargs)<br>
> File "/Library/Python/2.6/site-packages/bzrlib/builtins.py",<br>
> line 1132, in run<br>
> use_existing_dir=use_existing_dir, no_tree=no_tree)<br>
> File "/Library/Python/2.6/site-packages/bzrlib/push.py",<br>
> line 140, in _show_push_branch<br>
> remember, create_prefix)<br>
><br>
> File "/Users/elberry/.bazaar/plugins/svn/remote.py", line<br>
> 394, in push_branch<br>
> overwrite=overwrite)<br>
> File "/Library/Python/2.6/site-packages/bzrlib/branch.py",<br>
> line 1095, in push<br>
> *args, **kwargs)<br>
> File "/Users/elberry/.bazaar/plugins/svn/branch.py", line<br>
> 942, in push<br>
><br>
> override_svn_revprops=_override_svn_revprops)<br>
><br>
> File "/Users/elberry/.bazaar/plugins/svn/branch.py", line<br>
> 886, in _update_revisions<br>
> self._push(stop_revision, overwrite=overwrite,<br>
> push_metadata=True)<br>
> File "/Users/elberry/.bazaar/plugins/svn/branch.py", line<br>
> 875, in _push<br>
> layout=self.target.layout, project=self.target.project)<br>
> File "/Users/elberry/.bazaar/plugins/svn/push.py", line 348,<br>
> in push_branch<br>
> append_revisions_only=append_revisions_only)<br>
> File "/Users/elberry/.bazaar/plugins/svn/push.py", line 369,<br>
> in push_todo<br>
> push_metadata=push_metadata)<br>
> File "/Users/elberry/.bazaar/plugins/svn/push.py", line 406,<br>
> in push_revision_series<br>
> project=project, layout=layout)<br>
> File "/Users/elberry/.bazaar/plugins/svn/push.py", line 424,<br>
> in push_revision_inclusive<br>
> base_foreign_info=base_foreign_info)<br>
><br>
> File "/Users/elberry/.bazaar/plugins/svn/push.py", line 454,<br>
> in push_single_revision<br>
> root_action=root_action)<br>
> File "/Users/elberry/.bazaar/plugins/svn/push.py", line 190,<br>
> in push_revision_tree<br>
> revid = builder.commit(rev.message)<br>
> File "/Users/elberry/.bazaar/plugins/svn/errors.py", line<br>
> 140, in convert<br>
> return unbound(*args, **kwargs)<br>
><br>
> File "/Users/elberry/.bazaar/plugins/svn/commit.py", line<br>
> 751, in commit<br>
><br>
> self.base_url, self.base_revnum, root_from,<br>
> self.root_action)<br>
><br>
> File "/Users/elberry/.bazaar/plugins/svn/commit.py", line<br>
> 583, in open_branch_editors<br>
> ret.append(ret[-1].open_directory("/".join(elements),<br>
> base_rev))<br>
> SubversionException: ("'/svn/Corp/!<br>
> svn/bc/70875/futurama/commons/codegen/trunk' path not found",<br>
> 160013)<br>
><br>
><br>
> bzr 2.3.1 on python 2.6.1 (Darwin-10.7.3-x86_64-i386-64bit)<br>
><br>
> arguments: ['/usr/local/bin/bzr', 'push', ':parent']<br>
><br>
><br>
> encoding: 'UTF-8', fsenc: 'utf-8', lang: 'en_US.UTF-8'<br>
> plugins:<br>
><br>
> bash_completion /Library/Python/2.6/site-packages/bzrlib/plugins/bash_completion [2.3.1]<br>
><br>
> bzrtools /Library/Python/2.6/site-packages/bzrlib/plugins/bzrtools [2.3.1]<br>
><br>
> colo /Library/Python/2.6/site-packages/bzrlib/plugins/colo [0.2.1]<br>
><br>
> email /Library/Python/2.6/site-packages/bzrlib/plugins/email [unknown]<br>
><br>
> explorer /Library/Python/2.6/site-packages/bzrlib/plugins/explorer [1.1.2]<br>
><br>
> extmerge /Library/Python/2.6/site-packages/bzrlib/plugins/extmerge [unknown]<br>
><br>
> fastimport /Library/Python/2.6/site-packages/bzrlib/plugins/fastimport [0.10.0]<br>
><br>
> keychain /Library/Python/2.6/site-packages/bzrlib/plugins/keychain [0.1.0]<br>
><br>
> launchpad /Library/Python/2.6/site-packages/bzrlib/plugins/launchpad [2.3.1]<br>
><br>
> loom /Library/Python/2.6/site-packages/bzrlib/plugins/loom [2.2.1dev]<br>
><br>
> netrc_credential_store /Library/Python/2.6/site-packages/bzrlib/plugins/netrc_credential_store [2.3.1]<br>
><br>
> news_merge /Library/Python/2.6/site-packages/bzrlib/plugins/news_merge [2.3.1]<br>
><br>
> pipeline /Library/Python/2.6/site-packages/bzrlib/plugins/pipeline [1.1.0]<br>
><br>
> qbzr /Library/Python/2.6/site-packages/bzrlib/plugins/qbzr [0.20.0]<br>
><br>
> rewrite /Library/Python/2.6/site-packages/bzrlib/plugins/rewrite [0.6.2]<br>
> svn /Users/elberry/.bazaar/plugins/svn<br>
> [1.1.0dev]<br>
><br>
> upload /Library/Python/2.6/site-packages/bzrlib/plugins/upload [1.0.1dev]<br>
><br>
> xmloutput /Library/Python/2.6/site-packages/bzrlib/plugins/xmloutput [0.8.7.dev]<br>
><br>
> *** Bazaar has encountered an internal error. This probably<br>
> indicates a<br>
> bug in Bazaar. You can help us fix it by filing a bug<br>
> report at<br>
> <a href="https://bugs.launchpad.net/bzr/+filebug" target="_blank">https://bugs.launchpad.net/bzr/+filebug</a><br>
> including this traceback and a description of the problem.<br>
> [/quote]<br>
><br>
><br>
> I have never had these issues before using Bazaar over SVN.<br>
> 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<br>
> don't think I'll be able to use this tool anymore.<br>
><br>
><br>
><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<br>
> Humans<br>
><br>
><br>
><br>
><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>
<br>
</div></div></blockquote></div><br><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>
</div></div></blockquote></div><br><br clear="all"><br></div></div>-- <br><div><div></div><div>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>
</div></div></blockquote></div><br><br clear="all"><br></div></div>-- <br><div><div></div><div class="h5">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>
</div></div></blockquote></div><br><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>