Mendix SDK custom commit message - Mendix Forum

Mendix SDK custom commit message

11

Hi,

Currently is not possible to set a custom commit message when using the SDK. It always shows something like "Imported model changes from online working copy” which is not very descriptive.

That it is using the svnkid@mendix.com user is no problem, but a custom commit message seems to be needed!

 

asked
2 answers

No idea if this is new, but you can add a commit message in Mendix SDK with the following:

await workingCopy.commitToRepository("trunk", { commitMessage: "Custom commit message" });

 

Created

Hi,

I think , it’s better if the user can be changed to the commit user.

Created