[Discuss] Setup An SVN Repository server

Richard Pieri richard.pieri at gmail.com
Mon Jan 27 11:45:59 EST 2014


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.



More information about the Discuss mailing list