Anyone else having trouble getting the IronRuby source from SVN? Checkout/update fails on my machine with the error:
svn: Failed to add directory 'trunk\src\ironruby\Compiler\Ast': object of the same name already exists
Any ideas?
Update: Yep, repository got screwed up. Looks like it is fixed now, but I had to delete the entire tree and do an "svn co ..." again.
Technorati tags: IronRuby

Hi Tomas,
Yes – everything should be fine now. It was a crazy casing issue that was fixed by making my Rakefile sync script do case-insensitive path comparisons.
-John