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

Re: [ANNOUNCE] svnrdump: A new dumper/ loader in trunk

From: Ramkumar Ramachandra <artagnon_at_gmail.com>
Date: Thu, 19 Aug 2010 20:02:02 +0000 (UTC)

Feldhacker, Chris <Feldhacker.Chris <at> principal.com> writes:
> Remote "dump" makes sense -- and I assume everything being dumped is
subject to the authorization/access
> control restrictions that have
been put into place on the server, yes? (A particular path or file
won't be
> included in the dump if the user doesn't have permission to
access it, right?)

Exactly. Since svnrdump works purely on the RA layer, authz should be
taken care of for free.

> Remote "load" seems scary -- How can I prevent my users from being
able to use this command? Is the original
> author of the dumped
revision preserved, or is the author set to the user doing the load?
Can users do
> anything else bad, like changing repo UUID?

Again, I expect that access control/ security is automatically taken
care of in the RA layer. `svnrdump load` is just like a user making
some changes and committing them one by one except the author and
timestamp in the dumpfile are preserved. Why would you want to block
this?

No, the UUID of the repository cannot be changed over the RA API.

(please CC me on followup emails; I'm not subscribed to the list)

-- Ram
Received on 2010-08-19 22:05:50 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.