Re: how to get reposiotry with commit messages in dav repository

2012-12-13 Thread Dmitry Pavlenko
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

how to get reposiotry with commit messages in dav repository

2012-12-13 Thread Pramod_G
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