
30 Sep
2013
30 Sep
'13
10:28 a.m.
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.