Community Page
- paulmwatson.com/journal Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Make songbird look like spotify: http://addons.songbirdnest.com/addon/1440
- Got it, thanks Paul!
- Email me your email address so I can invite you Mike (paul@paulmwatson.com)
- Happy New Year to you, as well! I was stopping by to see if you would be willing to lend a reader a Spotify invitation. I am desperately hoping to be able try out the service. Thanks! Mike
- Nice one Jamie. Even more ironic is that that "mass production" is probably still underpaid, underage workers in some 3rd world country sweat-shop.
Jump to original thread »
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 »
2 years ago
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.
2 years ago
Adam
2 years ago
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
1 year ago
http://blog.pragmatic-it.de/articles/2007/08/26...
He uses a post-commit hook which posts only the deltas to S3