Hello,
I can't reproduce the problem. For me this code receives commitMessage for all
protocols including DAV.
long revision = 1;
final SVNRepository svnRepository =
SVNRepositoryFactory.create(url);
try {
final SVNDirEntry entry =
svnReposit
Hi all:
How to include commit messages in http
repository(daverepositoryfactory.create(svnurl)) I used repository.getDir(path,
revision, properties, dirEntries) but I am not getting commit messages in this
so tried using repository.getDir(path, revision, includeCommitMessages,
e