Hello, how can I download single file from SVN repository?
For example:
svn co http://server.com/svn/trunk/test.file test.file
svn: URL 'http://server.com/svn/trunk/test.file test.file' refers to a file, not a directory
But I can download directories in this way.