[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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

From: Mark Phippard <markphip_at_gmail.com>
Date: Sun, 28 Mar 2010 08:00:41 -0400

On Sun, Mar 28, 2010 at 5:05 AM, B Smith-Mannschott
<bsmith.occs_at_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/
Received on 2010-03-28 14:01:13 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.