Merlin’s weekly podcast with Dan Benjamin. We talk about creativity, independence, and making things you love.
Merlin’s weekly podcast with Dan Benjamin. We talk about creativity, independence, and making things you love.
”What’s 43 Folders?”
43Folders.com is Merlin Mann’s website about finding the time and attention to do your best creative work.
Geek Throwdown: How to sync two or more Macs?
Merlin Mann | Oct 12 2007
Enter the OctagonHere’s an experimental new feature: The Throwdown. Take a problem that lots of people face and tell us your personal favorite way to deal with it — in as much detail and with as much persuasion as you can muster. Today, a lot of us are living on two or more Macs -- which is great, except for the challenge of keeping the contents and settings of multiple machines effortlessly in sync. Now before you pop in, holler "dot mac," and jump back on your Segway®, consider that many folks (including your author) are looking for a lot more than simple document syncing and perfunctory preference sharing. How about if your needs are more nuanced:
You get the idea. You have a system; now tell us about it. Bow to your sensei, then spare no detail. How do you sync your Macs?rsync? ChronoSync? Synchronize? Unison? Something you made yourself? What are using to sync your Macs, and how are you using it? 80 Comments
POSTED IN:
Re: Automating Subversion?Submitted by aneviltrend on October 12, 2007 - 8:50am.
People new to subversion (or who don't want to do much tinkering with the command line) can take advantage of this Finder plug-in to have full access to the commands from within the comfort of the Finder. I haven't personally tried it out, but I've heard good things about it. If you're really new, you'll probably want to read up on just what it is with this subversion book. This makes it easy to use subversion from outside of the command line, but I don't know if it has some sort of Applescript interface (I'm pretty sure it doesn't) for automating updates or commits. I find it useful to update and commit manually rather than at regular intervals (just helps to reduce conflicts if I'm editing the file on more than one machine), but I can't imagine it to be too hard to automate the process using a shell script. If you have a repository checked out at ~/college101/, then you can use this small shell script to automate the update and commit from the server:
Save this script, and add it to your crontab, and you should be set. My word of caution is that if you check out the repository onto multiple machines, and tend to edit similar files, you may start running into conflicts on those files. Remember to commit and update regularly without the script as well. » POSTED IN:
|
|
EXPLORE 43Folders | THE GOOD STUFF |