i want to make incremntal backup for repository
by the following command :-
svnadmin dump myrepos --revision 1001:2000 --incremental > dumpfile2
but i want to copy the output on windows box as following :-
svnadmin dump myrepos --revision 1001:2000 --incremental > file_in_windows_box
how i can do it ??? i can copy directly to window or may be i must creat batch file in windows to read it from stream ... how i can do it ???? i want to copy the output of svnadmin to windows directly without store it in unix because i have a limit size in linux server