You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Dany Gil Gomes <da...@dt.ept.lu> on 2010/06/23 21:42:21 UTC

svn installation on redhat

Hello,

We got a redhat server and want to install svn on an existing directory ove=
r svn-ssh and eclipse plugin. Can somebody give me an tutorial how to insta=
ll it or give me some help.

Thanks in advance for your help.

Best regards,
Dany

Re: svn installation on redhat

Posted by Ryan Schmidt <su...@ryandesign.com>.
Hi Dany,


On Jun 23, 2010, at 16:42, Dany Gil Gomes wrote:

> We got a redhat server and want to install svn

No problem, you should be able to find a version of Subversion that's precompiled for RedHat. Check the downloads page.

http://subversion.apache.org/packages.html#redhat

And the Book should have installation and setup instructions of some kind that might be useful.

http://svnbook.red-bean.com/en/1.5/svn.intro.install.html


> on an existing directory

Not sure what you mean... Subversion is a program and will install in the usual places where programs install on your operating system.

If you mean you have an existing directory with data you've created, and you now want that data to be imported into Subversion, then that can be done. Read the first few chapters of the Book for basic Subversion usage information. If you further mean that you then want that existing directory to become a Subversion working copy, then the process you'll want to look into is the one called an "in-place import"; see the FAQ:

http://subversion.apache.org/faq.html#in-place-import


> over svn-ssh

Subversion can be configured to run that way; see the Book.

http://svnbook.red-bean.com/en/1.5/svn.serverconfig.svnserve.html#svn.serverconfig.svnserve.sshauth


> and eclipse plugin.

I think they probably have a separate mailing list where you can ask for help if needed; this list is for the basic Subversion program and libraries.


> Can somebody give me an tutorial how to install it or give me some help.