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

Re: Subversion and Xcode - How?

From: Mike Mellor <mmellor1_at_yahoo.com>
Date: 2004-08-30 12:11:08 CEST

On 8/30/04 1:18 AM, "Brian W. Fitzpatrick" <fitz@collab.net> wrote:
>
> Don't put your build directory under Subversion control. There's a
> whole lot of automatic deleting and adding that goes on in there, and
> the .svn directories get blown away. Quit Xcode, 'svn remove' the
> build directory, commit, and then start Xcode again and all should be
> well.
>
> -Fitz
>

Still no luck - here's what happened:

svn remove build
svn: Use --force to override this restriction
svn: 'build/SVN_Test.build/SVN_Test.pbxindex/pbxindex.header' has local
modifications
~/Projects/SVN_Test > svn remove build --force
D build/SVN_Test.build/SVN_Test.pbxindex/categories.pbxbtree
D build/SVN_Test.build/SVN_Test.pbxindex/subclasses.pbxbtree
D build/SVN_Test.build/SVN_Test.pbxindex/decls.pbxbtree
D build/SVN_Test.build/SVN_Test.pbxindex/cdecls.pbxbtree
D build/SVN_Test.build/SVN_Test.pbxindex/imports.pbxbtree
D build/SVN_Test.build/SVN_Test.pbxindex/pbxindex.header
D build/SVN_Test.build/SVN_Test.pbxindex/refs.pbxbtree
D build/SVN_Test.build/SVN_Test.pbxindex/symbols0.pbxsymbols
svn: Working copy
'build/SVN_Test.build/SVN_Test.pbxindex/strings.pbxstrings' not locked
~/Projects/SVN_Test > svn commit -m "removed build directory"
svn: Commit failed (details follow):
svn: Working copy
'/Users/mike/Projects/SVN_Test/build/SVN_Test.build/SVN_Test.pbxindex/string
s.pbxstrings' not locked

I tried deleting the local copy of build and committing again, but got the
same response. Thanks for the help!

Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Aug 30 12:11:11 2004

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.