Creating With Code

A blog by Robert (Marty) McGuire

Entries Tagged as 'HowTo'

Extracting projects from a shared Subversion repository

May 28th, 2008 · 4 Comments

I recently had the need to migrate a project from a Subversion (SVN) repository that was shared among many other projects and groups to a fresh repository where it would be the first of many projects. My first instinct was to simply use svnadmin dump to dump out the contents of the whole shared repository, [...]

[Read more →]

Tags: HowTo

Simple online storage with Amazon’s S3

May 20th, 2008 · 4 Comments

If you’ve been following all of the latest buzz about data and applications “in the cloud”, then you’re probably already familiar with Amazon’s Simple Storage Service (S3). If you’re not, or if you’ve never had the chance to play with it, then this post should help you get up, running, and able to easily store [...]

[Read more →]

Tags: HowTo