-
Notifications
You must be signed in to change notification settings - Fork 782
VC reorganization #10607
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
VC reorganization #10607
Changes from 4 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
2ef3048
VC reorganization
katarzyna-koltun-mx a2f4f91
Reorganizing the TOC
katarzyna-koltun-mx d3021b8
Reorganizing the TOC
katarzyna-koltun-mx 6dcdc9a
Reorganizing the TOC
katarzyna-koltun-mx 4d1b8db
SME review
katarzyna-koltun-mx 76fedc3
draft
katarzyna-koltun-mx bcdfea7
Update _index.md
katarzyna-koltun-mx 31e112f
Merge branch 'development' into kk-vc-reorganization
katarzyna-koltun-mx 73557d7
SME review
katarzyna-koltun-mx 5fed146
SME review
katarzyna-koltun-mx e1d153a
sme review
katarzyna-koltun-mx ba80236
sme review
katarzyna-koltun-mx 9eea4b1
SME updates
katarzyna-koltun-mx 3481901
SME review
katarzyna-koltun-mx 26644b1
sme review
katarzyna-koltun-mx d326a76
sme review
katarzyna-koltun-mx fd874c4
sme review
katarzyna-koltun-mx 7b2a76c
sme review
katarzyna-koltun-mx b8762b5
sme review
katarzyna-koltun-mx 419e421
Added backlinks
katarzyna-koltun-mx 58d944f
link fix
katarzyna-koltun-mx df44bf8
sme review
katarzyna-koltun-mx db197c0
link fixes
katarzyna-koltun-mx c497bd3
link fixes
katarzyna-koltun-mx ab5375b
fixing links
katarzyna-koltun-mx 6db6659
fix links
katarzyna-koltun-mx 1d4b6d5
link fixes
katarzyna-koltun-mx 65f9f8c
link fixes
katarzyna-koltun-mx File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
content/en/docs/refguide/version-control/configure/_index.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| --- | ||
| title: "Configuring Version Control" | ||
| url: /refguide/uversion-control/configure/ | ||
| linktitle: "Using Version Control" | ||
| weight: 30 | ||
| description: "Describes how to configure version control for your Mendix application." | ||
| --- | ||
|
|
||
| ## Introduction | ||
|
|
||
| This document describes how to configure version control in Mendix Studio Pro. | ||
|
|
||
| For more information on related concepts and the theory behind how version control works in Mendix, see [Version Control](/refguide/version-control/). | ||
|
|
||
| [TBD] |
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 2 additions & 3 deletions
5
...fguide/version-control/on-premises-git.md → ...sion-control/configure/on-premises-git.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 37 additions & 0 deletions
37
content/en/docs/refguide/version-control/version-control-enable.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,37 @@ | ||
| --- | ||
| title: "Enabling Version Control for Your App" | ||
| url: /refguide/version-control/enable/ | ||
| weight: 10 | ||
| description: "Learn how you can start or join an app that uses version control." | ||
| --- | ||
|
|
||
| ## Introduction {#intro} | ||
|
|
||
| To use version control for your Mendix application, you can either start a new app, or join an existing app with version control already enabled. | ||
|
|
||
| ## Starting an App with Version Control | ||
|
|
||
| To start a new app with version control, do the following: | ||
|
|
||
| 1. Open Studio Pro. | ||
| 2. In the **Select App** dialog box, click **Create New App**. | ||
| 3. Select the starting point – an app template. | ||
| 4. In the **App Settings** dialog box, make sure that **Enable online services** is set to *Yes*. This option creates a remote (Team Server) repository and an app in [Apps](https://sprintr.home.mendix.com/) of the Mendix Portal. | ||
| 5. Optionally, change the default **App directory** set by Studio Pro. | ||
| 6. Click **Create app**. | ||
|
|
||
| The app is created on the Team Server, and a working copy is created in the **App directory**. This is opened in Studio Pro so that you can start working immediately. | ||
|
|
||
| {{< figure src="/attachments/refguide/version-control/using-version-control-in-studio-pro/app-settings.png" class="no-border" >}} | ||
|
|
||
| ## Joining an App | ||
|
|
||
| If there is already a Team Server-enabled app, you can be invited to join it (see [Team](/developerportal/general/team/)). | ||
|
|
||
| Once you are a team member, provided that you have been given a role with sufficient rights, you can work on the app by doing the following: | ||
|
|
||
| 1. Choose **Open App** in Studio Pro. | ||
| 2. Choose your app from the list of the **Open App** dialog box. | ||
| 3. Click **Open in Studio Pro**. | ||
|
|
||
| The app will be downloaded from the Team Server and opened in Studio Pro. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.