svn .xcodeproj conflict / transaction issue?
Posted
by Stephen Furlani
on Super User
See other posts from Super User
or by Stephen Furlani
Published on 2010-06-08T19:43:47Z
Indexed on
2010/06/08
19:53 UTC
Read the original article
Hit count: 379
Hello,
I am trying to add my xcodeproj file/folder thingy to my svn repository.
medwall-macmini-1:Summer2010 pebble$ svn add CoreDataTrial.xcodeproj
A CoreDataTrial.xcodeproj
A CoreDataTrial.xcodeproj/pebble.pbxuser
A CoreDataTrial.xcodeproj/pebble.perspectivev3
A CoreDataTrial.xcodeproj/project.pbxproj
A CoreDataTrial.xcodeproj/slate.mode1v3
A CoreDataTrial.xcodeproj/slate.mode2v3
A CoreDataTrial.xcodeproj/slate.pbxuser
A CoreDataTrial.xcodeproj/slate.perspectivev3
medwall-macmini-1:Summer2010 pebble$ svn ci -m "Checked In"
Adding CoreDataTrial.xcodeproj
svn: Commit failed (details follow):
svn: File already exists: filesystem '/SVN/Summer2010/db', transaction '21-p', path '/CoreDataTrial.xcodeproj'
I then try to Delete it, Check-In, Update it, Add it, and then check it in again but I get the same exact run-around.
What can I do to fix this?
-Stephen
© Super User or respective owner