OverkillManatee / beginning-android-games

Automatically exported from code.google.com/p/beginning-android-games
0 stars 0 forks source link

SVN unable to checkout code. (attempted from 2 different machines with 2 different OS) #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Any attempt to download the code via SVN. Have tried via SVN on windows via 
command and tortoise, as well as command line on Ubuntu.

What is the expected output? What do you see instead?
I expect to be able see the code, instead I get: 

C:\dev\bag>svn checkout http://beginning-android-games.googlecode.com/svn/trunk/
 beginning-android-games-read-only
svn: OPTIONS of 'http://beginning-android-games.googlecode.com/svn/trunk': Could
 not resolve hostname `beginning-android-games.googlecode.com': No such host is
known.
 (http://beginning-android-games.googlecode.com)

C:\dev\bag>

What version of the product are you using? On what operating system?
C:\dev\bag>svn --version
svn, version 1.6.15 (SlikSvn/1.6.15) WIN32
   compiled Dec 17 2010, 14:03:07

Copyright (C) 2000-2009 CollabNet.
Subversion is open source software, see http://subversion.apache.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_neon : Module for accessing a repository via WebDAV protocol using Neon.
  - handles 'http' scheme
  - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
  - with Cyrus SASL authentication
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme
* ra_serf : Module for accessing a repository via WebDAV protocol using serf.
  - handles 'http' scheme
  - handles 'https' scheme

Windows XP SP3

C:\dev\bag>

Please provide any additional information below.
As mentioned, I have tried with similar results on both an XP machine as well 
as a Linux machine.

Plugging the URL directly into a web page does however give you the code tree 
via HTML.

Original issue reported on code.google.com by Mitch.Ke...@gmail.com on 28 Sep 2011 at 2:08