> Replacing with 2>&1 won't help I think as I also need to save the
> output of svnadmin
> dump to /srv/my_repo.1-100.dump.

Why not just something like:

svnadmin dump -r1:100 --incremental /srv/my_repo 1>/srv/my_repo.1-100.dump 
2>/srv/my_repo.1-100.log

?

-- where the "1>" is just for emphasis.

-- Smiles, Les.
_______________________________________________
luv-main mailing list
[email protected]
http://lists.luv.asn.au/listinfo/luv-main

Reply via email to