just a reminder (under a separate subject line), sourceforge.net's git
repository is now OFF-LINE i.e. TERMINATED.

the official repository depends on whether you have read-write access
or whether you are using anonymous only.

read-write developers
------------------------------

this ONLY is relevant to the 30 or so people who have read-write access

the repository is now "[email protected]:pyjamas"

how to switch over.

example: i have (had) the following in ~/pyjamas/.git/config

 [remote "origin"]
   fetch = +refs/heads/*:refs/remotes/origin/*
   url = ssh://[email protected]/gitroot/pyjamas/pyjamas
[branch "master"]
   remote = origin
   merge = refs/heads/master
[remote "pyjs"]
   fetch = +refs/heads/*:refs/remotes/origin/*
   url = [email protected]:pyjamas

and that should be:

 [remote "origin"]
   fetch = +refs/heads/*:refs/remotes/origin/*
   url = [email protected]:pyjamas
[branch "master"]
   remote = origin
   merge = refs/heads/master

if you make that modification to ~/.git/config you will *not* need to
do a "new checkout" blah blah.

anonymous access
----------------------------

for everyone who has read-only access, the git repo access is "git
clone git://pyjs.org/git/pyjamas.git" just like it says at the top of
the pyjs.org web site.

l.

Reply via email to