Recent activity
Subscribe to this feed
rossmeissl marked one of Seamus Abshere's replies in ActiveReload as useful. Seamus Abshere replied to the problem "libsvn_fs_fs/tree.c:314 error browsing certain changesets".
Seamus Abshere replied on July 25, 2008 18:30 to the problem "libsvn_fs_fs/tree.c:314 error browsing certain changesets" in ActiveReload:
Rick and Will responded to my problem on the forum. The post was deleted accidentally. Also, they provided the following code to fix the problem:
app/models/node.rb
def unified_diff_for(old_rev, new_rev, diff_path)
old_path = old_rev.node_created_path(diff_path).sub(/^\//, '')
old_rev = find_revision old_rev, diff_path
new_rev = find_revision new_rev, diff_path
sorted = check_revisions(old_rev, new_rev)
old_root = find_root_for_revision(sorted[0], diff_path)
new_root = find_root_for_revision(sorted[1], diff_path)
differ = Svn::Fs::FileDiff.new(old_root, old_path, new_root, diff_path)
if differ.binary?
''
else
old = "#{old_path} (revision #{old_root.node_created_rev(old_path)})"
cur = "#{diff_path} (revision #{new_root.node_created_rev(diff_path)})"
differ.unified(old, cur)
end
end
Seamus Abshere replied on July 25, 2008 16:03 to the problem "libsvn_fs_fs/tree.c:314 error browsing certain changesets" in ActiveReload:
No, no persecution, just got caught when they tried to remove spam. Also, they've merge with Entp, so this might not be the right company/product to ask for support for.
Anyway, here's my post re-posted:
http://forum.activereload.net/forums/...
Seamus Abshere replied on July 24, 2008 23:43 to the problem "libsvn_fs_fs/tree.c:314 error browsing certain changesets" in ActiveReload:
rossmeissl replied on July 22, 2008 20:30 to the problem "libsvn_fs_fs/tree.c:314 error browsing certain changesets" in ActiveReload:
-
rossmeissl started following the problem "libsvn_fs_fs/tree.c:314 error browsing certain changesets" in ActiveReload.
Loading Profile...

