How to contribute to a GitHub Repo > MxGit

0
I am trying to contribute to apps in the app store but I can't seem to merge MPR file changes in Git. I have looked at MxGit but I can't get it to work. mxgit --install mxgit: using src\Community Commons.mpr (project dir: src/) Trace: { Error: Command failed: C:\Users\....\AppData\Roaming\npm\node_modules\mxgit\sqlite3 "C:\Users\...\Documents\CommunityCommons\src/.svn/wc.db" "select root from REPOSITORY" 'C:\Users\....' is not recognized as an internal or external command, operable program or batch file. at ChildProcess.exithandler (child_process.js:206:12) at emitTwo (events.js:106:13) at ChildProcess.emit (events.js:191:7) at maybeClose (internal/child_process.js:877:16) at Socket.<anonymous> (internal/child_process.js:334:11) at emitOne (events.js:96:13) at Socket.emit (events.js:188:7) at Pipe._handle.close [as _onclose] (net.js:498:12) killed: false, code: 1, signal: null, cmd: 'C:\\Users\\....\\AppData\\Roaming\\npm\\node_modules\\mxgit\\sqlite3 "C:\\Users\\....\\Documents\\CommunityCommons\\src/.svn/wc.db" "select root from REPOSITORY"' } at assertNotError (C:\Users\...\AppData\Roaming\npm\node_modules\mxgit\mxgit.js:778:11) at C:\Users\....\AppData\Roaming\npm\node_modules\mxgit\mxgit.js:297:4 at C:\Users\....\AppData\Roaming\npm\node_modules\mxgit\mxgit.js:651:4 at ChildProcess.exithandler (child_process.js:213:5) at emitTwo (events.js:106:13) at ChildProcess.emit (events.js:191:7) at maybeClose (internal/child_process.js:877:16) at Socket.<anonymous> (internal/child_process.js:334:11) at emitOne (events.js:96:13) at Socket.emit (events.js:188:7) C:\Users\....\AppData\Roaming\npm\node_modules\mxgit\mxgit.js:298 if (results[0].trim() == BOGUS_REPO) Does anyone have a good workflow on how to contibute to a github project next to https://docs.mendix.com/howto50/Contributing+to+a+GitHub+repository. I am specifically interested in how to merge MPR files and there changes.
asked
0 answers