<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: VsTortoise, need feedback</title>
	<atom:link href="http://www.console-dev.de/2010/01/24/vstortoise-need-feedback/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.console-dev.de/2010/01/24/vstortoise-need-feedback/</link>
	<description>Home of VsTortoise, VisualHAM, N3D and HEL Library</description>
	<lastBuildDate>Fri, 19 Mar 2010 15:25:15 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Peter Schraut</title>
		<link>http://www.console-dev.de/2010/01/24/vstortoise-need-feedback/comment-page-1/#comment-1858</link>
		<dc:creator>Peter Schraut</dc:creator>
		<pubDate>Sat, 06 Feb 2010 17:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.console-dev.de/?p=838#comment-1858</guid>
		<description>Hey Ints,

this issue should be fixed with VsTortoise build 21 beta:
http://vstortoise.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=40054

Please let me know if it works for you.

Thanks
Peter</description>
		<content:encoded><![CDATA[<p>Hey Ints,</p>
<p>this issue should be fixed with VsTortoise build 21 beta:<br />
<a href="http://vstortoise.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=40054" rel="nofollow">http://vstortoise.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=40054</a></p>
<p>Please let me know if it works for you.</p>
<p>Thanks<br />
Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ints</title>
		<link>http://www.console-dev.de/2010/01/24/vstortoise-need-feedback/comment-page-1/#comment-1856</link>
		<dc:creator>Ints</dc:creator>
		<pubDate>Sat, 06 Feb 2010 17:16:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.console-dev.de/?p=838#comment-1856</guid>
		<description>I tested with Microsoft Visual Studio 2005 Professional Edition - ENU SP1. Installed twice but anyway the menu was empty, there was no items. My OS is Win 2K.</description>
		<content:encoded><![CDATA[<p>I tested with Microsoft Visual Studio 2005 Professional Edition &#8211; ENU SP1. Installed twice but anyway the menu was empty, there was no items. My OS is Win 2K.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: console-dev.de &#187; Blog Archive &#187; VsTortoise, source code available at codeplex.com</title>
		<link>http://www.console-dev.de/2010/01/24/vstortoise-need-feedback/comment-page-1/#comment-1816</link>
		<dc:creator>console-dev.de &#187; Blog Archive &#187; VsTortoise, source code available at codeplex.com</dc:creator>
		<pubDate>Mon, 01 Feb 2010 21:00:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.console-dev.de/?p=838#comment-1816</guid>
		<description>[...] anyone is interested in the project, feel free to contribute. Patches for the resources problem are welcome.  I don&#8217;t have a german Visual Studio version, so it&#8217;s more like poking [...]</description>
		<content:encoded><![CDATA[<p>[...] anyone is interested in the project, feel free to contribute. Patches for the resources problem are welcome.  I don&#8217;t have a german Visual Studio version, so it&#8217;s more like poking [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Schraut</title>
		<link>http://www.console-dev.de/2010/01/24/vstortoise-need-feedback/comment-page-1/#comment-1785</link>
		<dc:creator>Peter Schraut</dc:creator>
		<pubDate>Thu, 28 Jan 2010 20:14:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.console-dev.de/?p=838#comment-1785</guid>
		<description>Hello Edmundito,

thanks for your feedback!

Adding buttons to the solution explorers context menu is on my personal wishlist and will be added eventually. Probably after I&#039;ve sorted the non en-US resource problem.

For the second feature, I guess you refer to overlay icons in the solution explorer that show the svn status of a particular file. I&#039;ve thought about this too, but all solutions I mentally came up with require file system hooks to get notified when the svn status of a file has changed outside of Visual Studio.

Here is why I&#039;ve not added this feature to VsTortoise yet:

1) I don&#039;t want to install anything that would slow-down the system or IDE and file system hooks kinda do I guess. It makes it also pretty complicated and error-prone (i guess).

2) When I drop the file system hooks idea, the solution explorer svn status icons could run out of sync with the actual status if you perform a commit outside Visual Studio for example. I&#039;m not really sure if out-of-sync-icons are a big problem, but showing no status rather than an incorrect status was the better choice for me so far.

3) On the other hand, I could ignore all svn operations done outside of Visual Studio, live with the out-of-sync-icons problem, provide a &quot;Refresh&quot; button.

I&#039;m not really happy with any of the three points so far :)</description>
		<content:encoded><![CDATA[<p>Hello Edmundito,</p>
<p>thanks for your feedback!</p>
<p>Adding buttons to the solution explorers context menu is on my personal wishlist and will be added eventually. Probably after I&#8217;ve sorted the non en-US resource problem.</p>
<p>For the second feature, I guess you refer to overlay icons in the solution explorer that show the svn status of a particular file. I&#8217;ve thought about this too, but all solutions I mentally came up with require file system hooks to get notified when the svn status of a file has changed outside of Visual Studio.</p>
<p>Here is why I&#8217;ve not added this feature to VsTortoise yet:</p>
<p>1) I don&#8217;t want to install anything that would slow-down the system or IDE and file system hooks kinda do I guess. It makes it also pretty complicated and error-prone (i guess).</p>
<p>2) When I drop the file system hooks idea, the solution explorer svn status icons could run out of sync with the actual status if you perform a commit outside Visual Studio for example. I&#8217;m not really sure if out-of-sync-icons are a big problem, but showing no status rather than an incorrect status was the better choice for me so far.</p>
<p>3) On the other hand, I could ignore all svn operations done outside of Visual Studio, live with the out-of-sync-icons problem, provide a &#8220;Refresh&#8221; button.</p>
<p>I&#8217;m not really happy with any of the three points so far <img src='http://www.console-dev.de/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edmundito</title>
		<link>http://www.console-dev.de/2010/01/24/vstortoise-need-feedback/comment-page-1/#comment-1774</link>
		<dc:creator>Edmundito</dc:creator>
		<pubDate>Wed, 27 Jan 2010 15:48:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.console-dev.de/?p=838#comment-1774</guid>
		<description>Well it&#039;s probably no surprise but VsTortoise works for me on an American Visual Studio 2008 (Standard Edition). I haven&#039;t had any crashes yet.

But since we&#039;re talking about feedback I figured I&#039;d give a few suggestions:

- I wish there was a way to be able to directly manipulate the files in the solution explorer without opening it, perhaps something like right-clicking on the file and getting an SVN menu would be enough.
- It&#039;d be nice to see that tortoise feature where it tells you if the file is modified, not added, or untouched.</description>
		<content:encoded><![CDATA[<p>Well it&#8217;s probably no surprise but VsTortoise works for me on an American Visual Studio 2008 (Standard Edition). I haven&#8217;t had any crashes yet.</p>
<p>But since we&#8217;re talking about feedback I figured I&#8217;d give a few suggestions:</p>
<p>- I wish there was a way to be able to directly manipulate the files in the solution explorer without opening it, perhaps something like right-clicking on the file and getting an SVN menu would be enough.<br />
- It&#8217;d be nice to see that tortoise feature where it tells you if the file is modified, not added, or untouched.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guest</title>
		<link>http://www.console-dev.de/2010/01/24/vstortoise-need-feedback/comment-page-1/#comment-1764</link>
		<dc:creator>Guest</dc:creator>
		<pubDate>Tue, 26 Jan 2010 09:38:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.console-dev.de/?p=838#comment-1764</guid>
		<description>Works with Visual Studio 2008 professional (german). There are no images for any VsTortoise button though, but no error occurs at startup.</description>
		<content:encoded><![CDATA[<p>Works with Visual Studio 2008 professional (german). There are no images for any VsTortoise button though, but no error occurs at startup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guest</title>
		<link>http://www.console-dev.de/2010/01/24/vstortoise-need-feedback/comment-page-1/#comment-1757</link>
		<dc:creator>guest</dc:creator>
		<pubDate>Mon, 25 Jan 2010 18:52:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.console-dev.de/?p=838#comment-1757</guid>
		<description>Works with Visual Studio 2005 pro (english)</description>
		<content:encoded><![CDATA[<p>Works with Visual Studio 2005 pro (english)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Schraut</title>
		<link>http://www.console-dev.de/2010/01/24/vstortoise-need-feedback/comment-page-1/#comment-1749</link>
		<dc:creator>Peter Schraut</dc:creator>
		<pubDate>Sun, 24 Jan 2010 15:22:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.console-dev.de/?p=838#comment-1749</guid>
		<description>Works with my english Visual Studio 2008 standard edition.</description>
		<content:encoded><![CDATA[<p>Works with my english Visual Studio 2008 standard edition.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
