Re: Secure src code management

From: Erik de Castro Lopo (nospam_at_mega-nerd.com)
Date: 04/20/04


Date: Tue, 20 Apr 2004 21:42:36 +1000

Frank wrote:
>
> I know this is a little of topic but have no idea where else that is
> generic enough to post this.
>
> Looking for a secure way to do source code management with remote
> locations. i.e. have 2 developers working from home and want to use
> some type of source code control system, but it has to be secure. No one
> can access the code.

You have anumber of options.

CVS can use an SSH tunnel to communicate with a server.

A better option might be GNU Arch which has a number of benefits over
CVS. It can also use SSH (or rather sftp) as a transport.

    http://www.gnu.org/software/gnu-arch/

Erik

-- 
+-----------------------------------------------------------+
  Erik de Castro Lopo  nospam@mega-nerd.com (Yes it's valid)
+-----------------------------------------------------------+
"Windows was created to keep stupid people away from UNIX."
  -- Tom Christiansen


Relevant Pages

  • Re: Code management & deployment
    ... CVS and Ant are two powerful tools. ... check source code out of production ... just have an ant script that deploys your code to the deployment server just ...
    (comp.lang.java.help)
  • [OT] Re: painters: The good ole flame wars ...
    ... Hey, Erik, if you read this: Hope you are doing well - as good as it can be!! ... with it tracing the entry, the exit, the source code line (is there a __LINE__ ...
    (comp.lang.lisp)
  • RE: ITemplate - Dynamic ImageButton in BindLabelColumn for DataLis
    ... Good morning Erik, ... Yes you are right on both counts; I missed uploading the source code ... >> As for formatting a number as currency you can use the DataFormatString ... >> Phillip Williams ...
    (microsoft.public.dotnet.framework.aspnet.webcontrols)
  • Re: basic source code archiver
    ... ive use cvs before and it can consume quite a bit of time and patience ... I could do with a simple source code archiver ... complexity of source code control. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Few Good Interview Questions
    ... should have source code' and put it in CVS 'where it should be'. ... Surely not CVS. ... Fortunately the executables contained pointers to the source it was built from so it was possible to track down the sources to almost all of it in the directories of half a dozen different developers. ... I had to write code to find the string in the Nth block of the executable at an offset of M bytes from the beginning if the block. ...
    (comp.unix.solaris)