Find the answer to your Linux question:
Results 1 to 2 of 2
regards and thanks...
  1. #1
    Just Joined!
    Join Date
    Jan 2009
    Posts
    1

    How install Subversion and Trac in RHEL 5.3 ?

    regards and thanks

  2. #2
    Linux Enthusiast L4Linux's Avatar
    Join Date
    Sep 2008
    Location
    Greece
    Posts
    584
    If you are connected to the Internet, for subversion, type in terminal:
    Code:
    sudo yum install subversion
    or
    Code:
    su
    yum install subversion
    I don't know if Trac is available on RHEL repositories, but you can try
    Code:
    sudo yum install trac
    If it isn't, you have to check Trac website for more information.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...