Stefan Hett wrote on Mon, May 09, 2016 at 09:11:05 +0200: > 2) Why does the svn co command create a subdirectory 'a' instead of taking > the specified URL as the path to checkout entirely?
Can you explain in more words what you expect . cd /tmp/ && svn checkout https://svn.apache.org/repos/asf/subversion/trunk/tools/ . to do?