[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: Lorenz <lorenznl_at_yahoo.com>
Date: 2007-12-18 08:37:14 CET

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

as long as your working copy contains no files/directories that
overlap with file/directories of the repository, you could just move
the working copy files into a directory of your choosing.

Or, if the working copy is big, move the above listed files and
directories (that all belong to the repository) to a different place
(but then you need adapt your server setup)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Dec 18 08:38:21 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.