up vote 1 down vote favorite
share [g+] share [fb]

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?

link|improve this question

feedback

1 Answer

up vote 4 down vote accepted

Use this:

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

the end bit is probably for the CLI users.

link|improve this answer
2  
correct, the end part (with space between trunk/ and morelink-read-only) is just export folder for CLI – T. Kaltnekar Sep 21 '09 at 6:22
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.