7
votes
2answers
3k views

Subversion (SVN) and static libraries (.a files) compatibility?

I can't add .a files (static libraries) into my repository. Why ? Is there any way to "force" SVN to accept them (at least as static files...) ? Thank you
5
votes
2answers
2k views

What is “UserInterfaceState.xcuserstate” file in xcode project?

I use svnX. When importing project, I check "no ignore" option. (for importing libOAuth.a, ...) But one file make little problem. ...
3
votes
2answers
2k views

Can't push on a remote git branch in xcode

I come to you because I have this really annoying issue. In xCode, I deleted some files and now, when I want to push my sources, it says that I can't since there is some uncommitted change. The ...
2
votes
3answers
314 views

Undoing a single-file Git Checkout

So, I am working on a project with XCode. Happily, I found out that it keeps an Git repository within every project. So, after a mistake on a code, i just used git checkout aux.c to move back from ...
1
vote
1answer
2k views

Xcode and Git Source Control : “The working copy XXXXX failed to commit files”

I know this may be an ultra-newbie question, but - although I've been coding for like 18 years - it's been only a few days that I've been using Source Control for my project and I feel quite lost. I ...
1
vote
1answer
1k views

XCode: Commit failed in SVN : No space left on device

Hi, I am committing my project in SVN using XCode. I do it successfully for quite a few months. But suddenly today, while committing, it is showing the following error : The working copy ...
1
vote
1answer
206 views

Cannot commit - messed up my sourceCode control, how to fix it?

Hello fellow programmers, I accidentally added my whole project to my project, not once, but twice, as I was looking for another functionality. Since the folders didn't show up in Xcode itself, I ...
1
vote
1answer
853 views

Xcode git is not committing project.pbxproj

I have a remote git repository and I am trying to commit and push my latest changes. The problem is that everything commits fine except for project.pbxproj. Xcode does not complain. It just acts as ...
1
vote
2answers
2k views

can't commit changes in xcode 4

i set up a project to be on version control. I imported the project without problems to the server repository. Now, when i commit changes, they seem to be committed as i don't get any errors and it ...
1
vote
0answers
21 views

Prefix Subversion comments in XCode?

Does anyone know if you can configure XCode to prefix the comment entry when attempting to commit files? I am using XCode 4.6. The reason I ask is that I have multiple projects going on in parallel ...
1
vote
2answers
146 views

Git Repository Created Manually Can't Commit

After creating a Git Repository using the terminal application using the following commands Focusing the shell on the project directory $ cd ~/Desktop/Myproject Setting up the Git Repository $ git ...
1
vote
0answers
828 views

Xcode 4 Subversion problem (can't commit, update, etc)

Hi In xcode 4 I checkout a project from a local svn repository, I open it , change a file commit it and no problem but if I check out the same project to a different location, modify a file, commit it ...
0
votes
1answer
133 views

Xcode commit window — show unix-diff-like diff (don't show the whole file)

Talking about latest Xcode (4.2.1) on latest Mac OS X Lion (10.7.3). When you press option-command-C, Xcode pulls up a window showing the new file and the old revision of the file side-by-side. I ...
0
votes
2answers
300 views

Xcode Git Submodule Commit Issue

What I did I made a new Single Page App project in my application called "parent". I made a new Static library project called "child" and I've Added it as a git submodule in my parent project ...
0
votes
3answers
546 views

I've made changes to a storyboard after saving a snapshot, now my changes won't reflect when I compile my code. What am I doing wrong?

I'm working with xcode 4.2 on a project. I enabled the local git repository on project creation, but hadn't been using snapshots. I decided to make a change that I wasn't sure I wanted to keep, so I ...
0
votes
2answers
44 views

Xcode adding new files to existing project in svn

I have an existing project on svn and i want to commit a new ViewController class. My questions is along with the ViewController and .storyboard file do i also commit the project.pbxproj ? or is that ...
0
votes
1answer
132 views

Cannot change/delete/commit/discard current branch

I created a local branch from a git repository that I am working on. I have done this many times but for some reason the branch was created and put a bunch of random junk all over my code. (like ...
0
votes
2answers
720 views

SVN Commit failed for folder/directory

SVN is failing to commit [add]ed folder. I added a new folder/directory "ImagesSubDirectory" and placed a couple of images in it. Xcode is showing "A" for all the added images. "svn status" terminal ...
0
votes
1answer
1k views

Xcode and SCM Commit Error

I set up SCM (SVN) for my ipad project. checkout etc. worked good, but when i want to commit changes i get following error: Error: 125001 (Bogus filename) Description: Couldn't determine absolute ...
0
votes
1answer
124 views

How to restore previous version of code in Xcode

I'm working on an Objective C project in Xcode and need to restore to a previous version that was committed in source control. How do I do that? I can find information on how to commit and push but no ...
0
votes
1answer
441 views

Cannot Merge due to conflict with UserInterfaceState.xcuserstate

I created a branch and made a bunch of changes. I committed the changes and then archived the changes. Then I switched to the master branch and tried to do a merge. It said I had uncommitted changes. ...
0
votes
1answer
225 views

Xcode + bitbucket - Uncommitted Changes

I have had a project I've been working on for a while and just added my bitbucket remote repository so I can start having a remote source control. When I go to File -> Source Control -> Push... it ...
0
votes
1answer
144 views

Xcode SVN commit error

this is driving me nuts. My SVN repo is working fine, I was able to checkout everything and view revisions in Xcode's organiser. It is only when I go to commit the changes that i hit this ridiculous ...
0
votes
1answer
51 views

Why aren't my commits showing up in Xcode 4?

I am a new programmer and trying to use Xcode's source control manager to keep track of changes to my code. Right now I would like to revert back to a previously committed version of my project. ...
0
votes
0answers
231 views

XCode 4.2 error while committing files

I cannot commit my code... this is the error I've got from XCode... The working copy "MyAPP" failed to commit files. fatal: Could not switch to'/Users/xxxxxx/Documents/Applicazioni/MyAPP/MyAPP/Chute ...
0
votes
0answers
355 views

Trying to commit from XCode on a GIT local repository after renaming the project

I have a projectA which has been duplicated and renamed ProjectB. After creating a new GIT repository from the local working copy I'm trying to commit the last changes,but I'm receiving this error ...
-1
votes
2answers
273 views

Committing Files In XCode [duplicate]

Possible Duplicate: Do I really need version control? My question is simple enough. When I am in Xcode and right click a file and go down to "Source Control>Commit Selected File...", it ...