OpenJDK Community Code Review server rollout
John Coomes
John.Coomes at sun.com
Tue Feb 10 11:10:29 PST 2009
Tim Bell (Tim.Bell at Sun.COM) wrote to discuss at openjdk.java.net:
> ...
> With that introduction, I would like to announce the initial rollout
> of an OpenJDK Community Code Review server. The home page is
> http://cr.openjdk.java.net.
>
> Users having push access to the Mercurial repositories also have scp,
> sftp, and rsync access to the code review server. Please refer to the
> link above for more information and an example showing how to push a
> webrev to the server.
>
> This is an initial step, and I am sure there will be many more.
> Please give the site a try and send feedback to
> web-discuss(at)openjdk.java.net.
First, many thanks, this is something we obviously need. Second, scp
and sftp work fine, but rsync does not:
$ rsync -avv 4396719-fatstack jcoomes at cr.openjdk.java.net:
opening connection using: ssh cr.openjdk.java.net -l jcoomes rsync --server -vvlogDtpre.is .
insecure -e option not allowed.
This account is restricted by rssh.
Allowed commands: scp sftp rsync
If you believe this is in error, please contact your system
administrator.
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(600) [sender=3.0.5]
I can live with scp, but rsync would be nice for partial transfers.
Has anyone else used rsync successfully?
-John
More information about the web-discuss
mailing list