[haiku-development] Re: Some questions

  • From: "Ryan Leavengood" <leavengood@xxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Wed, 30 Apr 2008 12:43:01 -0400

On Wed, Apr 30, 2008 at 12:08 PM, Fredrik Modéen <fredrik@xxxxxxxxx> wrote:
>  Ease one :) ModeenF

OK you are now a developer. You will need to switch your source repo
so that is used ssh+svn with your new username. It would probably be
something like this:

cd /your/haiku/src/dir
svn switch --relocate svn://svn.berlios.de/haiku/haiku/trunk
svn+ssh://modeenf@xxxxxxxxxxxxxx/svnroot/repos/haiku/trunk .

For more info about svn switch:

http://svnbook.red-bean.com/en/1.1/re27.html

Also for svn+ssh access, you will need to type your berlios.de
password a lot unless you upload an SSH key. For info about that, read
this:

https://developer.berlios.de/docman/display_doc.php?docid=31&group_id=2

That documentation is lacking somewhat in that you really need to put
the SSH key in your user profile as well as uploading it immediately.
Otherwise the berlios.de cron jobs will just clear out the key you
uploaded.

Ryan

Other related posts: