Thanks apple for this primer:
I’ll add comments as i get through this primer.
Thanks apple for this primer:
I’ll add comments as i get through this primer.
Neat!
I’ve been away from code and SVN branch merges a little recently so I forgot the exact process of handling multiple branches merging up and down from trunk.
After a little thought and partially effective googling, i found that the following is an efficient process:
Introduction – What I had
Step 1 – Preparation – Checkout local copies of trunk, branch_a, and branch_b
Step 2 – Merging branch_a back to trunk after a successful rollout
Step 3 – Merging the newly updated trunk into branch_b
Step 4 – When i’m ready, i’ll merge branch_b back into trunk, following Step 2 above
That’s it!
At TechnoPhobia, we have an interesting challenge to implement a technology agnostic requirements capture process that (in my mind) will enable us, with very minimal effort, to repurpose these documented requirements into fully automated browser tests. I’m thinking that the process could look something like this:
Pretty cool, huh! No more massive team specific documents, just good old plain textual stories that are shared by all on the project, including the client.
Making this happen across multiple technologies
I am WAY TOO EXCITED to see an implementation in Java! This opens massive opportunity to progress with a technology agnostic approach. Now to find a suitable solution for .Net and perhaps PHP
This is quite unexpected. I have 45Gb of video footage and so moved it to my NAS and thought i’d created a sym link by creating an alias to that directory in my local Movies directory. As iMovie completely failed to recognise the new alias as a sym link, i had a peak in console and discovered that a Finder created alias is not a sym link and hence doesn’t work! How very odd!
After creating a sym link in the terminal, the problem is solved.
Odd! I’m sure i’ve missed something!