RoboHelp 2019 - Version Control
Copy link to clipboard
Copied
How does version control work in RoboHelp 2019 for GIT??? In a multi-author environment, will it automatically check out and lock files that are being edited? Or will users have to manually notify each other what they're working on and/or manually merge changes when there are conflicts?
Also, is there a plan - and timeline (and if so, when?) - to deliver version control via RoboSource Control (3.1 or maybe RSC 2019????) and Microsoft SCC API (for example, Microsoft SQL Server 2017 Express)?
Copy link to clipboard
Copied
Based on information provided during Adobe's recent RoboHelp 2019 announcement/release webinar:
- RoboSource Control is not supported in RoboHelp 2019.
- Version control via TFS is supposed to be provided in a future RoboHelp 2019 update.
Copy link to clipboard
Copied
TFS support is now available via Update 2 of RH 2019. See the full list of improvements in update 2 Issues fixed in Adobe RoboHelp (2019 release)
Copy link to clipboard
Copied
I did the following to make RoboHelp Source work with Azure DevOps Git...
To setup source control with Robohelp, perform the following actions:
- Create a Master repository location in AzureDevOps.
- Clone the Master repository location within your local machine.
- Set your Robohelp Project file to the Master repository location within your
local machine. - Save your Project file.
- In Visual Studio 2019, Team Explorer, click Show Folder View.
- Right click the .xpj file and then click Open With.
- In the Open With dialog, click Add.
- Browse to the Robohelp.exe file to select it.
- Highlight Robohelp in the Open With window and then click Default.
- Right click inside the Solutions Explorer and then select Go to Git Changes from the shortcut menu.
- Highlight the appropriate files and then enter a Branch comment.
- Select Commit All and Push to check-in the files to the server.
- Suggestion: Use Staged for specific files.
Copy link to clipboard
Copied
@susanf1 Is this also working for GitHub or just for Azure DevOps

