|
Project Information
Links
|
This is the SVN protocol implemented in AS3. This library gives you the ability to write your own SVN client completely in Flash. Only the svn:// prototcol is implemented as of right now. This is still very much a work in progress and needs a lot of work to get it ready for prime time, but I wanted to release it so people could track progress. Here is a description of the svn protocol http://svn.collab.net/repos/svn/trunk/subversion/libsvn_ra_svn/protocol Supported methodsget-latest-rev Check out the HowTo Wiki Page to see how to use some of these methods. Other Open Source Libraries Usedas3crypto is used for CRAM MD5 authentication gskinner StringUtils Using gskinner.com's String Utils class because I was too lazy to write my own. SVNKit Some of the code was converted from the Java SVNKit |