gnuherds-app-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Updating the work team people list


From: Antenore Gatta
Subject: Re: Updating the work team people list
Date: Thu, 21 Dec 2006 14:24:42 +0100

Hi David,

Check tips on savannah site to access cvs... I had some problem in the beginning because of the ssh access.

i.e.

1. generate an ssh key

ssh-keygen -t dsa

2. put the contents of ~/.ssh/id_dsa.pub on savannah site

3. If you want configure the ssh agent

SSHAGENT=ssh-agent SSHAGENTARGS="-s"
if [ -z "$SSH_AUTH_SOCK" -a -x "$SSHAGENT" ]; then   eval `$SSHAGENT $SSHAGENTARGS`;   trap "kill $SSH_AGENT_PID" 0; fi

3. Add your private key in to the agent

ssh-add

4. Work with cvs

export CVS_RSH=ssh
cvs -z3 -d:ext:address@hidden:/sources/gnuherds-app co gnuherds-app

Davi has already put your name as Italian translator, you can modify it according on what you want (you will) do.

Cheers
Antenore.

2006/12/21, David Paleino <address@hidden>:
2006/12/19, Davi Leal <address@hidden>:
Hi,
 
Hi Davi,

Victor and David, could you add yourself to the "Current work team" section
the of the Hackers' Guide?.

The file to edit and commit is:
Layer-0__Site_entry_point/templates/GNU_Herds_Hackers_Guide_content.tpl

The list of people this ordered alphabetically.
 
Sure, if I only could access savannah's CVS server. I actually have problems with my Debian, ASAP I'll check my CVS settings.

Davi
 
Cheers,
David

_______________________________________________
GnuHerds-app-dev mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/gnuherds-app-dev




reply via email to

[Prev in Thread] Current Thread [Next in Thread]