Re: ClassCastException when committing

2013-03-11 Thread Alexander Kitaev
be converted? > > ** ** > > Thanks, and let me know if you need more information, > > ** ** > > Andy > > ** ** > > *From:* svnkit-users-boun...@svnkit.com [mailto: > svnkit-users-boun...@svnkit.com] *On Behalf Of *Alexander Kitaev > *Sent:* Monday, March

RE: ClassCastException when committing

2013-03-11 Thread Andy Cohen
From: svnkit-users-boun...@svnkit.com [mailto:svnkit-users-boun...@svnkit.com] On Behalf Of Alexander Kitaev Sent: Monday, March 11, 2013 11:20 AM To: SVNKit Library Users List Subject: Re: ClassCastException when committing Hello Andy, I'm investigating this problem and get a question fo

Re: ClassCastException when committing

2013-03-11 Thread Alexander Kitaev
Hello Andy, I'm investigating this problem and get a question for you: how did you get SVNCommitPacket objects that you pass to the SVNCommitClient.doCommit(...) method? So far, SVNCommitPacket obtained with doCollectionCommitItems methods should not cause an exception. As Dmitry already wrote yo

Re: ClassCastException when committing

2013-03-09 Thread Dmitry Pavlenko
Hello Andy, Thanks for reporting this bug. I've created an issue for it: http://issues.tmatesoft.com/issue/SVNKIT-358 While we're resolving it, as a quick workaround: use the new SVNKit API. Since 1.7.x SVNKit has 2 API: SVNClientManager-based (the old one, wc.*) and SvnOperationFactory- based (