Closed GoogleCodeExporter closed 9 years ago
The svn checkout should work fine - it is standard google code functionality. I
just tested and it worked fine. Are you using the URL as shown on the page here:
http://code.google.com/p/jquery-datepicker/source/checkout
It looks like you are trying to check out from https rather than over http.
AFAIK https only works if you have commit access to the repo...
I will package up an up to date zip file when I have the time and have ensured
that there are no known outstanding bugs...
Original comment by kelvin.l...@gmail.com
on 12 Jul 2010 at 12:16
Actually I've tried both http and https and none of them worked.
Microsoft Windows [Version 6.0.6002]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.
C:\Users\User>svn checkout http://jquery-datepicker.googlecode.com/svn/trunk/ jq
uery-datepicker-read-only
svn: OPTIONS of 'http://jquery-datepicker.googlecode.com/svn/trunk': could not c
onnect to server (http://jquery-datepicker.googlecode.com)
C:\Users\User>
Original comment by svetosla...@gmail.com
on 12 Jul 2010 at 2:55
Very strange - can you view that URL in a web browser? It's definitely working
for me from here:
Last login: Mon Jul 12 13:14:58 on ttys004
k2000 ~$ mkdir tmp
k2000 ~$ cd tmp
k2000 tmp$ svn checkout http://jquery-datepicker.googlecode.com/svn/trunk/
jquery-datepicker-read-only
A jq/dist
[SNIP]
A jq/demo/datePicker.html
Checked out revision 100.
Original comment by kelvin.l...@gmail.com
on 12 Jul 2010 at 3:04
hm, it's really strange.
Maybe it's the SVN compiled for Windows not being able to communicate with
Google's SVN setup.
I turned the firewall off.
this is what I am using
C:\Users\User>svn --version
svn, version 1.6.5 (r38866)
compiled Aug 21 2009, 21:38:11
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
Original comment by svetosla...@gmail.com
on 12 Jul 2010 at 3:22
Looks the same as mine:
k2000 tmp$ svn --version
svn, version 1.6.5 (r38866)
compiled Oct 5 2009, 19:36:17
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
Very strange! I've attached my local working copy as a zip - hopefully that
will help you out. Out of interest, can you checkout code from any other
googlecode projects?
Original comment by kelvin.l...@gmail.com
on 12 Jul 2010 at 3:27
Attachments:
Original issue reported on code.google.com by
svetosla...@gmail.com
on 11 Jul 2010 at 3:36