Is "abc.xcodeprod" (vs. "abc.xcodeproj") just a typo from composing the email?
Is this a clean checkout to a brand new working copy? Are you trying to check out the files into a directory that may already have a file/ folder with the same name as something in the repository?
As a suggestion, it's generally not good to put anything in .xcodeproj under version control except the file "project.pbxproj". Anything matching the patterns *.pbxuser *.mode* *.perspective* are specific to a given user, and will clutter up your directory. I added those patterns to the global-ignores list in ~/.subversion/config. Consider also adding those patterns to the svn:ignore property on the .xcodeproj directory, and removing the existing files from version control. (Always test the results locally before committing, even though you can roll back if needed.)
Hope that helps a bit, - Quinn On Apr 28, 2009, at 6:09 PM, Raza Shaikh (93) wrote:
I am facing a strange issue. Here are some basic details: svn 1.5 hosted by svn-dude.com the code is and XCode project for an iPhone app Versions for Mac version 1.0.3 Symptom: If I do a checkout of the entire tree at the root the operation aborts at a certain point with an error: In directory /x/y/z/abc.xcodeprod Can't move source to dest Can't move /x/y/z/abc.xcodeproj/.svn/tmp/prop-base/atiq.pbxuser.svn-base' to '/Users/raza154/Desktop/x/y/z/abc.xcodeproj/.svn/prop-base/ atiq.pbxuser.svn-base': No such file or directory Since the checkout operation aborts at that point nothing can be retrieved after that. On top of that the Versions counts for uncommitted changes and updates needed goes crazy. Also, there is a "? Missing" label next to the folder that contains the xcodeproj file and there is a "Busy" label next to the xcodeproj file. The files under the xcodeproj file (folder) have "Unversioned" labeled next to them. Any help with this is appreciated as I have no clue how to fix this. -Raza --~--~---------~--~----~------------~-------~--~----~You received this message because you are subscribed to the Google Groups "Versions" group.To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/versions?hl=en -~----------~----~----~----~------~----~------~--~---
smime.p7s
Description: S/MIME cryptographic signature
