update

Preview an SVN Update

Since "svn update" is a subset of "svn merge" you can use something like:

svn merge --dry-run -r BASE:HEAD .

(Source: http://translocator.ws/2005/10/12/svn-update-dry-run)

The only downside is that 'svn merge' does not quite work like 'svn update' in the sense that you can not run 'svn merge' from outside the workspace. E.g. if I have several workspaces under /tmp/irakli: /tmp/irakli/one and /tmp/irakli/two, I can run:

cd /tmp/
svn update irakli/one

whereas /tmp is not a workspace. We can not do the same with svn merge.

iPhone Update 1.0.1

The much awaited first software update of iPhone is out!

One of many novel things about iPhone, setting it aside from the CellPhones 1.0, is that it is supposed to be frequently and significantly improved through a series of software updates. This first update is not that exciting - just a collection of bug-fixes, but marks a point in the history. I installed the update - the phone still works, so - good news :)

I wonder if the update will shut down some of the breaches the community was able to make into the closed world of iPhone.

Syndicate content