[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Issue checking out AForge.NET from Google Code.

From: Dale McCoy <dalestan_at_gmail.com>
Date: Sat, 14 Aug 2010 21:57:22 -0400

With TortoiseSVN 1.6.10 (Build 19898 - 32 Bit , 2010/07/16 15:46:08),
on 32-bit Windows XP SP3, I created a new folder, right-clicked in the
folder (that is, in the right pane of explorer), selected "SVN
Checkout..." and pasted
"http://aforge.googlecode.com/svn/trunk/Sources" into the "URL of
repository" box. I left everything else at the defaults, and clicked
OK. Instead of checking out the code for AForge, I get the message:

----
OPTIONS of 'http://aforge.googlecode.com/svn/trunk/Sources': could not connect
to server (http://aforge.googlecode.com)".
----
If I instead start Cygwin's bash, navigate to that still-empty folder,
and use the Cygwin build of svn[0] to
$ svn co http://aforge.googlecode.com/svn/trunk/Sources .
the request works as expected, checking out an appropriate quantity of
compilable code. Following that with svn up, svn log, and similar all
also work as expected.
Checking out is merely the most obvious issue; in actual fact, all
attempts I have made to talk to http://aforge.googlecode.com/svn/ with
TortoiseSVN fail with the same message.
I am reluctant to test the nightly, since it is apparently built
against svn 1.7.0, and I don't want to break my functional
franken-system.
In my searching, I did find one other user complaining of issues
talking to Google code, but the solution there was "You're using the
wrong URL; use <correct-url> instead", which I do not believe is
applicable here.
Dale McCoy
[0]
$ svn --version
svn, version 1.6.12 (r955767)
   compiled Jul  1 2010, 19:19:02
Copyright (C) 2000-2009 CollabNet.
Subversion is open source software, see http://subversion.tigris.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
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2647005
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-08-15 08:45:36 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.