I need to checkout two paths in two directories. Here is what I've tried before:
svn co https://localhost:8443/svn/Code "d:\src" https://localhost:8443/svn/lines "d:\src\bin"
and similar commands, but only first path is checked out to the second directory with an error svn: E125002: >D:/src< scheint keine URL zu sein which means >D:/src< doesn't look like URL.
I've red the syntax here but could not get it working. Please provide me with working example.
Thank You!