DEV Community

FRANCISCO LOPEZ DE LAS HERAS for InterSystems

Posted on

How to install and use TFS in Atelier

Hi,
This is a quick tutorial how to install and use TFS in Atelier. It is based on my self experience and some tricks that I 've noted.

If you are used to using visual studio maybe you feel that is a bit slow and heavy, but you have the same TFS panel as you have in Visual Studio, so don't need any special "training" to use it :)

It's important don't store the file .buildpath because it has the server definition that you are working in a team, each one have the personal configuration, so the name of the server could be different.
To prevent it, create a file called .tfignore with this content

# Add the files to ignore in TFS and folders
.buildpath
Enter fullscreen mode Exit fullscreen mode

It's important to differenciate the workspace of TFS and the workspace of Atelier, it could be different. The first one is where the files will be stored in your computer from TFS, and the second one is where you store your Ensemble projects, only the definition.
I hope this tutorial could be helpful for anyone. If so, leave your comment and rate this article.

Now, I going to explain how to install and use TFS pluging

To install TFS plugin

  • Open Atelier
  • Select Help - Install new Software
  • In this window "Available Software", press "Add" in "Work with"

Alt Text

Alt Text

  • select the repository and press "Ok"

Alt Text

  • Accept licenses to use and press "Finish"
  • Close Atelier to apply the changes

To use TFS in Atelier

  • Select Team Foundation Server Exploring perspective

Alt Text

  • Select you TFS Server (a plug icon)

Alt Text

  • And select your project 

Import a project from TFS

  • From Workspace. select "Import" option and select "Projects From Team Foundation Server"

Alt Text

  • Select your project to import

Alt Text

  • The first time (if you haven't stored the .buildpath file in TFS), it asks you about the Ensemble server that you are using (change connection)

Alt Text
Alt Text

  • Then syncronize your project with server

Top comments (0)