Re: EmptyStackException when using doCommit()

2012-07-13 Thread Victor Borisoff
unsubscribe

Re: EmptyStackException when using doCommit()

2012-07-12 Thread Dmitry Pavlenko
> What SVNKit version do you use? > >> >> > Is "fullProjectPath" an absolute or relative path? > >> >> > What is your working copy status (please provide "svn status -v" > >> >> > output or describe it somehow)? >

Re: EmptyStackException when using doCommit()

2012-07-12 Thread Kaede328
; >> >> >> or. java:149) at >> >> >> >> >> org.tmatesoft.svn.core.internal.wc.SVNCommitter.handleCommitPath(SVNComm >> >> >> >> >> itt er.java:132) at >> >> >> >

Re: EmptyStackException when using doCommit()

2012-07-12 Thread Dmitry Pavlenko
n.core.internal.wc.SVNCommitter.commit(SVNCommitter.java > >> > >> >> :36 6) at > >> > >> org.tmatesoft.svn.core.wc.SVNCommitClient.doCommit(SVNCommitClient.java: > >> >> 100 9) at > >> > >> org.tmatesoft.svn.c

Re: EmptyStackException when using doCommit()

2012-07-12 Thread Kaede328
;> >> org.tmatesoft.svn.core.internal.wc.SVNCommitter.commit(SVNCommitter.java >> >> :36 6) at >> >> >> org.tmatesoft.svn.core.wc.SVNCommitClient.doCommit(SVNCommitClient.java: >> >> 100 9) at >> >> >> org.tmatesoft.svn.core.wc.SVNC

Re: EmptyStackException when using doCommit()

2012-07-11 Thread Dmitry Pavlenko
t; 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 > >>

Re: EmptyStackException when using doCommit()

2012-07-07 Thread Kaede328
CommitClient.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( >>

Re: EmptyStackException when using doCommit()

2012-07-06 Thread Dmitry Pavlenko
shCommand.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

EmptyStackException when using doCommit()

2012-07-06 Thread Kaede328
oPush(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

Re: committing using doCommit

2011-12-27 Thread Alexander Kitaev
uot;, true,true); > > Thanks > -- > View this message in context: > http://old.nabble.com/committing-using-doCommit-tp32975334p32975334.html > Sent from the SVNKit - Users mailing list archive at Nabble.com. > >

Re: doCommit

2011-12-27 Thread Alexander Kitaev
Hello David, What version of SVNKit do you use? What paths do you pass to the doCommit method? You should not pass a path to the .svn directory (like 'D:/project/.svn'), but either to the working copy root (i.e. 'D:/project') and use SVNDepth.INFINITY for depth parameter,

RE: doCommit

2011-12-15 Thread Scassa, David
bump -Original Message- From: [email protected] [mailto:[email protected]] On Behalf Of Tabb Sent: Thursday, December 15, 2011 12:14 PM To: [email protected] Subject: doCommit First I am doing a check out using following command updateClient.doCheckout

doCommit

2011-12-15 Thread Tabb
am a newbie to SVNKit Can someone please help me troubleshoot this issue. Thanks -- View this message in context: http://old.nabble.com/doCommit-tp32982966p32982966.html Sent from the SVNKit - Users mailing list archive at Nabble.com.

committing using doCommit

2011-12-14 Thread Tabb
in context: http://old.nabble.com/committing-using-doCommit-tp32975334p32975334.html Sent from the SVNKit - Users mailing list archive at Nabble.com.