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,079

1 Answers1

6

Use this:

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

the end bit is probably for the CLI users.