John Malloy wrote: > Does anyone have suggestions on the best way to Setup An SVN Repository > server? Use Git instead: Step 1: Install Git (aptitude, yum, whatever). Step 2: mkdir foo; cd foo; git init You now have a Git repository to do with as you see fit. -- Rich P.