clkao,<br><br>I discussed this briefly with Jesse on #svk the other day and he said that I should send it here for you to consider.<br><br>Basically, this started when I ran:<br><br>[11:38] andrew@riddle Metrics% svk push<br>
Auto-merging (8362, 8395) /metrics/trunk/Metrics to /mirrors/metrics/trunk/Metrics (base /metrics/trunk/Metrics:8362).<br>===&gt; Auto-merging (8362, 8363) /metrics/trunk/Metrics to /mirrors/metrics/trunk/Metrics (base /metrics/trunk/Metrics:8362).
<br>Merging back to mirror source <a href="https://secret/path/btc-metrics">https://secret/path/btc-metrics</a>.<br>HTTP Path Not Found: The path was not part of a repository: PROPFIND request failed on &#39;/&#39;: &#39;/&#39; path not found
<br><br>Now, flashback to what I did.<br><br>I have two repositories that I have mirrored:<br><br>//mirrors/metrics -&gt; <a href="https://secret/path/btc-metrics">https://secret/path/btc-metrics</a><br>//mirrors/jifty -&gt; 
<a href="http://svn.jifty.org/svn/jifty.org/jifty">http://svn.jifty.org/svn/jifty.org/jifty</a><br><br>I then created two local copies of those repositories to work on:<br><br>svk cp //mirrors/metrics //metrics<br>svk cp //mirrors/jifty //jifty
<br><br>I then checked out from the Metrics project:<br><br>svk co //mirrors/metrics/trunk/Metrics<br><br>I&#39;ve been working on a charting plugin for Jifty and wanted to test my work on my current project and then merge back the changes, so in the Metrics directory I ran:
<br><br>svk mkdir lib/Jifty<br>svk mkdir lib/Jifty/Plugin<br>svk co<br>svk cp //jifty/trunk/lib/Jifty/Plugin/Chart //metrics/trunk/Metrics/lib/Jifty/Plugin<br><br>I&#39;ve done some work here and smerged back and forth since. I&#39;ve gotten my work ready to commit back to the central trunk from my local workstation copy, so I ran:
<br><br>svk push<br><br>This ran fine up until it reached the revision containing the initial copy from //jifty/trunk/lib/Jifty/Plugin/Chart. At that point, it returns the error I pasted above.<br><br>I haven&#39;t gotten much farther than that. 
<br><br>I am considering trying this tomorrow morning unless I get another suggestion here:<br><ol><li>Deleting lib/Jifty/Plugin/Chart now that I don&#39;t really need it and then attempting to do a svk push -l (which should, afaik, completely skip over the broken pieces of the smerge).
<br></li><li>Just dumping the changes from that point forward into a patch that I can apply to the subversion repository and then just wax my local branch and create a fresh one. <br></li></ol>Anyway, I thought you might like to know about this issue and see if there was a clean way out.
<br><br>Cheers,<br>Andrew<br>