SVN commit doesn't update number of working copy

Hello Finalbuilder team,


After performing a SVN Commit of a project folder in Finalbuilder, the number of the working copy of the folder does not reflect the number of the last revision. Is my expectation wrong, or is it a bug?


Kind regards,
Arthur Hoornweg







Are you talking about using the SVN Commit action or the IDE SCCAPI integration? If it’s the latter, which SCCAPI provider are you using?

Also, which version of FinalBuilder and SVN?

I mean the internal “svn commit” action. FB version is 8.0.0.2281, svn.exe version is 1.9.7.30920 (part of Tortoisesvn). But maybe my expectation is wrong, that the working copy of the whole folder is incremented?

I’m not able to reproduce this here. How are you viewing the working copy version? FinalBuilder literally just runs

[code]svn commit -m “comment” [/code]