Adobe
Products

Top destinations

  • Adobe Creative Cloud
  • Creative Suite 6
  • Adobe Marketing Cloud
  • Acrobat
  • Photoshop
  • SiteCatalyst
  • Students
  • Elements family

Adobe Creative Cloud

  • What is Adobe Creative Cloud?
  • Design
  • Web
  • Photography
  • Video
  • Students
  • Teams
  • Enterprise
  • Educational institutions
  • Government

Design and photography

  • Photoshop
  • Illustrator
  • InDesign
  • Adobe Muse
  • Lightroom

Video

  • Adobe Premiere
  • After Effects

Web development and HTML5

  • Edge Tools & Services [opens in a new window]
  • Dreamweaver
  • Gaming [opens in a new window]

Adobe Marketing Cloud

  • What is Adobe Marketing Cloud?
  • Digital analytics
  • Social marketing
  • Web experience management
  • Testing and targeting
  • Media optimization

Analytics

  • SiteCatalyst
  • Adobe Discover
  • Insight

Social

  • Adobe Social

Experience Manager

  • CQ
  • Scene7

Target

  • Test&Target
  • Recommendations
  • Search&Promote

Media Optimizer

  • AdLens
  • AudienceManager
  • AudienceResearch

Document services

  • Acrobat
  • EchoSign [opens in a new window]
  • FormsCentral [opens in a new window]
  • SendNow [opens in a new window]
  • Acrobat.com [opens in a new window]

Publishing

  • Digital Publishing Suite

  • See all products
Business solutions

By business need

  • Digital analytics
  • Digital publishing
  • Document management
  • Media optimization
  • Social marketing
  • Testing and targeting
  • Video editing and serving
  • Web development [opens in a new window]
  • Web experience management
  • See all business needs

By industry

  • Broadcast
  • Education
  • Financial services
  • Government
  • Publishing
  • Retail
  • See all industries
Support & Learning

I need help

  • Products
  • Adobe Creative Cloud
  • Adobe Marketing Cloud
  • Forums [opens in a new window]

I want to learn

  • Training and tutorials
  • Certification [opens in a new window]
  • Adobe Developer Connection
  • Adobe Design Center
  • Adobe TV [opens in a new window]
  • Adobe Marketing Center
  • Adobe Labs [opens in a new window]
Download
  • Product trials
  • Adobe Flash Player
  • Adobe Reader
  • Adobe AIR
  • See all downloads
Company
  • Careers at Adobe
  • Investor Relations
  • Newsroom
  • Privacy
  • Corporate Social Responsibility
  • Customer Showcase
  • Contact us
  • More company info
Buy
  • For personal and professional use
  • For students, educators, and staff
  • For small and medium businesses
  • Volume Licensing
  • Special offers
  • Adobe Marketing Cloud sales [opens in a new window]
Search
 
Info Sign in
Why sign in? Sign in to manage your account and access trial downloads, product extensions, community areas, and more.
Welcome,
My Adobe
My orders
My information
My preferences
My products and services
Sign out
My cart
Privacy My Adobe
Adobe
Products Sections Buy   Search  
Solutions Company
Help Learning
Sign in Sign out Privacy My Adobe
Preorder Estimated Availability Date. Your credit card will not be charged until the product is shipped. Estimated availability date is subject to change. Preorder Estimated Availability Date. Your credit card will not be charged until the product is ready to download. Estimated availability date is subject to change.
Qty:
Purchase requires verification of academic eligibility
Subtotal
Promotions
Estimated shipping
Tax
Calculated at checkout
Total
Review and Checkout
Adobe Developer Connection / RoboHelp Developer Center /

Integrating RoboHelp projects with Team Foundation Server

by Aditi Roongta

Aditi Roongta
  • Adobe

Created

18 April 2011

Page tools

Share on Facebook
Share on Twitter
Share on LinkedIn
Bookmark
Print
content managementdigital publishingRoboHelpRoboHelp
Was this helpful?
Yes   No

By clicking Submit, you accept the Adobe Terms of Use.

 
Thanks for your feedback.

Requirements

Prerequisite knowledge

To follow this article, you should have a basic understanding of:

  • Creating projects in RoboHelp
  • Version control systems
  • Team Foundation Server concepts and tasks

User level

Intermediate

