Hello,
>>mkdir -p `dirname /tmp/aaa/bbb/myfile1`
>>svn export svn://ahost/aproject/trunk/aaa/bbb/myfile1 /tmp/aaa/bbb/
>>myfile1
>
>Two more questions.
>
>1. What does last "myfile1" mean? It it a part of svn export
>or something?
>2. Reproducing suggested command I've got
>"svn: Can't move '/tmp/aaa/bbb.3.tmp' to '/tmp/aaa/bbb': Is a
>directory".
>Should I think solution works for directories only, not files?
You should add "myfile1" to the previous line, it's one command:
"svn export svn://ahost/aproject/trunk/aaa/bbb/myfile1 /tmp/aaa/bbb/myfile1"
Joeri.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Sep 19 14:58:30 2005