SVN : Connection Refused

2014-11-07 Thread Sweta Rani
Upon running svn checkout http://svn.apache.org/repos/asf/mesos/site
mesos-last-attempt, it gives following error:
svn: E000111: Unable to connect to a repository at URL '
http://svn.apache.org/repos/asf/mesos/site'
svn: E000111: Error running context: Connection refused

I am using proxy so I tried even:
export HTTP_PROXY=http://10.3.100.207:8080;
But still after this it didn't work.

Thanks,
Sweta


Fwd: SVN : Connection Refused

2014-11-07 Thread Sweta Rani
Upon running svn checkout http://svn.apache.org/repos/asf/mesos/site
mesos-last-attempt, it gives following error:
svn: E000111: Unable to connect to a repository at URL '
http://svn.apache.org/repos/asf/mesos/site'
svn: E000111: Error running context: Connection refused

I am using proxy so I tried even:
export HTTP_PROXY=http://10.3.100.207:8080;
But still after this it didn't work.

Thanks,
Sweta


Re: SVN : Connection Refused

2014-11-07 Thread Joris Van Remoortere
http://stackoverflow.com/questions/1491180/how-to-configure-a-http-proxy-for-svn

On Fri, Nov 7, 2014 at 8:10 AM, Sweta Rani swetarani3...@gmail.com wrote:

 Upon running svn checkout http://svn.apache.org/repos/asf/mesos/site
 mesos-last-attempt, it gives following error:
 svn: E000111: Unable to connect to a repository at URL '
 http://svn.apache.org/repos/asf/mesos/site'
 svn: E000111: Error running context: Connection refused

 I am using proxy so I tried even:
 export HTTP_PROXY=http://10.3.100.207:8080;
 But still after this it didn't work.

 Thanks,
 Sweta



Re: SVN : Connection Refused

2014-11-07 Thread Sweta Rani
Thanks Joris,

The next thing troubling is that svn-checkout copies some of the files to
my desktop and then ends with error:
svn: E200014: Checksum mismatch for
'/home/proxima/mesos-last-attempt/source/api/latest/c++/search/functions_7.js':
   expected:  199b2291f4ed17d12c04094ba2b0c0f4
 actual:  75278aea88496b7427ba1703695c7bf0

So, I tried svn cleanup and then again executing svn-checkout but again it
copies some files and again gives same error at some other file. Executing
repetitively these both commands would add some more file again and again
but would would need at minimum 1000s execution to completely download the
repository http://svn.apache.org/repos/asf/mesos/site/ .

Therefore, please help me out with this.

Thanks,
Sweta

On Fri Nov 07 2014 at 10:58:02 PM Joris Van Remoortere jo...@mesosphere.io
wrote:

 http://stackoverflow.com/questions/1491180/how-to-
 configure-a-http-proxy-for-svn

 On Fri, Nov 7, 2014 at 8:10 AM, Sweta Rani swetarani3...@gmail.com
 wrote:

  Upon running svn checkout http://svn.apache.org/repos/asf/mesos/site
  mesos-last-attempt, it gives following error:
  svn: E000111: Unable to connect to a repository at URL '
  http://svn.apache.org/repos/asf/mesos/site'
  svn: E000111: Error running context: Connection refused
 
  I am using proxy so I tried even:
  export HTTP_PROXY=http://10.3.100.207:8080;
  But still after this it didn't work.
 
  Thanks,
  Sweta
 



Re: SVN : Connection Refused

2014-11-07 Thread Sweta Rani
There is a problem as in the Rakefile the gem versions are outdated and gem
install bundle installs the latest version. Therefore, executing rake gives
error regarding activated gems:
 /var/lib/gems/1.9.1/gems/bundler-1.7.4/lib/bundler/runtime.rb:34:in `block
in setup': You have already activated listen 2.7.11, but your Gemfile
requires listen 1.3.1. Prepending `bundle exec` to your command may solve
this. (Gem::LoadError)
Therefore, I made changes in Rakefile to use the updated version and thus
it passed some steps but at end again it again stucked with error:
Building website from static source
/var/lib/gems/1.9.1/gems/middleman-core-3.3.6/lib/middleman-core/application.rb:16:in
`require': cannot load such file -- hooks (LoadError)
from
/var/lib/gems/1.9.1/gems/middleman-core-3.3.6/lib/middleman-core/application.rb:16:in
`top (required)'
from
/var/lib/gems/1.9.1/gems/middleman-core-3.3.6/lib/middleman-core.rb:16:in
`require'
from
/var/lib/gems/1.9.1/gems/middleman-core-3.3.6/lib/middleman-core.rb:16:in
`top (required)'
from /var/lib/gems/1.9.1/gems/middleman-3.3.6/lib/middleman.rb:1:in
`require'
from /var/lib/gems/1.9.1/gems/middleman-3.3.6/lib/middleman.rb:1:in `top
(required)'
from /var/lib/gems/1.9.1/gems/bundler-1.7.4/lib/bundler/runtime.rb:76:in
`require'
from /var/lib/gems/1.9.1/gems/bundler-1.7.4/lib/bundler/runtime.rb:76:in
`block (2 levels) in require'
from /var/lib/gems/1.9.1/gems/bundler-1.7.4/lib/bundler/runtime.rb:72:in
`each'
from /var/lib/gems/1.9.1/gems/bundler-1.7.4/lib/bundler/runtime.rb:72:in
`block in require'
from /var/lib/gems/1.9.1/gems/bundler-1.7.4/lib/bundler/runtime.rb:61:in
`each'
from /var/lib/gems/1.9.1/gems/bundler-1.7.4/lib/bundler/runtime.rb:61:in
`require'
from /var/lib/gems/1.9.1/gems/bundler-1.7.4/lib/bundler.rb:133:in `require'
from
/var/lib/gems/1.9.1/gems/middleman-core-3.3.6/lib/middleman-core/load_paths.rb:37:in
`setup_load_paths'
from /var/lib/gems/1.9.1/gems/middleman-core-3.3.6/bin/middleman:10:in
`top (required)'
from /usr/local/bin/middleman:23:in `load'
from /usr/local/bin/middleman:23:in `main'
An error was encountered when generating the site

So I am unable to build the site, so look into this and help me out

Thanks
Sweta