Re: [PATCH] Extend the test for "svnadmin hotcopy" copying symlinks

2010-06-17 Thread Julian Foad
On Wed, 2010-06-16, I (Julian Foad) wrote: > In testing for back-port to 1.6.x, I wanted a more thorough test, so > here it is. Committed revision 955605. - Julian > [[[ > Extend the test for "svnadmin hotcopy" copying symlinks. Ensure that the > result is a symlink and not just a copy of the

[PATCH] Extend the test for "svnadmin hotcopy" copying symlinks

2010-06-16 Thread Julian Foad
In testing for back-port to 1.6.x, I wanted a more thorough test, so here it is. [[[ Extend the test for "svnadmin hotcopy" copying symlinks. Ensure that the result is a symlink and not just a copy of the original symlink's target. Ensure that the new symlinks has the same target as the old one.