RE: JavaHL: ClientNotifyCallback reports unexpected kind "file" for symlinks
From: Bert Huijben <bert_at_qqmail.nl>
Date: Tue, 19 May 2015 16:40:26 +0200
> -----Original Message-----
I don't think Subversion uses kind is symlink anywhere in its public api (yet), so this is totally expected.
When we build WC-NG for Subversion 1.7 we introduced database support for storing symlinks as their own kind, but we never switched to this storage yet. Currently symlinks are still files with an 'svn:special' property set on them internally, for Subversion repositories.
The node kind enum was extended when we moved to a single enum for node kinds, but changing how we report and store symlinks is far from trivial.
Bert
|
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.