On 10/1/07, Christian Buhtz <exsudat@gmx.de> wrote:
> I need to import an existing repository (local on my machine) to a new
> subversion (on BerliOS.de).
>
> For this I need this command on TortoiseSVN.
> svnadmin dump /path/to/yourproject >yourproject-repos.dump
> I can not find something in the Tortoise context menu. "Export" just
> copies the files (not the repository).
>
> For a detailed description of what I try to do
> <http://developer.berlios.de/docman/display_doc.php?docid=394&group_id=2#import>
You can't do it via TSVN as far as I know. You need to have local
shell access on the repository host (both source and destination) and
the SVN command line tools installed, and use the *actual* svnadmin
program.
TSVN is a shell-extension client, it doesn't include every function in
the standard Subversion distribution.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Mon Oct 1 19:37:06 2007