Echoing Jason, I'd recommend either Subversion (self hosted or via somewhere like Beanstalk - http://beanstalkapp.com/) or git (via Bitbucket or GitHub)
Git takes a little learning, but SO SO worth it. I use BitBucket for my personal stuff, as I tend to have lots of repo's, and thats expensive on github - well, for 1 person it is. BB is free for 5 users. If this is a commercial venture, start with github and move if it doesn't work for you. And if you come from a VSS background: Trust The Merge. VSS was always awful at it, so I'd avoid it as much as possible. Git is awsome at it (SVN is "ok" at it), so you can work in a totally different way. On Thu, Nov 1, 2012 at 7:27 PM, Jason Awbrey <[email protected]> wrote: > MD supports subversion & git out of the box > > Sent from my iPhone > > On Nov 1, 2012, at 12:25 PM, Kris Bloom <[email protected]> wrote: > > <noob question> > > Are there any code sharing/ccode control/colaboration systems out there that > work with mono touch? I have a very small team that (right now) have to > email each other code to keep each other up to date. Many years ago i used > visual source safe and wonder if there is a mono touch compatible equivalent > that works over the internet. Thanks guys > > </noob question> > > Thanks, > > Kris Bloom > -------------------------------- > Extreme Velocity 3D > www.ExtremeVelocity3d.com > > > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch > > > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch > -- Nic Wise t. +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise b. http://www.fastchicken.co.nz/ mobileAgent (for FreeAgent): get your accounts in your pocket. http://goo.gl/IuBU Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa Earnest: Self-employed? Track your business expenses and income. http://earnestapp.com Nearest Bus: find when the next bus is coming to your stop. http://goo.gl/Vcz1p London Bike App: Find the nearest Boris Bike, and get riding! http://goo.gl/Icp2 _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
