You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Bronson Crothers <br...@Stillwaterscientific.com> on 2008/02/22 16:33:35 UTC

subversion: Subversion Issue Tracker

Here is another instance of the "containing working copy admin area is  
missing" problem.

Here is the command line thread:

Triode:cbhc $svn commit -m "commit test"
svn: Commit failed (details follow):
svn: Directory '/Volumes/plate/Programming/software/DAQsys_II/build/ 
DAQsys.build/DAQsys.pbxindex/strings.pbxstrings/.svn' containing  
working copy admin area is missing

The project imports successfully.

Note the following:

Triode:cbhc $svn status
M      build/DAQsys.build/Development/DAQsys.build/Objects-normal/ppc/ 
DAQsys.LinkFileList
M      build/DAQsys.build/Development/DAQsys.build/DAQsys.hmap
M      build/DAQsys.build/DAQsys.pbxindex/categories.pbxbtree
M      build/DAQsys.build/DAQsys.pbxindex/subclasses.pbxbtree
M      build/DAQsys.build/DAQsys.pbxindex/decls.pbxbtree
M      build/DAQsys.build/DAQsys.pbxindex/cdecls.pbxbtree
M      build/DAQsys.build/DAQsys.pbxindex/imports.pbxbtree
M      build/DAQsys.build/DAQsys.pbxindex/pbxindex.header
M      build/DAQsys.build/DAQsys.pbxindex/refs.pbxbtree
M      build/DAQsys.build/DAQsys.pbxindex/symbols0.pbxsymbols
~      build/DAQsys.build/DAQsys.pbxindex/strings.pbxstrings
M      build/DAQsys.build/DAQsys.pbxindex/files.pbxbtree
M      build/DAQsys.build/DAQsys.pbxindex/protocols.pbxbtree
M      build/Development/DAQsys.app/Contents/MacOS/DAQsys
~      build/Development/DAQsys.app/Contents/Resources/English.lproj/ 
MainMenu.nib
M      DAQsys.xcodeproj/cbhc.pbxuser
M      DAQsys.xcodeproj/cbhc.mode1v3
M      DAQsysController.m
Triode:cbhc $

The directory in question has had its type (probably from file to  
directory or vice versa) changed somehow.  Also another file, the main  
menu nib file, has had the same treatment, although that didn't seem  
to throw an exception.

A look at the directory in question:

Triode:cbhc $pwd
/Volumes/plate/Programming/software/DAQsys_II/build/DAQsys.build/ 
DAQsys.pbxindex/strings.pbxstrings
Triode:cbhc $ls -l -a
total 4696
drwxr-xr-x   4 cbhc  admin      136 Feb 22 11:03 .
drwxr-xr-x@ 14 cbhc  admin      476 Feb 22 11:03 ..
-rw-r--r--   1 cbhc  admin  1048596 Feb 22 11:03 control
-rw-r--r--   1 cbhc  admin  1350835 Feb 22 11:03 strings
Triode:cbhc $

reveals that there is indeed no .svn file in the directory.

I have no idea how any of this happened.  The import ran without  
trouble and so did the checkout.

Here's what the import command looked like:

Triode:cbhc $svn import software svn+ssh://bcrothers@pentode.target.maine.edu 
/home/stillwater/svnroot/software -m "Importing software"
.
.
.
Adding         software/DAQsys_II/build/DAQsys.build/DAQsys.pbxindex/ 
strings.pbxstrings
Adding  (bin)  software/DAQsys_II/build/DAQsys.build/DAQsys.pbxindex/ 
strings.pbxstrings/control
Adding  (bin)  software/DAQsys_II/build/DAQsys.build/DAQsys.pbxindex/ 
strings.pbxstrings/strings
.
.
.

The DACsys_II project is in a sub directory of "software".  It all  
seemed to go in the way it was supposed to.  Note that the  
"strings.pbxstrings" seems to have been treated as something other  
than binary, presumably as a directory, when it was imported.

The "containing working copy admin area is missing" occurs if you  
commit AFTER a compile OR a source file change.  The test change was  
the addition of a comment.  The compile was a standard Development  
mode OSX Xcode 3.0 Build and Go.

This happens if you do the svn work from inside Xcode OR from the  
command line.

I have no idea what's going wrong.



/***************************************

Bronson Crothers
Stillwater Scientific Instruments
20 Godfrey Dr.
Orono ME 04473-3610

Phone: 207 866 6542
FAX: 207 866 6501

de AA1ZB

-... ...-

Email: bronson_crothers@stillwaterscientific.com

**************************************/




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org