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

Re: "Working copy not locked" error (with nib files)

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-07-02 15:26:09 CEST

Ryan Rawson <ryan@netidea.com> writes:

> MainMenu.nib is a IB NIB file. The .svn dir inside MainMenu.nib
> (which is a directory) is gone now. I can't seem to get it back. svn
> status gives me:

Yes, apple's project builder treats a directory as an 'object',
destroying and recreating it, thus destoying the .svn dir. There's no
way to get it back, other than

  1. if the damaged dir is a child of a svn-controlled directory,
     delete the directory and run 'svn up' in the parent

  2. if the damaged dir is the root of an svn-working-copy, you just
     have to do a fresh checkout.

> Any suggestions?

Yes. Don't use projectbuilder and svn together.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 2 15:27:42 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.