¡@

Home 

2014/10/15 ¤U¤È 10:11:21

iphone Programming Glossary: mercurial

What OSX/XCode version control system should I use for iPhone development?

http://stackoverflow.com/questions/1378399/what-osx-xcode-version-control-system-should-i-use-for-iphone-development

the road 6 12 months Thanks in advance for the help. iphone xcode osx version control share improve this question Mercurial would be my pick for version control for a project starting as a solo project if you don't want to set up a dedicated server... my pick for version control for a project starting as a solo project if you don't want to set up a dedicated server. Mercurial requires no server because it's a distributed VCS every working copy is also a complete repository so once you've installed.. no server because it's a distributed VCS every working copy is also a complete repository so once you've installed Mercurial you are ready to go just type 'hg init' in the root directory of your project and you're off. It's perfect for working alone..

What tools do you use to support XCode? [closed]

http://stackoverflow.com/questions/3937645/what-tools-do-you-use-to-support-xcode

tools work in a cohesive fashion. iphone xcode osx development environment devtools share improve this question Mercurial to source control things Bitbucket to host that source and provide issue tracking Dropbox to make the source is both sync'ed..