Displaying 1 result from an estimated 1 matches for "my_r_devel_sourc".
Did you mean:
my_r_devel_sources
2005 Jun 28
1
Running ./tools/rsync-recommended through a proxy
...proxy server. The
particular server is running squid on port 3128.
I have managed to configure web browsers, ssh, apt, svn and a whole
lot of other tools to use the proxy server but I haven't been able to
configure rsync. My usual method of updating my copy of the R-devel
sources is via
cd my_R_devel_sources
svn up
./tools/rsync-recommended
cd my_R_build_directory
...
Can anyone offer suggestions on how to get rsync-recommended to work
through a proxy? I have set
export RSYNC_PROXY="machine.name:3128"
which I understand from the documentation is the magic environment
variable (I don...