Hi, there<br><br>A little bit ago, I tried to check out the Jifty repository with my SVN client(version 1.4.0 (r21228) FreeBSD). Then 'co' subcommand for check out didn't work as below, but 'checkout' worked.<br><br>What's wrong with me? In Jifty homepage, 'co'&nbsp; is being used.
<br>&nbsp;<br><br><br>~/tmp$ svn co <a href="http://svn.jifty.org/svn/jifty.org/jifty">http://svn.jifty.org/svn/jifty.org/jifty</a><br>
svn: PROPFIND request failed on '/svn/jifty.org/jifty'<br>
svn: PROPFIND of '/svn/jifty.org/jifty': Could not resolve hostname
`svn.jifty.org': Non-recoverable failure in name resolution
(<a href="http://svn.jifty.org">http://svn.jifty.org</a>)<br><br><br>
~/tmp$ svn checkout <a href="http://svn.jifty.org/svn/jifty.org/jifty">http://svn.jifty.org/svn/jifty.org/jifty</a><br>
...<br>...<br>A&nbsp;&nbsp;&nbsp; jifty/branches/jifty-jsan/inc/Module/Install/Include.pm<br>A&nbsp;&nbsp;&nbsp; jifty/branches/jifty-jsan/inc/Module/Install/WriteAll.pm<br>A&nbsp;&nbsp;&nbsp; jifty/branches/jifty-jsan/inc/Module/AutoInstall.pm<br>A&nbsp;&nbsp;&nbsp; jifty/branches/jifty-jsan/etc
<br>A&nbsp;&nbsp;&nbsp; jifty/branches/jifty-jsan/etc/config.yml<br>A&nbsp;&nbsp;&nbsp; jifty/branches/jifty-jsan/MANIFEST.SKIP<br>&nbsp;U&nbsp;&nbsp; jifty<br>Checked out revision 2112.<br><br><br><br>