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

Re: is missing or is not locked

From: Kjell H Andersen <kha-svn_at_lentic.net>
Date: 2006-01-27 09:15:13 CET

I can think of two ways

1.
Remove the entire directory in your working copy
run "svn up", the directory will emerge with .svn dir an all.
run "svn rm <dir>" to remove it
run "svn ci" to commit changes.

2.
Remove the directory directly from the repos by doing this
"svn rm <url to dir>"
Then remove the directory in your working copy and run "svn up"

Kjell

Steve Rieger wrote:
> somebody blew away the .svn dir in one of my working copies
>
> now when i go to do svn update i get
> svn: Working copy 'cups/certs' is missing or not locked
>
> i would like to remove the cups dir as a whole from the repository how
> does one go about doing this, when the .svn dir no longer exists.
>
>
> thanx for the pointers.
>
>
>
>
> --
> Steve Rieger
> riegersteve@gmail.com
> 310-339-4355
> yahoo = riegersteve
> icq = 53956607
> Ride Free, Ride On, Ride Safe
>
>
> I had the blues because I had no shoes until upon the street, I met a
> man who had no feet.
>
> Biker Blue
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jan 27 09:17:32 2006

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.