3

I'm trying to check out the project source for MoreLINQ

Here's what it says on the site:

Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://morelinq.googlecode.com/svn/trunk/ morelinq-read-only

I'm using TortoiseSVN UI (not command line tool), and all i get is

Error: URL 'http://morelinq.googlecode.com/svn/trunk/morelinq-read-only' doesn't exist

any ideas?

roman m
  • 1,069
  • 2
  • 17
  • 33

1 Answers1

6

Use this:

http://morelinq.googlecode.com/svn/trunk/

the end bit is probably for the CLI users.

John T
  • 163,373
  • 27
  • 341
  • 348