I am getting SvnRepositoryIOException: OPTIONS while trying to access the repository using sharpsvn in asp.net 3.5
OPTIONS of 'http://websvn.tigris.org/svn/websvn': Could not resolve hostname `websvn.tig开发者_JAVA技巧ris.org': No such host is known. (http://websvn.tigris.org)
This indicates that your DNS is not setup directly. Try ping websvn.tigris.org
on the server that you use for running your code.
精彩评论