I'm using the svncommit
task from the MSBuild Community Tasks Project. Unfortunately I've got a fairly large bunch of files to commit & it fails with this error:
The command-line for the "SvnCommit" task is too long. Command-lines longer than 32000 characters are likely to fail. Try reducing the length of the command-line by breaking down the call to "SvnCommit" into multiple calls with fewer parameters per call.
I tried just pointing the Targets
parameter at the parent folder, but it seems to want the files. Is there any way I can tell it to just commit all the pending files within a folder?