0

I am trying to get the source code for FluorineFX silverlight to see if I can update it to run with silverlight 5. When I enter the command

svn checkout http://fluorinefx.googlecode.com/svn/trunk/ fluorinefx-read-only

svn responds with the following and does not download anything:

svn: OPTIONS of 'http://fluorinefx.googlecode.com/svn/trunk': 200 OK (http://fluorinefx.googlecode.com)

I have searched and most of the answers are change something on the server, which I obviously can't do.
Any help would be much appreciated.

I am running windows 7 and svn 1.6.6 (which I got from here) and trying to get this

Zone12
  • 127
  • 1
  • 10
  • try https instead of http. If it's an issue with some proxy on your end, using https might help to solve the issue. – Stefan Feb 19 '12 at 11:34

1 Answers1

0

I tried the same command on my end with the same SVN version but I didnt face the issue. I think the issue at your end has to do with proxy / network / authentication things.

Read these and experiment out:

What is the correct url for checking out AutoMapper from googlecode?

An SVN error (200 OK) when checking out from my online repository

Community
  • 1
  • 1
Tejas Patil
  • 6,149
  • 1
  • 23
  • 38