Welcome to the JaguarPC Community
JaguarPC
Sales: (888) 338-5261
Support: (888)-551-3050
Results 1 to 3 of 3

This is a discussion on CVS Repository or Other Source Control in the Shared & Semi-Dedicated forum
Is it possible for me to set up a CVS repository or some other form of source control in the webspace I have here? If ...

  1. #1
    JPC Member
    Join Date
    Dec 2002
    Posts
    24

    CVS Repository or Other Source Control

    Is it possible for me to set up a CVS repository or some other form of source control in the webspace I have here? If so, I would love to get any tips from anyone who has them, as I have never tried anything like this before.

  2. #2
    Community Leader jason's Avatar
    Join Date
    Sep 2001
    Location
    Rochester, NY
    Posts
    6,003
    CVS is available on the server, however to access it through a CVS client like WinCVS you'll need to set up an SSH tunnel. That means that only you will be able to access the repository unless you give your site's password out to your other developers (assuming you have any).

    I started setting up CVS on my account one time but I never really got it to work and kind of dropped it. If you get it working please let me know what you did.

    There also used to be some kind of project management app that you could auto install with CPanel. I remember it had some kind of file checkout system, but I don't know how good it was. I'm not sure it is still even available, but if you take a look at Sorce Forge or someplace similar I'm sure you'll be able to find something.

    Good luck.

    --Jason
    Jason Pitoniak
    Interbrite Communications
    www.interbrite.com www.kodiakskorner.com

  3. #3
    Jag Veteran
    Join Date
    Sep 2002
    Posts
    650
    To make it short, all you need is to
    1. SSH into your account and create CVS repository
    2. configure your CVS client to use SSH tunnel by setting
    a) CVSROOT to :ext:USERNAME@DOMAINNAME:PATHTOCVS
    where USERNAME is the user name you use to SSH into your account, DOMAINNAME is your domain name and PATHTOCVS is a path to CVS repository.
    b) CVS_RSH to ssh
    (or in some cases, the full path to ssh program)

    Optionally, you can set up sec. certificates for passwordless access.

    Here is a useful link: http://www.wincvs.org/ssh.html

Bookmarks

Posting Permissions

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