How can I install Rabbit SVN in Fedora? Once installed, what are the steps involved in using it in Fedora?

link|improve this question
As for steps involved in using it, we probably need to know what you want to do with it. – Chad Feller Aug 26 '11 at 21:46
feedback

migrated from stackoverflow.com Aug 25 '11 at 11:33

This question came from our site for professional and enthusiast programmers.

1 Answer

I assume you are talking about RabbitVCS, which handles SVN. As for installing it, it is in the standard Fedora repos. Just do a :

yum install rabbitvcs-svn

or a:

yum install rabbitvcs*

which will install all RabbitVCS components.

If you only want select packages, a yum search rabbitvcs will show you what is available.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown