After you start tracking the source of a bunch of open source software, how do you keep your code in sync? Run svn update
every time you want to look at or play with the code?
It strikes me that it would be better to essentially start mirroring the code with (say) a cron
job every night. Have people set up workflows to do this sort of thing? (With alerts when/if any changes you make to the code end up conflicting with the latest update?)
Or am I on my own? (I'm running Mac OS X but interested in general as well as specific solutions.)