
fuelas3svn
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 methods
get-latest-rev
stat
get-dir
get-file
get-dated-rev
rev-proplist
log
update
reparent
Check out the HowTo Wiki Page to see how to use some of these methods.
Other Open Source Libraries Used
http://code.google.com/p/as3crypto/'>as3crypto is used for CRAM MD5 authentication
http://www.gskinner.com/blog/archives/2007/04/free_extension.html'>gskinner StringUtils Using gskinner.com's String Utils class because I was too lazy to write my own.
http://svnkit.com/'>SVNKit Some of the code was converted from the Java SVNKit
Project Information
- License: MIT License
- 11 stars
- svn-based source control
Labels:
as3
svn
fuelindustries
flash