<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Rodolfo Leão</title>
	<atom:link href="http://rodolfoleao.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://rodolfoleao.com</link>
	<description></description>
	<lastBuildDate>Tue, 31 Jan 2012 03:37:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Excluir Team Project no TFS Service Preview</title>
		<link>http://rodolfoleao.com/2012/01/excluir-team-project-no-tfs-service-preview/</link>
		<comments>http://rodolfoleao.com/2012/01/excluir-team-project-no-tfs-service-preview/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 20:27:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[TFS]]></category>
		<category><![CDATA[apagar]]></category>
		<category><![CDATA[Como]]></category>
		<category><![CDATA[DefaultCollection]]></category>
		<category><![CDATA[Excluir]]></category>
		<category><![CDATA[Foundation]]></category>
		<category><![CDATA[Preview]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Service]]></category>
		<category><![CDATA[Studio]]></category>
		<category><![CDATA[Team]]></category>
		<category><![CDATA[Team Project]]></category>
		<category><![CDATA[tfsdeleteproject]]></category>
		<category><![CDATA[tfspreview. deletar]]></category>
		<category><![CDATA[Visual]]></category>
		<category><![CDATA[Web TFS. vNext]]></category>

		<guid isPermaLink="false">http://rodolfoleao.com/?p=54</guid>
		<description><![CDATA[Usando o Team Foundation Server Preview, há alguns dias, surgiu a necessidade de excluir um Team Project de teste que criei. Procurei por toda parte, inclusive na parte administrativa e não encontrei nenhuma maneira visual de fazer isso. Procurando na &#8230; <a href="http://rodolfoleao.com/2012/01/excluir-team-project-no-tfs-service-preview/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Usando o Team <em>Foundation</em> <em>Server</em> <em>Preview</em>, há alguns dias, surgiu a necessidade de excluir um <em>Team</em> <em>Project</em> de teste que criei. Procurei por toda parte, inclusive na parte administrativa e não encontrei nenhuma maneira visual de fazer isso.</p>
<p>Procurando na internet, encontrei uma solução que deu certo. Como me ajudou, vou colocar aqui os procedimentos. Vamos logo ao que interessa:</p>
<p>Para excluir qualquer <em>Team</em> <em>Project</em>, você deve utilizar uma ferramenta do <em>VS</em> via linha de comando. Sendo assim você deverá ter o <em><span style="text-decoration: underline;">VS 2011 Preview</span></em> instalado. Atenção, estes procedimentos não funcionam com o <em>VS 2010</em> e até o momento não encontrei nenhum <em>workaround</em> para o mesmo.</p>
<p>Sendo assim, com o <em>Visual Studio 2011</em> instalado, abra o <em>prompt</em> de comando e navegue até o seguinte caminho:</p>
<p><em><strong>C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE&gt;</strong></em></p>
<p>Execute o seguinte comando substituindo as informações entre as chaves pelas suas corretas informações incluindo a chave!</p>
<p><em><strong>tfsdeleteproject /collection:https://[nome].tfspreview.com/DefaultCollection [Team Project]</strong></em></p>
<p>Para ficar mais claro segue um exemplo fictício:</p>
<p><em><strong>tfsdeleteproject /collection:https://joao.tfspreview.com/DefaultCollection Projeto_HelloWord</strong></em></p>
<p>Se a URL digitada estiver correta será mostrada a seguinte mensagem:</p>
<p><em><strong>Warning: Deleting a team project is an irrecoverable operation. All version control, work item tracking and Team Foundation build data will be destroyed from the system. The only way to recover this data is by restoring a stored backup of the databases. Are you sure you want to delete the team project and all of its data (Y/N)?</strong></em></p>
<p>Esta mensagem está em resumo, avisando que se você excluir um <em>Team</em> <em>Project</em>, não poderá voltar a ação, ou seja, não é possível recupera um <em>backup</em>, <em>rollback</em> e etc.</p>
<p>Para continuar basta digitar a letra “<em>Y</em>” e dar um <em>enter</em> que o processo iniciará mostrando o progresso como no texto abaixo:</p>
<p><em><strong>Deleting from Build &#8230;<br />
Done<br />
Deleting from Version Control &#8230;<br />
Done<br />
Deleting from Work Item Tracking &#8230;<br />
Done<br />
Deleting from TestManagement &#8230;<br />
Done<br />
Deleting from LabManagement &#8230;<br />
Done<br />
Deleting from ProjectServer &#8230;<br />
Done<br />
Warning. Did not find Report Server service.<br />
Warning. Did not find SharePoint site service.<br />
Deleting from Team Foundation Core &#8230;<br />
Done</strong></em></p>
<p>Pronto! Você acabou de excluir o <em>Team Project</em> que queria. Basta agora fazer o <em>Logout</em> e novamente realizar <em>Login</em> na sua conta do <em>TFS Services.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://rodolfoleao.com/2012/01/excluir-team-project-no-tfs-service-preview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conceitos de Team Project Collection e Team Project</title>
		<link>http://rodolfoleao.com/2011/07/conceitos-de-team-project-collection-e-team-project/</link>
		<comments>http://rodolfoleao.com/2011/07/conceitos-de-team-project-collection-e-team-project/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 21:23:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ALM]]></category>
		<category><![CDATA[VS]]></category>
		<category><![CDATA[VSTS]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[Collection]]></category>
		<category><![CDATA[Control]]></category>
		<category><![CDATA[Foundation]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[Projeto]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Source]]></category>
		<category><![CDATA[Studio]]></category>
		<category><![CDATA[Team]]></category>
		<category><![CDATA[TFS]]></category>
		<category><![CDATA[Version]]></category>
		<category><![CDATA[Visula]]></category>

		<guid isPermaLink="false">http://rodolfoleao.com/2011/07/conceitos-de-team-project-collection-e-team-project/</guid>
		<description><![CDATA[&#160; O que é Team Project Collection? Representa uma coleção de projetos dentro do TFS. Ele abriga projetos que podem ser agrupados por similaridade. O que é Team Project? É uma coleção de itens de trabalho diversos, código, testes, etc, &#8230; <a href="http://rodolfoleao.com/2011/07/conceitos-de-team-project-collection-e-team-project/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p align="justify">O que é Team Project Collection?</p>
<p align="justify">Representa uma coleção de projetos dentro do TFS. Ele abriga projetos que podem ser agrupados por similaridade.</p>
<p align="justify">O que é Team Project?</p>
<p align="justify">É uma coleção de itens de trabalho diversos, código, testes, etc, usados por uma equipe em um conjunto de trabalho comum com o Visual Studio. Você pode considerar cada projeto como um team project. Porém se tiver muitos projetos a Microsoft recomenda que uma collection tenha no máximo 50 team projects, por questões de performace.</p>
<p><a href="http://rodolfoleao.com/wp-content/uploads/2011/07/image1.png"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto; padding-top: 0px" title="image" border="0" alt="image" src="http://rodolfoleao.com/wp-content/uploads/2011/07/image_thumb.png" width="534" height="256" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://rodolfoleao.com/2011/07/conceitos-de-team-project-collection-e-team-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OI</title>
		<link>http://rodolfoleao.com/2010/12/oi/</link>
		<comments>http://rodolfoleao.com/2010/12/oi/#comments</comments>
		<pubDate>Fri, 03 Dec 2010 11:38:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sem categoria]]></category>

		<guid isPermaLink="false">http://rodolfoleao.com/?p=5</guid>
		<description><![CDATA[Olá, bem-vindo ao meu blog. Estou construindo as páginas, obrigado pelo interesse.]]></description>
			<content:encoded><![CDATA[<h2>Olá, bem-vindo ao meu blog.</h2>
<h2>Estou construindo as páginas, obrigado pelo interesse.</h2>
]]></content:encoded>
			<wfw:commentRss>http://rodolfoleao.com/2010/12/oi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

