Hello, 1. Set svn externals for file limiting it with revision, e.g. -r 7403 http://localhost/repos/C.java extC.java 2. Make any changes to file after specified revision and commit from another place 3. Call svn status command with contacting server side(svn status -u -v) and as the result got that statuses contain incoming changes for previously specified external despite that incoming changes revision is more than revision specified in externals, which is wrong, because, for instance, update command doesn't propogate changes shown by status command. Also this case correctly works if you specify external to folder.
Tried with SVN 1.6.9. OS: Windows 7 Best Regards, Igor Burilo