You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Mark Phippard <ma...@gmail.com> on 2010/03/28 12:00:41 UTC

Re: need heuristic to order the application of path elements a'la svn log --xml --verbose

On Sun, Mar 28, 2010 at 5:05 AM, B Smith-Mannschott
<bs...@gmail.com> wrote:

> I've run into this question because I'm hacking on a little project in
> Clojure which sucks in an svn-log.xml, attempting to replay the
> structural changes described by the log into a history of the
> repository represented as a vector (indexed by revision number) of
> hash-maps. Directories become nested hash maps. Files just map a name
> to 'true' (for lack of anything better).

I have no idea if it will help, but I think that hgsubversion has a
way of synching a repository when the svnsync API is not available
that involves getting the log of revisions and manually recreating the
transaction.  If this is true, it would seem like they might have had
to deal with similar issues.  That said, I know they are writing
directly to the SVN API and so maybe some of the output is different.

http://bitbucket.org/durin42/hgsubversion/overview/

-- 
Thanks

Mark Phippard
http://markphip.blogspot.com/