Darren Beale Web developer & early adopter

ArchiveOctober 2006

Subversion repository creation shell script

S

I've updated my svn repository creation script, it now copies and imports the code. Works for me, etc. [code]#!/bin/sh # Darren Beale – siftware.co.uk # bealers@gmail.com # Oct 06 # v0.2 # This simple script creates a folder structure # containing /trunk /tags and /branches. It then places the # contents of a folder specified by the user into the trunk, # creates a subversion...

Darren Beale Web developer & early adopter