Archive for the ‘Source Control’ Category

S3 + Subversion

Friday, July 14th, 2006

Something I’d like to see is a Subversion repository stored on S3. From the little I know of how Subversion stores data I don’t think it would be that easy. You wouldn’t want svn sending the entire single repo file up and down to S3 everytime. You’d want the individual items and their deltas being sent.