JavaHL: ClientNotifyCallback reports unexpected kind "file" for symlinks
From: Marc Strapetz <marc.strapetz_at_syntevo.com>
Date: Tue, 19 May 2015 15:59:29 +0200
When recursively adding a directory "test" which contains another
final File root = <path-to-a-test-working-copy>;
final File sub = new File(dir, "sub");
final File subLink = new File(dir, "sub.link");
final ISVNClient client = new SVNClient();
client.notification2(new ClientNotifyCallback() {
-Marc
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.