Tagged Questions
0
votes
0answers
10 views
Adding file to SVN source control > add grayed out in XCode 4
I have SVN set up on a server and have pushed the Xcode project onto the server. SVN has been working for committing changes made to a file or multiple files back to the Source Controlled copy. ...
0
votes
1answer
39 views
Connect to external subversion repository via mac and host a xcode project
I have made a free private subversion repository at assembla.com. Now i want to host my project to this repository or in layman terms i want to put my xcode project in this repository so that only my ...
1
vote
0answers
20 views
SVN commit txn-current-lock on Mountain Lion
I have facing SVN problem in Mac OS X ..
When i am commit any file below are the error are generate.
svn: Commit failed (details follow):
svn: Can't get exclusive lock on file ...
1
vote
1answer
37 views
iOS : Xcode Crash when configure SVN
At the time i Was checkout and clone project with local file path in my XCODE is crash.
When i enter file path "file:///iOS/svnProject" in location field xcode is crash please help for the same ...
0
votes
0answers
25 views
Working copy location of xCode SVN repository
Reference version: xCode 4.5.2
In Organizer-Repositories I see for each repository a "Root" folder and one or more folders related to the root. How I can see the working copy location related to each ...
0
votes
0answers
24 views
Using Existing SVN Branch in Xcode
We've already created a branch in SVN without using Xcode. Is there a way to now let Xcode know that the branch exists so that the merge can happen in Xcode 4.6?
1
vote
1answer
43 views
Getting Obstructing Warning with .pbx workspace file svn local copy.
I am working with svn server to upload my updated file to server. But at last when i upload latest copy to server at that time i get Obstructing warning in my below given Xcode project file. I dont ...
1
vote
0answers
25 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 ...
0
votes
2answers
67 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
459 views
Using Subversion with XCode 4.6
I have little experience using VSS before. For iOS development, I have installed Subversion on a remote Windows machine and accessing it from my Mac. And I have a few gray areas to clear up.
This is ...
0
votes
1answer
46 views
Should I include Xcode .plist and .pch files to source control?
Whenever creating a new project or importing an existing one, Xcode usually creates three files and a folder. The first two files are found in the root of the project:
ProjectNameHere-Info.plist
...
0
votes
3answers
134 views
Adding ios frameworks (like Google Maps API) to subversion won't allow working checkout
I added the new Google Maps API framework to a project and checked it into subversion. The framework has the usual Apple structure which includes alias files that point to the actual static library ...
0
votes
0answers
51 views
Xcode+SVN: Files in another directory (outside project folder)
I have two related projects and some common/shared code in a folder layout like this:
/path/to/ProjectA/
(inside is ProjectA.xcodeproj + all of its source files)
/path/to/ProjectB/
(inside is ...
0
votes
1answer
43 views
How to add submodules, frameworks or libraries to SVN repository
I'm creating a new iOS project were I would like to use some integration libraries. I.E: facebook, sharekit, etc. I noticed most of them come as static libraries or git submodules... so the question ...
0
votes
0answers
79 views
XCode svn missing file references
In Xcode, I have switched from using resources from a working copy(SVN) to a local file and XCode now give a warning for each file in the old working copy folder. I cannot delete these files as they ...