<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>VSSConverter GUI</title><link>http://vssconvertergui.codeplex.com/project/feeds/rss</link><description>GUI front end to the VssConverter command line   utility that ships with Team foundation server</description><item><title>Source code checked in, #99885</title><link>http://vssconvertergui.codeplex.com/SourceControl/changeset/changes/99885</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:24:31 GMT</pubDate><guid isPermaLink="false">Source code checked in, #99885 20121001092431P</guid></item><item><title>Source code checked in, #99884</title><link>http://vssconvertergui.codeplex.com/SourceControl/changeset/changes/99884</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:16:08 GMT</pubDate><guid isPermaLink="false">Source code checked in, #99884 20121001091608P</guid></item><item><title>Created Issue: Change to UpdateSettings for TFS2010 collections [32320]</title><link>http://vssconvertergui.codeplex.com/workitem/32320</link><description>For TFS2010 MainForm.UpdateSettings needs to be changed to&amp;#58;&lt;br /&gt;    private void UpdateSettings&amp;#40;&amp;#41;&lt;br /&gt;    &amp;#123;&lt;br /&gt;      _converterSettings.ConverterSpecificSetting.Source.VSSDatabase.name &amp;#61; cbVSSDatabasePath.Text&amp;#59;&lt;br /&gt;      try&lt;br /&gt;      &amp;#123;&lt;br /&gt;        Uri uri &amp;#61; new Uri&amp;#40;cbTFSServer.Text&amp;#41;&amp;#59;&lt;br /&gt;        _converterSettings.Settings.TeamFoundationServer.name &amp;#61; uri.Host&amp;#59;&lt;br /&gt;        _converterSettings.Settings.TeamFoundationServer.port &amp;#61; uri.Port&amp;#59;&lt;br /&gt;        _converterSettings.Settings.TeamFoundationServer.protocol &amp;#61; uri.Scheme&amp;#59;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#9;_converterSettings.Settings.TeamFoundationServer.collection &amp;#61; uri.AbsolutePath&amp;#59;&lt;br /&gt;      &amp;#125;&lt;br /&gt;      catch&lt;br /&gt;      &amp;#123;&lt;br /&gt;        _converterSettings.Settings.TeamFoundationServer.name &amp;#61; &amp;#34;&amp;#34;&amp;#59;&lt;br /&gt;        _converterSettings.Settings.TeamFoundationServer.port &amp;#61; -1&amp;#59;&lt;br /&gt;        _converterSettings.Settings.TeamFoundationServer.protocol &amp;#61; &amp;#34;&amp;#34;&amp;#59;&lt;br /&gt;      &amp;#9;_converterSettings.Settings.TeamFoundationServer.collection &amp;#61; &amp;#34;&amp;#34;&amp;#59;&lt;br /&gt;      &amp;#125;&lt;br /&gt;...&lt;br /&gt;</description><author>JezzaT</author><pubDate>Mon, 27 Feb 2012 01:20:44 GMT</pubDate><guid isPermaLink="false">Created Issue: Change to UpdateSettings for TFS2010 collections [32320] 20120227012044A</guid></item><item><title>Source code checked in, #74794</title><link>http://vssconvertergui.codeplex.com/SourceControl/changeset/changes/74794</link><description>Checked in by server upgrade</description><author>_TFSSERVICE</author><pubDate>Tue, 03 Aug 2010 19:44:57 GMT</pubDate><guid isPermaLink="false">Source code checked in, #74794 20100803074457P</guid></item><item><title>CREATED ISSUE: Does not work on Vista 64-bit systems.</title><link>http://www.codeplex.com/VssConverterGui/WorkItem/View.aspx?WorkItemId=16306</link><description>Hi the Assembly VSSConverter has been compiled for 32 bit only.  The VSSConverter EXE was compiled for &amp;#34;Any CPU&amp;#34;.  On a 64 bit system an exe compiled for Any CPU will be loaded into a 64 bit .NET processes.  When the system tryes to load any 32 bit only assembly you get an &amp;#34;Bad Format Error&amp;#34;.  &lt;br /&gt;&lt;br /&gt;If you set you exe to x86 &amp;#40;32-bit&amp;#41; then a 64 bit system will load the EXE into a 32-bit process automaticly.&lt;br /&gt;</description><author>lexnn</author><pubDate>Sun, 27 Apr 2008 21:20:21 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Does not work on Vista 64-bit systems. 20080427092021P</guid></item><item><title>CREATED ISSUE: Migration VSS to TFS</title><link>http://www.codeplex.com/VssConverterGui/WorkItem/View.aspx?WorkItemId=16117</link><description>Hello&lt;br /&gt;&lt;br /&gt;I want migrate my project VSS to TFS,&lt;br /&gt;&lt;br /&gt;i utilised VSSconverterGUI.exe, &amp;#38; it created settings.xml &amp;#58;&lt;br /&gt;&lt;br /&gt;  &amp;#60;&amp;#63;xml version&amp;#61;&amp;#34;1.0&amp;#34; encoding&amp;#61;&amp;#34;utf-8&amp;#34; &amp;#63;&amp;#62; &lt;br /&gt;- &amp;#60;SourceControlConverter xmlns&amp;#58;xsi&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema-instance&amp;#34; xmlns&amp;#58;xsd&amp;#61;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.w3.org&amp;#47;2001&amp;#47;XMLSchema&amp;#34;&amp;#62;&lt;br /&gt;- &amp;#60;ConverterSpecificSetting&amp;#62;&lt;br /&gt;- &amp;#60;Source name&amp;#61;&amp;#34;VSS&amp;#34;&amp;#62;&lt;br /&gt;  &amp;#60;VSSDatabase name&amp;#61;&amp;#92;&amp;#92;SFSRV01&amp;#92;VSSSoftProjects &amp;#47;&amp;#62; &lt;br /&gt;  &amp;#60;UserMap name&amp;#61;&amp;#34;UserMap.xml&amp;#34; &amp;#47;&amp;#62; &lt;br /&gt;  &amp;#60;&amp;#47;Source&amp;#62;&lt;br /&gt;- &amp;#60;ProjectMap&amp;#62;&lt;br /&gt;  &amp;#60;Project Source&amp;#61;&amp;#34;&amp;#36;&amp;#47;Code_Samples&amp;#47;Soft.PetShop&amp;#34; Destination&amp;#61;&amp;#34;&amp;#36;&amp;#47;MENTFS&amp;#47;P1&amp;#34; &amp;#47;&amp;#62; &lt;br /&gt;  &amp;#60;&amp;#47;ProjectMap&amp;#62;&lt;br /&gt;  &amp;#60;&amp;#47;ConverterSpecificSetting&amp;#62;&lt;br /&gt;- &amp;#60;Settings&amp;#62;&lt;br /&gt;  &amp;#60;TeamFoundationServer name&amp;#61;&amp;#34;sfdev01&amp;#34; protocol&amp;#61;&amp;#34;http&amp;#34; port&amp;#61;&amp;#34;8080&amp;#34; &amp;#47;&amp;#62; &lt;br /&gt;  &amp;#60;&amp;#47;Settings&amp;#62;&lt;br /&gt;  &amp;#60;&amp;#47;SourceControlConverter&amp;#62;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;after analyze, when i migrate , the report of migration is &amp;#34;Migration completed. &amp;#123; 0 Errors &amp;#124; 5 Warnings &amp;#125; &amp;#34;&lt;br /&gt;but there is nothing in adress of &amp;#34;&amp;#36;&amp;#47;MENTFS&amp;#47;P1&amp;#34; &amp;#33;&amp;#33;&amp;#33;&lt;br /&gt;adress local of &amp;#36;&amp;#47;MENTFS&amp;#47;P1 is defined E&amp;#58;&amp;#92;Projects&amp;#92;DVLPTFS&amp;#92;MENTFS&amp;#92;P1 in team project of Visual Studio, but when i refreshed there was nothing &amp;#33;&amp;#33;&lt;br /&gt; &lt;br /&gt;i searched in the file VSSConverter &amp;#38; i fined this ligne &amp;#58; &lt;br /&gt;BaseExceptionMessage&amp;#58; TF14064&amp;#58; Could not find label PINNED&amp;#64;&amp;#36;&amp;#47;MENTFS&amp;#47;P1.&lt;br /&gt; &lt;br /&gt;what can I do&amp;#63;&amp;#63;&lt;br /&gt; &lt;br /&gt;please help me&amp;#33;&lt;br /&gt;</description><author>Mona_7170</author><pubDate>Tue, 15 Apr 2008 14:48:40 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Migration VSS to TFS 20080415024840P</guid></item><item><title>CREATED ISSUE: DOS (8.3) short path issue in VSSConverter</title><link>http://www.codeplex.com/VssConverterGui/WorkItem/View.aspx?WorkItemId=15501</link><description>Getting below error in migration process and found that dos path is not supported in VSTS 2008&lt;br /&gt;TF60096&amp;#58; Unable to migrate due to Team Foundation Error&amp;#58; TF203013&amp;#58; The path &amp;#36;&amp;#47;Sandbox&amp;#47;VSSV650aM&amp;#47;PowerLAB&amp;#47;V645a&amp;#47;Libsrc&amp;#47;Graphics&amp;#47;GREENB&amp;#126;2.GIF is in the DOS &amp;#40;8.3&amp;#41; short path format and is not supported. Enter a full path to the item and try again.&lt;br /&gt;&lt;br /&gt;Can we have any way thru which we can convert short path to LONG path or can you please provide me information for EnvironmentVariables that used take VSS input path so I can update code.&lt;br /&gt;</description><author>KetanS</author><pubDate>Fri, 07 Mar 2008 13:44:35 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: DOS (8.3) short path issue in VSSConverter 20080307014435P</guid></item><item><title>CREATED ISSUE: any issues with TFS2008</title><link>http://www.codeplex.com/VssConverterGui/WorkItem/View.aspx?WorkItemId=15378</link><description>I&amp;#39;ve read there might be some issues using this with TFS2008. &amp;#40;see comment at bottom of this page&amp;#58; http&amp;#58;&amp;#47;&amp;#47;www.codeplex.com&amp;#47;VssConverterGui&amp;#41; Is that true&amp;#63;&lt;br /&gt;</description><author>furmangg</author><pubDate>Thu, 28 Feb 2008 13:25:00 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: any issues with TFS2008 20080228012500P</guid></item><item><title>Patch Uploaded</title><link>http://www.codeplex.com/VssConverterGui/SourceControl/PatchList.aspx</link><description>
&lt;p&gt;&lt;a href='/UserAccount/UserProfile.aspx?UserName=ssvaidya'&gt;ssvaidya&lt;/a&gt; has uploaded a patch.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;Updated to include exception handling, support for Visual Studio 2008, storage of registry information in App.Config file and several other UI enhancements.&lt;/p&gt;</description><author>ssvaidya</author><pubDate>Tue, 04 Dec 2007 15:10:40 GMT</pubDate><guid isPermaLink="false">Patch Uploaded 20071204031040P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/VssConverterGui/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;VSSConverter GUI&lt;/b&gt;&lt;br /&gt;VSSConverter GUI is an easy to use interface to the VSSConverter command line utility that comes with Team Foundation Version Control. &lt;br /&gt;For more details about the tool, you can read my blog entry here:&lt;br /&gt;&lt;a href="http://www.epocalipse.com/blog/2006/04/06/vssconverter-gui" class="externalLink"&gt;http://www.epocalipse.com/blog/2006/04/06/vssconverter-gui&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Note: You must put the VSSConverterGUI.exe in the same folder where VssConverter.Exe is located. VssConverter.exe is the command line utility that comes with Team System and is located at: &amp;lt;Visual Studio 2005&amp;gt;\Common7\IDE\VSSConverter.exe&lt;/b&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>eyalp</author><pubDate>Mon, 07 May 2007 09:04:00 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070507090400A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/VssConverterGui/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;VSSConverter GUI&lt;/b&gt;&lt;br /&gt;VSSConverter GUI is an easy to use interface to the VSSConverter command line utility that comes with Team Foundation Version Control. &lt;br /&gt;For more details about the tool, you can read my blog entry here:&lt;br /&gt;&lt;a href="http://www.epocalipse.com/blog/2006/04/06/vssconverter-gui" class="externalLink"&gt;http://www.epocalipse.com/blog/2006/04/06/vssconverter-gui&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;Note: You must put the VSSConverterGUI.exe in the same folder where VssConverter.Exe is located. VssConverter.exe is the command line utility that comes with Team System and is located at: &amp;lt;Visual Studio 2005&amp;gt;\Common7\IDE\VSSConverter.exe&lt;br /&gt;
&lt;/div&gt;</description><author>eyalp</author><pubDate>Mon, 07 May 2007 09:02:26 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070507090226A</guid></item><item><title>CREATED ISSUE: Unhandled exception if VssConverter not found</title><link>http://www.codeplex.com/VssConverterGui/WorkItem/View.aspx?WorkItemId=10080</link><description>After downloading the latest release and decompressing and then running, I get this unhandled exception:

