<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: FRANCISCO LOPEZ DE LAS HERAS</title>
    <description>The latest articles on DEV Community by FRANCISCO LOPEZ DE LAS HERAS (@kurrolopez).</description>
    <link>https://dev.to/kurrolopez</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F601810%2F7dfeb0ca-b583-439f-bc25-620ebc9fc90f.jpeg</url>
      <title>DEV Community: FRANCISCO LOPEZ DE LAS HERAS</title>
      <link>https://dev.to/kurrolopez</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kurrolopez"/>
    <language>en</language>
    <item>
      <title>How to install and use TFS in Atelier</title>
      <dc:creator>FRANCISCO LOPEZ DE LAS HERAS</dc:creator>
      <pubDate>Mon, 22 Mar 2021 16:54:47 +0000</pubDate>
      <link>https://dev.to/intersystems/how-to-install-and-use-tfs-in-atelier-el5</link>
      <guid>https://dev.to/intersystems/how-to-install-and-use-tfs-in-atelier-el5</guid>
      <description>&lt;p&gt;Hi,&lt;br&gt;
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.&lt;/p&gt;

&lt;p&gt;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 :)&lt;/p&gt;

&lt;p&gt;It's important don't store the file &lt;strong&gt;.buildpath&lt;/strong&gt; 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.&lt;br&gt;
To prevent it, create a file called &lt;strong&gt;.tfignore&lt;/strong&gt; with this content&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;# Add the files to ignore in TFS and folders
.buildpath
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;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.&lt;br&gt;
I hope this tutorial could be helpful for anyone. If so, leave your comment and rate this article.&lt;/p&gt;

&lt;p&gt;Now, I going to explain how to install and use TFS pluging&lt;/p&gt;

&lt;h3&gt;
  
  
  To install TFS plugin
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Open Atelier&lt;/li&gt;
&lt;li&gt;Select Help - Install new Software&lt;/li&gt;
&lt;li&gt;In this window "Available Software", press "Add" in "Work with"&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--1j73XY1X--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/n8wltjonngfrzr8y448m.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--1j73XY1X--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/n8wltjonngfrzr8y448m.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Add the new repository, Add a name and location "&lt;a href="http://dl.microsoft.com/eclipse/tfs"&gt;http://dl.microsoft.com/eclipse/tfs&lt;/a&gt;", then press Ok&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ZPZrJRj9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/yjycnw4e9mt1tggngjw1.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ZPZrJRj9--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/yjycnw4e9mt1tggngjw1.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;select the repository and press "Ok"&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--XEDQ7DRG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/kal1w4eg33ws2oju5hu3.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--XEDQ7DRG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/kal1w4eg33ws2oju5hu3.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Accept licenses to use and press "Finish"&lt;/li&gt;
&lt;li&gt;Close Atelier to apply the changes&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  To use TFS in Atelier
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Select Team Foundation Server Exploring perspective&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ToBSlDIA--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/q2dczhwcxtxcb83n3pql.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ToBSlDIA--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/q2dczhwcxtxcb83n3pql.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Select you TFS Server (a plug icon)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--skqfUWeV--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/1xoltu6olcngq4ixz969.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--skqfUWeV--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/1xoltu6olcngq4ixz969.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;And select your project &lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Import a project from TFS
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;From Workspace. select "Import" option and select "Projects From Team Foundation Server"&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Eluu8hkz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/y4ifcrsifq4jw9us6agg.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Eluu8hkz--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/y4ifcrsifq4jw9us6agg.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Select your project to import&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--HjGSjWC5--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/khe91zq8nlmweoeloyqb.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--HjGSjWC5--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/khe91zq8nlmweoeloyqb.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The first time (if you haven't stored the &lt;strong&gt;.buildpath&lt;/strong&gt; file in TFS), it asks you about the Ensemble server that you are using (change connection)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--nSndnfmw--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/48xk1bsf8arvli94e760.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--nSndnfmw--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/48xk1bsf8arvli94e760.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ve5iMmkp--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/0molpf8keajqoyybv1ds.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ve5iMmkp--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/0molpf8keajqoyybv1ds.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Then syncronize your project with server&lt;/li&gt;
&lt;/ul&gt;

</description>
    </item>
  </channel>
</rss>
