[Insight-developers] ITKv4: Features vs Clean up

Rupert Brooks rupert.brooks at gmail.com
Wed Jul 6 07:58:47 EDT 2011


Sorry folks. I've banged my head on this for a while, but im stuck and
need help with Gerrit.  I'm stuck at the point of checking out the
change set for code review.

I've blown away my ITK repo and started from scratch - which is just
to Git clone, followed by the SetupForDevelopment script.  That script
is able to successfully connect to Gerrit via my SSH public key, or so
it claims.

Then i tried to check out a change from Gerrit.  Both http and ssh
hang up on me.  However, i did manage to learn that

This is machine specific - on a different machine (unfortunately not
one i want to use do to the code review) it works fine.  The machine
giving me trouble is using NAT behind a router.  All outgoing ports
are open as far as i know.  If the machine is trying to call me back
on a different port though it wont get through.  But my reading of the
docs doesnt suggest this is the case.

I can SSH into review.source.kitware.com.  (on port 22 or 29418) It
gives me the polite message about no interactive shells and kicks me
off, but it works.

Im stuck - a full transcript of my session is below (http doesnt work
either - see bottom of log).  I'm stumped.  Its probably a bonehead
mistake, but i really cant see it.

Thanks
Rupert


--------------------------------------------------------------
Rupert Brooks
rupert.brooks at gmail.comrupert@morrigan:~/src$ rm -rf ITK
rupert at morrigan:~/src$ git clone git://itk.org/ITK.git
Initialized empty Git repository in /home/rupert/src/ITK/.git/
remote: Counting objects: 266120, done.
remote: Compressing objects: 100% (52062/52062), done.
remote: Total 266120 (delta 212285), reused 265846 (delta 212103)
Receiving objects: 100% (266120/266120), 63.10 MiB | 248 KiB/s, done.
Resolving deltas: 100% (212285/212285), done.
rupert at morrigan:~/src$ cd ITK
rupert at morrigan:~/src/ITK$ ./Utilities/SetupForDevelopment.sh
Initializing and downloading submodules...
Submodule 'Testing/Data' (git://itk.org/ITKData.git) registered for
path 'Testing/Data'
Initialized empty Git repository in
/home/rupert/src/ITK/Testing/Data/.git/
remote: Counting objects: 4544, done.
remote: Compressing objects: 100% (2144/2144), done.
remote: Total 4544 (delta 2370), reused 4544 (delta 2370)
Receiving objects: 100% (4544/4544), 38.96 MiB | 257 KiB/s, done.
Resolving deltas: 100% (2370/2370), done.
Submodule path 'Testing/Data': checked out
'60004079ec937f051555a0b2e2489893a853a869'
Done.

Setting pushurl for origin.
error: Unknown subcommand: set-url
usage: git remote [-v | --verbose]
   or: git remote add [-t <branch>] [-m <master>] [-f] [--mirror] <name> <url>
   or: git remote rename <old> <new>
   or: git remote rm <name>
   or: git remote set-head <name> [-a | -d | <branch>]
   or: git remote show [-n] <name>
   or: git remote prune [-n | --dry-run] <name>
   or: git remote [-v | --verbose] update [-p | --prune] [group]

    -v, --verbose         be verbose


Checking basic user information...
Your commits will have the following author:

  Rupert Brooks <rupert.brooks at gmail.com>

Is the author name and email address above correct? [Y/n] y

Setting up git hooks...
Initialized empty Git repository in /home/rupert/src/ITK/.git/hooks/.git/
Pulling the hooks...
remote: Counting objects: 135, done.
remote: Compressing objects: 100% (56/56), done.
remote: Total 135 (delta 76), reused 134 (delta 75)
Receiving objects: 100% (135/135), 29.38 KiB, done.
Resolving deltas: 100% (76/76), done.


More information about the Insight-developers mailing list