Skip to content

Commit 6b8900d

Browse files
Merge pull request #10567 from BhagyashreeMahajan-mx/add-version-control-trouble-shooting-info
Add Step in Version Control Troubleshoot
2 parents a7805f7 + b511649 commit 6b8900d

1 file changed

Lines changed: 18 additions & 3 deletions

File tree

  • content/en/docs/refguide/version-control/version-control-troubleshooting

content/en/docs/refguide/version-control/version-control-troubleshooting/_index.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,9 @@ Sometimes it is impossible to create a package from a certain revision. See belo
123123

124124
#### Missing Metadata
125125

126-
##### Issue
126+
##### Cause
127127

128-
When you commit (and push) changes to the repository, Studio Pro adds an additional commit with so called metadata to a special refspec `.git/refs/notes/mx_metadata`. Making it a refspec means that you will not see this commit in your commits history.
129-
This metadata contains the information needed to create a deployment package (for instance the version of Studio Pro that was used to create this revision).
128+
When you commit (and push) changes to the repository, Studio Pro adds an additional commit with so called metadata to a special refspec `.git/refs/notes/mx_metadata`. Making it a refspec means that you will not see this commit in your commits history. This metadata contains the information needed to create a deployment package (for instance the version of Studio Pro that was used to create this revision).
130129

131130
To create a deployment package, Studio Pro downloads the specific revision into a temporary folder and then creates the package from there. Studio Pro checks the Mendix version of the selected revision to confirm that it is compatible with the version of Studio Pro.
132131

@@ -162,3 +161,19 @@ In case of a configuration error, an unknown author may appear in the commit his
162161
Other tools on your machine that use the Git configuration, such as a traditional IDE, are typically also capable of changing this Git configuration. If you have chosen a name and email for a hobby project in another IDE, that information may also appear in commits made from Studio Pro.
163162

164163
To fix the issue, ensure that responsible users change their Git configuration in [Preferences](/refguide/preferences-dialog/#name). Changing historical commits is not possible within Studio Pro.
164+
165+
### Unable to Save Conflicting Files
166+
167+
When performing operations such as rebase, merge, cherry-pick, revert, or merging a feature branch, you may encounter an error stating that access to a certain path is denied, or see a a message like the following: *Saving the conflicting mpr files failed, please abort and try again.*
168+
169+
#### Cause
170+
171+
Studio Pro is unable to save changes to the project files due to file locks or conflicts.
172+
173+
#### Solution
174+
175+
To solve this issue, perform the following steps:
176+
177+
1. Close the error dialog.
178+
2. Abort the current operation in Studio Pro.
179+
3. Retry the operation.

0 commit comments

Comments
 (0)