Required products

  • RoboHelp (Download trial)

Additional Requirements

  1. Microsoft Visual Studio with Team Explorer
  2. Microsoft Visual Studio Team Foundation Server
  3. Team Foundation Server MSSCCI Provider

Team Foundation Server (TFS) is a Microsoft product offering source control, data collection, reporting, and project tracking. It is intended for collaborative handling of any project.

RoboHelp 9 integrates seamlessly with TFS 2010, TFS 2008, and TFS 2005. For the steps described in this article, Team Foundation Server 2010 has been used.

To integrate Team Foundation Server with your RoboHelp project, you must install and configure the following components:

  • Microsoft Visual Studio Team Foundation Server on the machine that you want to set up as the source control server.
  • Microsoft Visual Studio with Team Explorer on the machines that you want to set up as your source control clients.
  • Team Foundation Server MSSCCI Provider on the client machine to enable integrated use of Team Foundation version control. The version of MSSCCI Provider should be same as that of Team Explorer.

Configure the server

After Team Foundation Server is installed and running, start Team Foundation Administration Console as an administrator. Configure Team Foundation Server settings and create a team project collection. Client machines connect to the team project collection and add RoboHelp projects to the team projects in a selected collection.

To create team projects, launch Visual Studio on your server machine as an administrator and connect it to Team Foundation Server:

  1. Select Team > Connect to Team Foundation Server and specify the name of the Team Foundation Server server.
  2. Connect to the team project collection you created while configuring Team Foundation Server.
  3. From the Team Explorer view, select the team project collection node and select New Team Project from the right-click menu.
  4. Provide the team project name and description to create a team project.
  5. Provide access permissions to users on the team project.

Configure the client

In this section, you will connect Visual Studio to Team Foundation Server.

Launch Visual Studio from the client machine and connect to Team Foundation Server by clicking Team > Connect to Team Foundation Server. Provide your Team Foundation Server name and select the team project collection name and the team project(s).

Install Team Foundation Server MSSCCI Provider on the client machine to enable integrated use of Team Foundation version control with RoboHelp.

Verify the installation

Verify that Microsoft Team Foundation Server MSSCCI Provider is listed as a source provider in the registry (HKLM > Software > SourceCodeControlProvider >InstalledSCCProviders).

Add a RoboHelp project to TeamFoundation Server

  1. Launch RoboHelp and create a project.
  2. After the project is created, click Add Project to Version Control from the Version Control toolbar or from the File menu.
  3. Select the Team Foundation Server MSSCCI Provider option and click OK.
Selecting the Team Foundation Server MSSCCI Provider option
Figure 1. Select the version control provider
  1. In the Connection dialog box, select the connection to Team Foundation Server.
Connecting tot the Team Foundation Server
Figure 2. Connect to a Team Foundation Server
  1. Choose the team project folder.
Choosing the folder for your project
Figure 3. Choose a folder for Team Foundation Server

In this example, the team project collection name is TeamCollection, the team project name is Demo, and the RoboHelp project name is DemoProject.

Folder location: Choose the team project.

Name for the solution folder: Provide the name for the folder that will store the RoboHelp project files. By default, the RoboHelp project name is used.

Local path: Local path is automatically set to the current project path.

Local workspace: You can choose an existing workspace or create a new workspace by clicking Add.

  1. When you click OK in the Choose Folder in Team Foundation Server dialog box, you are prompted with the Check-in dialog box. Click OK to check in the files.

    Now the files and folders of the current project are added to the server and you can perform the version control operations, such as checkin and checkout, on your project.

Get a RoboHelp project from TeamFoundation Server

To get a project from Team Foundation Server, make sure that you have the server name, folder details, and the appropriate access rights.

  1. Open RoboHelp and select File > Open.
  2. Click the icon to open the project from the version control system.
  3. Establish the connection using the connection steps described in the Add a RoboHelp project to Team Foundation Server section.

    Provide the server name and folder details.

    Choose a workspace from the Local workspace list, which will autofill the local path for the chosen workspace. You can browse to the local path if you're opening this project for the first time.

    You can now open the .xpj file of the project, and the version-controlled project will be opened in RoboHelp.

FAQs

Do we need RoboSource Control to be installed?

