unsubscribe
> 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)?
>
;
>> >> >> or. java:149) at
>> >>
>> >>
>> org.tmatesoft.svn.core.internal.wc.SVNCommitter.handleCommitPath(SVNComm
>> >>
>> >> >> itt er.java:132) at
>> >>
>> >
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
;>
>> 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
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
> >>
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(
>>
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
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
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.
>
>
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,
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
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.
in context:
http://old.nabble.com/committing-using-doCommit-tp32975334p32975334.html
Sent from the SVNKit - Users mailing list archive at Nabble.com.
14 matches
Mail list logo