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