Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Josh Kahane

macrumors 6502
Original poster
Aug 29, 2006
439
1
Suffolk, UK
Hi

I recently got a Macbook Air and have found when I am out and about I often feel the need for a dabble into some programming.

So what are some recommended methods of being bale to work on an xcode project from home and away?

Thanks.
 
svn, just chose as repository something you can reach at home and in a far away place. Beats usb stick or ftp by far
 
I use SVN tied to my dropbox account.

I do something similar except keeping sync'd copies of the repository on both my MobileMe virtual drive and locally on my MBA 11 as well. That way I can still use source code control when completely offline (no wifi).
 
Hi

I recently got a Macbook Air and have found when I am out and about I often feel the need for a dabble into some programming.

So what are some recommended methods of being bale to work on an xcode project from home and away?

Thanks.

You could give a try to github.
 
Dropbox is very simple and easy to use.

+1. Dropbox has to be about the easiest way I've found. When I was using iDisk to work on a project and with three machines (home iMac, work iMac and Macbook), I was ending up with copies all over the damn place, and I was never sure which one was the most current. With Dropbox, I just drag the project to my Desktop, work on it, and then drag it back to my Dropbox.
 
Adding svn+dropbox like 87vert mentioned gives you the best of both worlds. Easy access from everywhere + real revision control.

Personally, I find revision control a la SVN/CVS/git extremely valuable since I am often away from code for long periods and it helps with the "WTF was I thinking?" problem.

B
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.