Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Cvs & Ftp

  • 15-04-2008 3:31pm
    #1
    Registered Users, Registered Users 2 Posts: 1,127 ✭✭✭


    Guys

    Anyone know of any good shell scripts/programs that allow me to FTP (or scp) CVS tagged builds or branches to a remote server?

    My issue is that the remote server does not have CVS installed, so I cant check out to there. I have a CVS repository on my local machine, and I just want to be able to "publish" files from CVS by tag name.

    Any ideas?

    Cheers
    Stephen


Comments

  • Moderators, Science, Health & Environment Moderators Posts: 10,088 Mod ✭✭✭✭marco_polo


    Guys

    Anyone know of any good shell scripts/programs that allow me to FTP (or scp) CVS tagged builds or branches to a remote server?

    My issue is that the remote server does not have CVS installed, so I cant check out to there. I have a CVS repository on my local machine, and I just want to be able to "publish" files from CVS by tag name.

    Any ideas?

    Cheers
    Stephen

    Is it windows or a unix box, because if it is a unix box it is trivial to set up cvs for remote access using pserver like so:

    http://www.taursys.com/howto/cvs/

    Not too sure if it is as easy with win cvs but this *seems* to be one option:

    http://www.semanticnoise.com/projects/cvs-via-ssh/

    Not sure there is anything available if you want to to "push" the data to the remote pc from the cvs machine but it shouldn't be too hard to write a basic script for this.


Advertisement