DISQUS

DISQUS Hello! Life is grand is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

Jump to original thread »
Author

S3 + Subversion

Started by paulmwatson · 10 months ago

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 wa ... Continue reading »

4 comments

  • Paul,

    Have you seen JungleDisk ?
    It setups a webdav server on your local machine so you can drag and drop files for backup.
    I'm kicking the tyres on S3 to see if I can make it work with subversion.

    the webdav port is http://localhost:2667 - I'm not sure if subversion works with webdav but if it does then I'm sorted.

    Will let you know how I get on.
  • hey guys, did anyone have any luck with this? Just curious as it is a great idea.

    Adam
  • Hello Gents,

    I just mapped drive S: to my local machine using Jungle DIsk and then used TortoiseSVN to create a repository ... S:\\svn ... then checked that repository out via url file:///s:svn ...

    Seems to work fine ... bit sluggish on commit but by that stage it's probably time for a beer anyway. ; )

    Cheers

    Mike
  • I found that one here:
    http://blog.pragmatic-it.de/articles/2007/08/26...
    He uses a post-commit hook which posts only the deltas to S3

Add New Comment

Returning? Login