I'm considering writing some JavaScript to make commits to Subversion
repositories, using XMLHttpRequest

Does any code like this already exist? Are there any reasons I haven't
thought of, why this would be impossible (or prohibitively difficult?)

The purpose is, a couple organizations have XML documents that I helped
them manage with Subversion. Currently they edit these documents as
usual: by checking out, editing, and committing

Now I want to create a specialized web interface for editing the XML
documents. This JavaScript would let me commit the changes to
Subversion, without any server requirements beyond the Subversion
repository

Reply via email to