Svn rails problem

svn co http://dev.rubyonrails.org/svn/rails/trunk
svn: PROPFIND request failed on ‘/svn/rails/trunk’
svn: PROPFIND of ‘/svn/rails/trunk’: Could not resolve hostname
`dev.rubyonrails
.org’: The requested name is valid and was found in the database, but it
does no
t have the correct associated data being resolved for.
(http://dev.rubyonrails
.org)

That’s not really a subversion problem, it’s a dns issue. I can access
dev.rubyonrails.org fine, not sure why you can’t. Maybe try changing
your
dns server.

-Jonathan.