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

Re: checked out on top of the repository

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: 2007-12-17 09:50:51 CET

On Monday 17 December 2007, Chris Henderson wrote:
> I checked out a working copy on top of my repository & wondering how
> am I going to undo this mistake? I did: svn co svn:///path/to/repos.
> Ironically I can still commit to & check out from the repository just
> fine but when I cd to the repos and type: svn st I get the following -
>
> ? conf
> ? db
> ? dav
> ? locks
> ? hooks
> ? format
> ? README.txt
>
> Any help would be much appreciated. Thanks.

A repository is a database plus some configuration files stored in a
directory. The files above are the files that make up the repository.
Further, you will have a hidden '.svn' dir there, which is part of that
working copy which you created. Unless those overlap, there shouldn't be any
damage done there, but of course you should separate them nonetheless.

The way that guarantees that it will work is to simply use svnadmin and
dump/load the repository. However, this doesn't copy any configuration files
(under conf/), which you have to do manually.

Uli

-- 
ML: http://subversion.tigris.org/mailing-list-guidelines.html
FAQ: http://subversion.tigris.org/faq.html
Docs: http://svnbook.red-bean.com/
Sator Laser GmbH
Geschäftsführer: Michael Wöhrmann, Amtsgericht Hamburg HR B62 932
**************************************************************************************
           Visit our website at <http://www.satorlaser.de/>
**************************************************************************************
Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden.
E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Sator Laser GmbH ist für diese Folgen nicht verantwortlich.
**************************************************************************************
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Dec 17 09:51:15 2007

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.