http://www.perlmonks.org?node_id=155706


in reply to Re: Re: My primary PC CPU is a
in thread My primary PC CPU is a

I copy the code over, develop at home and copy it back

Do you literally copy the code? Is your code not in some sort of network-available CVS project? CVS is the only way to go on that sort of situation.

You'll love it. Trust me.

xoxo,
Andy
--
<megaphone> Throw down the gun and tiara and come out of the float! </megaphone>

Replies are listed 'Best First'.
Re: Re: Re: Re: My primary PC CPU is a
by {NULE} (Hermit) on Apr 01, 2002 at 12:52 UTC
    I'm pushing hard to get CVS here. I use it at home, but I'm selling it to a group of developers who have 'got along fine without it for years'. I have the go ahead to install it and come up with a compelling demo. The only thing I haven't played with is using it over an SSH tunnel, which would be a requirement to using it from home. The other challenge is that we use e*Gate 4.5.1 which has it's own pretend version control (basically only locking) and CVS will have to play nice with it.

    Thanks for the input, though,
    {NULE}
    --
    http://www.nule.org

      You don't even need an explicit tunnel as long as you're running SSH on both ends. Just set your CVS_RSH environment variable to ssh and you're set.

      xoxo,
      Andy
      --
      <megaphone> Throw down the gun and tiara and come out of the float! </megaphone>