[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Subversion fails
On Wed, 20 Aug 2003, Venkatesh Prasad Ranganath wrote:
> Following is the behavior of subversion when I try to checkout soot. Can somebody check and fix if there is an issue at the
> server end? If it's at the client-side, please advice.
>
> prompt> svn checkout https://svn.sable.mcgill.ca/soot/soot/trunk soot
> svn: RA layer request failed
> svn: PROPFIND request failed on '/soot/soot/trunk'
> svn: PROPFIND of '/soot/soot/trunk': timed out waiting for server (https://svn.sable.mcgill.ca)
svn is not cvs, and does not have modules. All you need to do it:
svn checkout https://svn.sable.mcgill.ca/soot/soot/trunk
pat