# Currently, the below code is unable to release the sqlite # database file used to store data because SVN::Client module has # no perl code for releasing the lock it aquires on the .svn # working copy db.wc file. In order to accomplish this, it seems # that svn_wc_context_destroy must be called. This seems to be # built into the XS code written for the perl bindings, but there # does not seem to be a perl binding written to utilize it. Until # this is resolved, the only way to release the lock on the # database file is to terminate the process that acquired it.