roippi
Developer
So I've been playing around locally with SVNKit and it's very, very easy to check stuff out and even update working copies. It's cool.
I have no idea how to properly implement this. Scripts cannot call the update function on themselves arbitrarily inline, that way lies madness. Should script writers who want to use this functionality be forced to write a second wrapper script that basically just does "svn update" on the real script and then runs it? That sounds terrible.
Maybe some privileged block a la static{} that gets run before everything else?
I have no idea how to properly implement this. Scripts cannot call the update function on themselves arbitrarily inline, that way lies madness. Should script writers who want to use this functionality be forced to write a second wrapper script that basically just does "svn update" on the real script and then runs it? That sounds terrible.
Maybe some privileged block a la static{} that gets run before everything else?
Last edited: