I've been getting this error 

java.util.EmptyStackException
        at java.util.Stack.peek(Stack.java:85)
        at
org.tmatesoft.svn.core.internal.io.fs.FSCommitEditor.addDir(FSCommitEditor.java:149)
        at
org.tmatesoft.svn.core.internal.wc.SVNCommitter.handleCommitPath(SVNCommitter.java:132)
        at
org.tmatesoft.svn.core.internal.wc.SVNCommitUtil.driveCommitEditor(SVNCommitUtil.java:92)
        at
org.tmatesoft.svn.core.internal.wc.SVNCommitter.commit(SVNCommitter.java:366)
        at
org.tmatesoft.svn.core.wc.SVNCommitClient.doCommit(SVNCommitClient.java:1009)
        at
org.tmatesoft.svn.core.wc.SVNCommitClient.doCommit(SVNCommitClient.java:896)
        at
org.tmatesoft.svn.core.wc.SVNCommitClient.doCommit(SVNCommitClient.java:828)
        at com.ctrlspace.vcs.SVNKitWrapper.doCommit(SVNKitWrapper.java:147)
        at com.ctrlspace.vcs.commands.PushCommand.doPush(PushCommand.java:130)

when using

SVNCommitInfo info = manager.getCommitClient().doCommit(
                                new File[] { new File(fullProjectPath) }, 
false, commitMessage,
                                null, null, true, false, SVNDepth.INFINITY);

Note: 
new File[] { new File(fullProjectPath)  -> it is the list of files that the
user want to create
-- 
View this message in context: 
http://old.nabble.com/EmptyStackException-when-using-doCommit%28%29-tp34122126p34122126.html
Sent from the SVNKit - Users mailing list archive at Nabble.com.


Reply via email to