another scala kitten
                val Array(kind, path) = entry split ":" take 2
                val name = path split "/" last
(parses stuff like
"folder:/root/trunk/branch/mystuff.png")No, I don't care about possible errors in this specific case: it is a test.

