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

Re: Copying repository to working repository on another machine?

From: Ryan Schmidt <subversion-2005_at_ryandesign.com>
Date: 2005-10-05 16:09:10 CEST

On Sep 30, 2005, at 04:53, Murray @ PlanetThoughtful wrote:

> On Sep 30, 2005, at 04:31, Murray @ PlanetThoughtful wrote:
>
>> On new machine (after installing subversion):
>>
>> svnadmin create c:\website\project
>>
>> On old machine:
>>
>> svnadmin dump c:\website\project > c:\website_project_back.txt
>>
>> Copy website_project_back.txt (which is about 80mb in size) to new
>> machine.
>>
>> On new machine:
>>
>> svnadmin load c:\website\project < c:\website_project_back.txt
>>
>> I've followed all of these steps. When performing the load process
>> on the
>> new machine I see a scrolling window of revisions, text about
>> starting new
>> transaction, editing and adding paths etc. However, when the load is
>> finished, c:\website\project on the new machine doesn't have any
>> of the
>> files that were contained in the c:\website\project repository on
>> the old
>> machine.
>>
>
> I think I may have answered my own question. After doing the load,
> I've
> performed a checkout, and this seems to have created all the files
> I was
> expecting to see.
>

Are you saying that your working copy and your repository both occupy
the same filesystem directory? That sounds like several bad ideas....

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 5 16:11:17 2005

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.