<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://127.0.0.1:3001/hgsubversion/</link>
    <language>en-us</language>

    <title>hgsubversion: tests/fixtures/renames_with_prefix.svndump history</title>
    <description>tests/fixtures/renames_with_prefix.svndump revision history</description>
    <item>
    <title>editor: correctly import symlink copy+modify with non-empty prefix</title>
    <link>http://127.0.0.1:3001/hgsubversion/log/d3c79072bc6a/tests/fixtures/renames_with_prefix.svndump</link>
    <description><![CDATA[editor: correctly import symlink copy+modify with non-empty prefix<br/>
<br/>
We alwasy fail editing for symlinks, since we strip the leading 'link '<br/>
subversion includes when storing in mercurial, and then let svn<br/>
attempt to apply deltas against the stripped version.  This<br/>
unsurprisingly fails, and we write the resulting empty-string to the<br/>
Filestore for the current revision, and add the symlink in question to<br/>
the missing list to handle stupidly later.<br/>
<br/>
Unfortunately, this would break down because editing adds files to the<br/>
store using their absolute path whereas missing files are added<br/>
relative to our subdir.  the absolut path file appears to win, which<br/>
results in us getting a symlink whose target is the empty string.<br/>
<br/>
This fixes the problem by adding missing files to the fileStore using<br/>
their absolute path.]]></description>
    <author>&#68;&#97;&#118;&#105;&#100;&#32;&#83;&#99;&#104;&#108;&#101;&#105;&#109;&#101;&#114;&#32;&#60;&#100;&#115;&#99;&#104;&#108;&#101;&#105;&#109;&#101;&#114;&#64;&#102;&#98;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Mon, 07 Apr 2014 18:28:35 -0700</pubDate>
</item>

  </channel>
</rss>
