You need to sort out the proxy for svn to work. Do you know your firefox proxy settings? If not, go to "Connection Settings" in firefox and get the HTTP proxy server and port (here's how http://www.ehow.com/how_2033403_change-connection-settings.html)
Then you'll need to configure svn to go through the HTTP proxy: 1. Find and edit the 'servers' configuration file: The file's location depends on your operating system. On Linux or Unix it is located in the directory ~/.subversion. On Windows it is in %APPDATA%\Subversion (try echo %APPDATA%, note this is a hidden directory). 2. Add the following below [group], and replace <your.proxy.name> and <your.proxy.port> with what was in Firefox's Connection Settings: http-proxy-host = <your.proxy.name> http-proxy-port = <your.proxy.port> 3. Try running "svn checkout http://svn.apache.org/repos/asf/shindig/trunk/shindig". If you still can't get it to work, maybe try shindig at home where you won't be behind a proxy. Cheers, Chico On 25 February 2010 14:05, VU, Thi Thu Thuy <[email protected]> wrote: > Hello > I tried to browser with the link > http://svn.apache.org/repos/asf/shindig/trunk/, It works well on my > firefox, but when I do checkout, It gave me the same msg like before :( > Pls tell me why. > Thanks very much > > -----Original Message----- > From: VU, Thi Thu Thuy [mailto:[email protected]] > Sent: Donnerstag, 25. Februar 2010 14:26 > To: '[email protected]' > Subject: error when import project shindig > > Hi all, > I was trapped in many error when i tried to create a new project used > shindig's code. > There are many classes that my eclipse doesn't resolve such as: > org.json.JSONObject > com.google.common.collect.Multimap > org.apache.commons.io.IOUtils > ... > I don't know what I miss. > Could you give some solutions, pls? > Thanks >