An unhandled exception of type 'System.IO.FileNotFoundException' occurred in VssConverterGui.exe

Additional information: Could not load file or assembly 'VSSConverter, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. </description><author>BHofmann</author><pubDate>Fri, 04 May 2007 13:57:01 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Unhandled exception if VssConverter not found 20070504015701P</guid></item><item><title>RELEASED: 1.0 Production</title><link>http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=VssConverterGui&amp;ReleaseId=954</link><description></description><author></author><pubDate>Thu, 02 Nov 2006 07:26:04 GMT</pubDate><guid isPermaLink="false">RELEASED: 1.0 Production 20061102072604A</guid></item><item><title>CREATED RELEASE: 1.0 Production</title><link>http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=VssConverterGui&amp;ReleaseId=954</link><description></description><author></author><pubDate>Thu, 02 Nov 2006 07:26:04 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: 1.0 Production 20061102072604A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=VssConverterGui&amp;title=Home&amp;version=2</link><description>&lt;p&gt;
&lt;b&gt;VSSConverter GUI&lt;/b&gt;&lt;br/&gt;
VSSConverter GUI is an easy to use interface to the VSSConverter command line utility that comes with Team Foundation Version Control. &lt;br/&gt;
For more details about the tool, you can read my blog entry here:&lt;br/&gt;
&lt;a href="http://www.epocalipse.com/blog/2006/04/06/vssconverter-gui"&gt;http://www.epocalipse.com/blog/2006/04/06/vssconverter-gui&lt;/a&gt;&lt;br/&gt;
&lt;br/&gt;
&lt;/p&gt;
</description><author>eyalp</author><pubDate>Thu, 02 Nov 2006 07:25:31 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20061102072531A</guid></item></channel></rss>