You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by p097432 <ba...@yahoo.com> on 2008/07/09 04:34:59 UTC

svnadmin hotcopy

Hi,

In the command, svnadmin hotcopy OLD_REPOS_PATH NEW_REPOS_PATH; what does
OLD_REPOS_PATH refers to.  I know that the path to the repos folder should
be given here but how do I know where actually my repos folder is. I've not
installed the system and so I would like to know how to find the old repos
path. My \bin\repository folder has 
                                  |
                                  |----- conf
                                  |----- dav
                                  |----- db
                                  |----- hooks
                                  |----- locks

How do I find the repos folder.?

Thanks.
-- 
View this message in context: http://www.nabble.com/svnadmin-hotcopy-tp18354322p18354322.html
Sent from the Subversion Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: svnadmin hotcopy

Posted by p097432 <ba...@yahoo.com>.
Hello Carsten, 

Thanks for the prompt response. I got the repos path from the
subversion.conf file. With this path backup process strated successully. 

p097432


Carsten Koch wrote:
> 
> p097432 wrote:
>> Hi,
>> 
>> In the command, svnadmin hotcopy OLD_REPOS_PATH NEW_REPOS_PATH; what does
>> OLD_REPOS_PATH refers to.  I know that the path to the repos folder
>> should
>> be given here but how do I know where actually my repos folder is. I've
>> not
>> installed the system and so I would like to know how to find the old
>> repos
>> path. My \bin\repository folder has 
>>                                   |
>>                                   |----- conf
>>                                   |----- dav
>>                                   |----- db
>>                                   |----- hooks
>>                                   |----- locks
>> 
>> How do I find the repos folder.?
> 
> Have you tried
>     svnadmin hotcopy \bin\repository \temp\repository_backup_1
> ?
> 
> How does \temp\repository_backup_1 look after that?
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/svnadmin-hotcopy-tp18354322p18354751.html
Sent from the Subversion Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: svnadmin hotcopy

Posted by Carsten Koch <Ca...@icem.com>.
p097432 wrote:
> Hi,
> 
> In the command, svnadmin hotcopy OLD_REPOS_PATH NEW_REPOS_PATH; what does
> OLD_REPOS_PATH refers to.  I know that the path to the repos folder should
> be given here but how do I know where actually my repos folder is. I've not
> installed the system and so I would like to know how to find the old repos
> path. My \bin\repository folder has 
>                                   |
>                                   |----- conf
>                                   |----- dav
>                                   |----- db
>                                   |----- hooks
>                                   |----- locks
> 
> How do I find the repos folder.?

Have you tried
    svnadmin hotcopy \bin\repository \temp\repository_backup_1
?

How does \temp\repository_backup_1 look after that?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org