Absolutely not. Team Foundation Server is another version control system. RoboSource Control installation is required only when RoboHelp integrates with RoboSource Control version control system. RoboHelp is capable of integrating with any MSSCCI- compliant version control system.

What happens if you add the project to an incorrect location in Team Foundation Server?

Team Foundation Server maintains a mapping of the project directories of a machine to corresponding server paths (directories) through its workspaces. This mapping is created automatically when we add a RoboHelp project to Team Foundation Server. So, if you have added the RoboHelp project to the wrong server path, do the following to add it again to the correct location:

  1. Using RoboHelp, remove the project from version control.
  2. In Visual Studio, select workspace from File > Source Control > Workspaces or Source Control Team Explorer and delete the mapping for the project.
  3. In RoboHelp, add the project again to the correct location. Specify the correct server path.

What if you opened a project from Team Foundation Server at the incorrect local path?

Do the following steps:

  1. In Visual Studio, select workspace from File > Source Control > Workspaces or Source Control Team Explorer and delete the mapping for the project.
  2. In RoboHelp, open the project from version control. Specify the correct local path.

Reference

If you face problems in integrating an earlier version of a Visual Studio client with an advanced version of Team Foundation Server, check the following articles:

  • http://blogs.technet.com/b/chrad/archive/2010/01/08/visual-studio-2008-connecting-to-tfs-2010-server.aspx
  • http://social.msdn.microsoft.com/Forums/en/tfsgeneral/thread/32063fa1-d42f-4e65-908e-e68498d1ec3d

More Like This

  • Using the new RoboHelp 10 scripting events
  • Getting started with ExtendScript in RoboHelp
  • Integrating RoboHelp 9 projects with Perforce
  • Adobe AIR Help in RoboHelp 9
  • Integrating RoboHelp projects with Subversion
  • Use of RoboHelp Server by technical publications departments
  • Creating ebooks using RoboHelp 9

Products

  • Adobe Creative Cloud
  • Creative Suite 6
  • Adobe Marketing Cloud
  • Acrobat
  • Photoshop
  • Digital Publishing Suite
  • Elements family
  • SiteCatalyst
  • For education

Download

  • Product trials
  • Adobe Reader
  • Adobe Flash Player
  • Adobe AIR

Support & Learning

  • Product help
  • Forums

Buy

  • For personal and professional use
  • For students, educators, and staff
  • For small and medium businesses
  • Volume Licensing
  • Special offers

Company

  • News room
  • Partner programs
  • Corporate social responsibility
  • Career opportunities
  • Investor Relations
  • Events
  • Legal
  • Security
  • Contact Adobe
Choose your region United States (Change)
Choose your region Close

North America

Europe, Middle East and Africa

Asia Pacific

  • Canada - English
  • Canada - Français
  • Latinoamérica
  • México
  • United States

South America

  • Brasil
  • Africa - English
  • Österreich - Deutsch
  • Belgium - English
  • Belgique - Français
  • België - Nederlands
  • България
  • Hrvatska
  • Česká republika
  • Danmark
  • Eastern Europe - English
  • Eesti
  • Suomi
  • France
  • Deutschland
  • Magyarország
  • Ireland
  • Israel - English
  • ישראל - עברית
  • Italia
  • Latvija
  • Lietuva
  • Luxembourg - Deutsch
  • Luxembourg - English
  • Luxembourg - Français
  • الشرق الأوسط وشمال أفريقيا - اللغة العربية
  • Middle East and North Africa - English
  • Moyen-Orient et Afrique du Nord - Français
  • Nederland
  • Norge
  • Polska
  • Portugal
  • România
  • Россия
  • Srbija
  • Slovensko
  • Slovenija
  • España
  • Sverige
  • Schweiz - Deutsch
  • Suisse - Français
  • Svizzera - Italiano
  • Türkiye
  • Україна
  • United Kingdom
  • Australia
  • 中国
  • 中國香港特別行政區
  • Hong Kong S.A.R. of China
  • India - English
  • 日本
  • 한국
  • New Zealand
  • 台灣

Southeast Asia

  • Includes Indonesia, Malaysia, Philippines, Singapore, Thailand, and Vietnam - English

Copyright © 2013 Adobe Systems Incorporated. All rights reserved.

Terms of Use | Privacy (Updated) | Cookies

Ad Choices