Page 1 of 1

Subversion server?

Posted: Sat Oct 02, 2010 4:37 pm
by radioz
I'd like to set up a software repository on my hda for my development needs.

Has anyone setup a Subversion (or even CVS) server on your hda?

Any tips on getting it running?

Thanks

Re: Subversion server?

Posted: Mon Oct 25, 2010 5:30 pm
by cpg
all you need is to install subversion and initialize a repo. the rest is done via URIs to the repo (in general) or just a path to the repo.

i think it's really simple. git has simplified it even more.

Re: Subversion server?

Posted: Mon Oct 25, 2010 9:48 pm
by radioz
Thanks. I need to set up one of them.
You just reminded me of Git. I'll have to look at that one too.

Maybe I'll do a writeup once I get something installed.

Re: Subversion server?

Posted: Mon Oct 25, 2010 9:54 pm
by cpg

Code: Select all

yum -y install subversion git
that's all!