On Oct 6, 2008, at 01:02, vishwajeet singh wrote:
> On Mon, Oct 6, 2008 at 8:40 AM, Kevin Grover
> <kevin_at_kevingrover.net> wrote:
>
>> On Sun, Oct 5, 2008 at 7:20 PM, Todd Nine <todd.nine_at_gmail.com>
>> wrote:
>>
>>> I have http access to an svn repository, but not command line
>>> access to the host machine. Does anyone know of any utilities
>>> that exist that will allow me to do the equivalent of an
>>> "svnadmin dump" over http?
>>
>> Create a synced repo (svnsync) and dump that.
>
> That will again require file system access :)
It will require file system access to the local repo you just
created, but not to the repository you're syncing from. If you can
check out from it, you can svnsync from it. If you can commit to it,
you can svnsync to it.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-10-06 08:57:59 CEST