git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: David Michael Barr <david.barr@cordelta.com>
To: Jonathan Nieder <jrnieder@gmail.com>
Cc: git@vger.kernel.org, Ramkumar Ramachandra <artagnon@gmail.com>,
	Sverre Rabbelier <srabbelier@gmail.com>,
	Sam Vilain <sam@vilain.net>, Stephen Bash <bash@genarts.com>,
	Tomas Carnecky <tom@dbservice.com>
Subject: Re: Status of the svn remote helper project (Nov 2010, #2)
Date: Sun, 21 Nov 2010 20:38:39 +1100	[thread overview]
Message-ID: <BB713021-7826-4E9E-8576-7D1704BF517C@cordelta.com> (raw)
In-Reply-To: <20101121063149.GA15449@burratino>

Hi all,

> There are plans for an additional command to print information in
> ls-tree format about a path.

Sorry that progress has been quite slow this week.
My work-in-progess lays out the syntax of the command,
the initial parsing and object lookup.
I still need to break out the tree and path dereferencing logic.
I haven't started on printing yet but I presume it should be easy.

> * db/recognize-v3 (2010-11-20) 2 commits
> - vcs-svn: Allow simple v3 dumps (no deltas yet)
> - vcs-svn: Error out for v3 dumps
> 
> A bugfix and the framework for a feature.

Thanks for this, it should have gone in much earlier.

> * db/prop-delta (2010-11-20) 16 commits
> - vcs-svn: Simplify handling of deleted properties
> - vcs-svn: Implement Prop-delta handling
> - vcs-svn: Sharpen parsing of property lines
> - vcs-svn: Split off function for handling of individual properties
> - vcs-svn: Make source easier to read on small screens
> - vcs-svn: More dump format sanity checks
> - vcs-svn: Reject path nodes without Node-action
> - vcs-svn: Delay read of per-path properties
> - vcs-svn: Combine repo_replace and repo_modify functions
> - vcs-svn: Replace = Delete + Add
> - vcs-svn: handle_node: Handle deletion case early
> - vcs-svn: Use mark to indicate nodes with included text
> - vcs-svn: Unclutter handle_node by introducing have_props var
> - vcs-svn: Eliminate node_ctx.mark global
> - vcs-svn: Eliminate node_ctx.srcRev global
> - vcs-svn: Check for errors from open()
> (this branch uses db/recognize-v3.)
> 
> Needs review and testing.

Testing against my favourite, the ASF repo, as I write this.

> 
> * db/text-delta (2010-11-20) 10 commits
> - svn-fe: Test script for handling of dumps with --deltas
> - vcs-svn: Implement text-delta handling
> - Merge branch 'db/fast-import-cat-blob' into db/text-delta
> - vcs-svn: Teach line_buffer about temporary files
> - vcs-svn: Let caller set up sliding window for delta preimage
> - vcs-svn: Read delta preimage from file descriptor
> - vcs-svn: Introduce fd_buffer routines
> - vcs-svn: Introduce repo_read_path to check the content at a path
> - vcs-svn: Internal fast_export_save_blob helper
> - Merge branch 'jn/svndiff0' into db/text-delta
> (this branch uses db/recognize-v3, db/prop-delta, db/fast-import-cat-blob,
>  and jn/svndiff0.)
> 
> A delta in r36 of <http://svn.apache.org/repos/asf> does not apply
> with this brand of svn-fe.

That's odd, I was able to import up to r354 before receiving:
fatal: missing newline after cat-blob response

So there's some regressions to chase down since the last roll-up.

That's all I've got for now.

--
David Barr.

  reply	other threads:[~2010-11-21  9:38 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-07 11:21 Status of the svn remote helper project (Nov, 2010) Jonathan Nieder
2010-11-07 12:06 ` David Michael Barr
2010-11-08  3:56   ` David Barr
2010-11-08  6:11     ` Jonathan Nieder
2010-11-08  6:20       ` David Barr
2010-11-07 12:50 ` Ramkumar Ramachandra
2010-11-07 17:42   ` Jonathan Nieder
2010-11-21  6:31 ` Status of the svn remote helper project (Nov 2010, #2) Jonathan Nieder
2010-11-21  9:38   ` David Michael Barr [this message]
2010-11-21 23:06     ` Jonathan Nieder
2010-11-22  2:06       ` David Barr
2010-12-05 11:37   ` Status of the svn remote helper project (Dec 2010, #1) Jonathan Nieder
2010-12-08 18:26     ` Tomas Carnecky
2010-12-12  6:14       ` fast-import tweaks for remote helpers (Re: Status of the svn remote helper project (Dec 2010, #1)) Jonathan Nieder
2010-12-12  9:53         ` Sam Vilain
2010-12-12 17:16           ` fast-import tweaks for remote helpers Jonathan Nieder
2011-01-05 21:20             ` fast-import --report-fd (Re: fast-import tweaks for remote helpers) Jonathan Nieder
2011-01-05 23:39     ` Status of the svn remote helper project (Jan 2011, #1) Jonathan Nieder
2011-01-07 14:00       ` David Michael Barr
2011-02-11  9:09       ` Plans for the vcs-svn-pu branch Jonathan Nieder
2011-02-11 10:36         ` [PATCH] svn-fe: warn about experimental status Jonathan Nieder
2011-02-11 15:49         ` Plans for the vcs-svn-pu branch Ramkumar Ramachandra

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BB713021-7826-4E9E-8576-7D1704BF517C@cordelta.com \
    --to=david.barr@cordelta.com \
    --cc=artagnon@gmail.com \
    --cc=bash@genarts.com \
    --cc=git@vger.kernel.org \
    --cc=jrnieder@gmail.com \
    --cc=sam@vilain.net \
    --cc=srabbelier@gmail.com \
    --cc=tom@dbservice.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).