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

Re: Proposal: Rename svnrdump

From: David Glasser <glasser_at_davidglasser.net>
Date: Mon, 26 Jul 2010 08:53:17 -0700

On Mon, Jul 26, 2010 at 8:30 AM, Justin Erenkrantz
<justin_at_erenkrantz.com> wrote:
> On Mon, Jul 26, 2010 at 8:10 AM, Hyrum K. Wright
> <hyrum_wright_at_mail.utexas.edu> wrote:
>> +1.  The charter for svnadmin is currently, and should remain, solely
>> focused on local access to a repository.
>
> Why?
>
> svnadmin dump --remote <url>
>
> seems the most intuitive approach for this - as well as load, etc, etc.
>
> We don't differentiate local/remote in our client, so if our admin
> tool can do the same, why kick it out to another tool?  -- justin

But we do. 'svn' is a wrapper around svn_client/svn_ra. 'svnadmin'
is a wrapper around svn_repos/svn_fs. 'svn' always refers to
repositories via URLs. 'svnadmin' always (I think) refers to
repositories via paths. 'svnadmin' does not have a dependency on Neon
or Serf. I think this distinction is valuable.

--dave

-- 
glasser_at_davidglasser.net | langtonlabs.org | flickr.com/photos/glasser/
Received on 2010-07-26 17:54:16 CEST

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

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