-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using the SCM Tools embedded in XCode to manage my app's versioning.
I have created an iPhone app and I have added/committed it to the Subversion server but the .xcodeproj file won't upload (all the class files, resources etc are there)! I don't even get the option to "Add to Repository". Sometimes…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am developing an application for the Mac as a small team (me + another person) effort. We are located in different cities, and have started to see the need for solid source control management.
None of us have any experience with this, and both of us are relatively new to Cocoa/Obj-C/Xcode (but…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
When Matlab is installed in its 64 bit version, it can use only 64 bit source control systems. Is there a source control system that's free, works with 64 bit Matlab and runs on Windows?
It can be a system that supports only one developer. It can be 32 bit itself, if it'll work. It will be installed…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
Hi!
I have developed IIS web service to send PAP messages using Blackberry Push API over MDS.
And there is an application installed on device, configured to receive push messages on appropriate port.
Everything works well on MDS simulator.
But it's not working well in real environment:
I have installed…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm currently researching new source control options for a team of 10 developers. We do .net development in Visual Studio 2008. We currently use VSS for source control.
We are looking for a centralized source control solution(non-distributed), with a nice Visual Studio plugin. My manager has recommended…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
We are developing an application which consists of:
a source code base given to us by a partner infrequently. This is a somewhat working code, "final" version of something. They have their own release cycle and version tracking.
on the code base above we make our changes. These can be either…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello all, I 'm relatively new to git and and having some problems early on. I've made several commits, but when I try to push them I get a response that says everything is up-to-date. I feel like my problem is the same on listed in this question, but it recommends the following:
$ git log -1
# note…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Our team is currently using plain old TFS 2005, no branching, shared checkouts etc... I would like to introduce a DEV/MAIN/PROD branching system simillar to the basic flavor in the TFS Guidance document so that we can do some parallel dev, isolation, and firm up review and deployment processes.
I…
>>> More
-
as seen on Geeks with Blogs
- Search for 'Geeks with Blogs'
Having a good branching strategy will save your bacon, or at least your code. Be careful when deviating from your branching strategy because if you do, you may be worse off than when you started! This is one possible branching strategy for Scrum teams and I will not be going in depth with Scrum but…
>>> More
-
as seen on Programmers
- Search for 'Programmers'
I'm basing my Git repo on http://nvie.com/posts/a-successful-git-branching-model/ and was wondering what happens if you have this situation:
Say I'm developing on two feature branches A and B, and B requires code from A. The X node introduces an error in feature A which affects branch B, but this…
>>> More