<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>The Future of Visual SourceSafe</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx</link><description>A little announcement about VSS-Whidbey.</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>RE: The Future of Visual SourceSafe</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#54251</link><pubDate>Tue, 04 Nov 2003 00:39:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:54251</guid><dc:creator>Stefan Koell</dc:creator><description>Seems that Visual Source Safe is not forgotten at all. Hopefully we will also find features like: basic bug tracking and feature request management and a better storage system (SQL or MSDE maybe), active directory user integration, ...
</description></item><item><title>RE: The Future of Visual SourceSafe</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#54252</link><pubDate>Tue, 04 Nov 2003 00:51:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:54252</guid><dc:creator>Phil</dc:creator><description>I would love it if offsite performance was improved, and it looks like it will be.  Will it be faster (or as fast) as SourceGear SourceOffsite.</description></item><item><title>RE: The Future of Visual SourceSafe</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#54253</link><pubDate>Tue, 04 Nov 2003 01:04:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:54253</guid><dc:creator>Jerry Dennany</dc:creator><description>Thanks for the update!  I'll be looking forward most of all to the remote support, though I'm certain I'll also appreciate the improved merge UI as well.</description></item><item><title>RE: The Future of Visual SourceSafe</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#54254</link><pubDate>Tue, 04 Nov 2003 10:31:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:54254</guid><dc:creator>Roland Weigelt</dc:creator><description>Hi Korby, nice to hear about Unicode support. Can you tell us anything about enhancements of the general GUI (not only the merge UI) of the Visual Sourcesafe Explorer? The current GUI seems to be designed for 640x480 screens and 8.3 filenames. Resizable dialog boxes would be really nice, but PLEASE at least make those dialogs larger (and wasn't there at least one listbox or treeview without a horizontal scrollbar?)</description></item><item><title>RE: The Future of Visual SourceSafe</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#54255</link><pubDate>Tue, 04 Nov 2003 11:07:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:54255</guid><dc:creator>Thomas Tomiczek</dc:creator><description>OK, simple answer: I belive it when I see it.

Dont take me wrong, but I have heard the mantra of somehting ocming for a way too long time in this respect. SourceSafe has been the black sheep inVS.NET for so many years I dont really remember.

So waht does this post do? Give me some hope and keep me away from buying into Vault for another month or two. Definitly. Make me believe something is coming? Only then I have a screenshot of the new version at least, better seen it in action.

I really want this to happen, but I can hardly believe it. Not after this long time.

Now you guys just need to provide Active Directory integration and SQL Server as datastore, and maybe we finally are on the right track.</description></item><item><title>RE: The Future of Visual SourceSafe</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#54256</link><pubDate>Wed, 05 Nov 2003 00:43:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:54256</guid><dc:creator>Mike Weiss</dc:creator><description>Speed and Branch / Merging are my biggest complaints. 

VSS needs a better branching and merging system, something like Perforce or ClearCase. It needs to be faster, easier to merge, and handle moves/deletes.

Better (or just faster) searching and reports.

The annotate command!!

Better management of working directories.

Changesets (like Perforce, Subversion, Vault) would be nice...

Triggers.


// Mike
// Remove &amp;quot;Hormel&amp;quot; from my email address</description></item><item><title>RE: The Future of Visual SourceSafe</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#54257</link><pubDate>Wed, 05 Nov 2003 06:37:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:54257</guid><dc:creator>Trevor Wagenfuehr</dc:creator><description>First, a little background.  I am a former PVCS user that loved the power of PVCS, but bailed to VSS when PVCS failed to evolve to support the richer integrated GUI IDE model of development. (And still has not evolved sufficiently IMHO) 

Comming from PVCS, my biggest gripe about VSS is the lack of proper branch support.  

The whole Share / Pin / Branch model is very innefficient when attempting to support parallel development /bug fixing of multiple versions of a product composed of multiple sub-projects.

If you adopt the Share / Pin approach, the new project is not sufficiently isolated from the master version when generating reports. (You continue to see revisions on the master project until a file in the branched project is branched)  You then suffer bloat in the database when the file is branched.

I you adopt the Share / Branch approach, the amount of file system space required to store the branched project can get obscene in a very short time (and lead to instability of the VSS database itself)

We use the former approach to help put off the database bloat problem, but the reporting problem is an large obstacle when trying to manage the branched project.

I'll be honest and say that VSS is probably not going to support our needs much longer, but the pain of adopting and migrating our existing product development lines a new source control system has kept me from bailing...  But I have seriously considered it...

I do have positive comments too though!

IMHO, VSS is still the easiest tool on the market for developers to use on a day-in day-out basis and has right mix of features for the typical developer to get their work done.  This is what it ultimatly comes down to doesn't it?

Keep up the good work.  (And make it easier to manage these multi-project / multi-version beasts that are so common now days)

Trevor Wagenfuehr

P.S.  If you need a beta tester to give brutal feedback....</description></item><item><title>RE: The Future of Visual SourceSafe</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#54258</link><pubDate>Wed, 05 Nov 2003 06:57:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:54258</guid><dc:creator>Bob Ainsley</dc:creator><description>I notice that there is one major feature missing from your roadmap...source code that doesn't get corrupted. Sigh.</description></item><item><title>RE: The Future of Visual SourceSafe</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#54259</link><pubDate>Thu, 06 Nov 2003 05:39:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:54259</guid><dc:creator>JohnW</dc:creator><description>Is the version included on PDC Whidbey functional? I get an error about no default database and nothing works!! Did I miss something?</description></item><item><title>RE: The Future of Visual SourceSafe</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#54260</link><pubDate>Thu, 06 Nov 2003 22:02:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:54260</guid><dc:creator>Korby Parnell</dc:creator><description>John, for the PDC release of VSS 2004, you have to open an existing database or create a new one from the command line using the MKSS utility.  Yes, it's hoaky. For the Beta 1 release, there's a good chance (hint hint nod nod) that this step will be unnecessary.  For more information, see section &amp;quot;5.19. Visual SourceSafe &amp;quot;Whidbey&amp;quot; Technology Preview does not create a SourceSafe database during setup&amp;quot; in the VSS 2004 readme, which is located in your SourceSafe installation directory.

Or, save yourself 30 seconds and keep on reading...

&amp;quot;To start a Visual SourceSafe client, you must point to an existing database on your computer or network. If you install Visual SourceSafe 2004, a default database is not created automatically. 

To create a default database

1) Click Start, click Run, type &amp;quot;cmd&amp;quot;, and then click OK. 
2) At the command prompt, navigate to the Visual SourceSafe 2004 Installation Directory  (usually, C:\Program Files\Microsoft Visual SourceSafe 2004).
3) Type &amp;quot;MKSS.exe [foldername]&amp;quot;, where foldername is the location where you want to create the VSS database. &amp;quot;

Note: in the past, it was necessary to run MKSS.exe in conjunction with a couple of other utitlities (ddconv and ddupd) to convert and update the mkss-created database to the latest version of VSS.  Your version of MKSS bundles all of these steps together.</description></item><item><title>RE: The Future of Visual SourceSafe</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#54261</link><pubDate>Mon, 10 Nov 2003 05:16:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:54261</guid><dc:creator>Greg Hurlman</dc:creator><description>While not the most important thing, I think the &amp;quot;gee it would be nice&amp;quot; feature that sticks in my mind is the ability to keep a website updated with checkin/diff information, ala CVSWeb or Perforce's P4Web... with bright orange &amp;quot;RSS&amp;quot; buttons, of course.</description></item><item><title>RE: The Future of Visual SourceSafe</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#54262</link><pubDate>Sun, 16 Nov 2003 19:33:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:54262</guid><dc:creator>Atli Oddsson</dc:creator><description>According to the comments you give, Korby, I would assume that VSS will still be a file based solution with all it's problems (no server side timestamp, no chance to put a central .NET object which watches VSS events etc.).  Is that correct?  </description></item><item><title>RE: The Future of Visual SourceSafe</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#54263</link><pubDate>Mon, 17 Nov 2003 20:02:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:54263</guid><dc:creator>theCoach</dc:creator><description>What the product really needs, IMHO, is to be part of an overall Development Framework. The pit of success should factor in here well. In VS there should be a New Project Wizard foa a type of project called somthing like Microsoft Best Practice Project Development, which makes it difficult not to use current best practices with regard to Bug tracking, versioning, builds, Unit testing, testing, project scheduling.  I remain hopeful that MS will shoehorn some of their internal products into creating a robust development framework, which includes things like profiling, code coverage, project management, bug and feature tracking, change management, spec management.
</description></item><item><title>RE: The Future of Visual SourceSafe</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#54264</link><pubDate>Tue, 18 Nov 2003 19:33:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:54264</guid><dc:creator>John Saunders</dc:creator><description>I hope that the new VSS will solve my greatest problem with the product: fixed-size dialog boxes aimed at 640x480 screens!

Please allow the dialog boxes to be resizable, and to remember their sizes! You can even leave the default at 640x480 if only you'll allow the dialogs to resize!

It would be nice to be able to use the Share dialog with projects/files with names longer than two characters...
</description></item><item><title>RE: The Future of Visual SourceSafe</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#54265</link><pubDate>Mon, 15 Dec 2003 12:05:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:54265</guid><dc:creator>James Sears</dc:creator><description>Great to read a blog from someone close to development of SourceSafe. 

I agree with a lot of whats said above. Branching is slow. Merging is badly documented and not fully integrated. Yada Yada. But the biggest problem, and not just according to me, but to Microsoft's own US based VSS support staff (the techy people who respond to a Phone Incident), is SourceSafe's architecture.  

Put simply: SourceSafe doesn't have a transactional database behind it. So until that is fixed there will always be the possiblity (high) of files getting corrupted due to network / client problems. Until the architecture is fixed SourceSafe will always be a second rate product. </description></item><item><title>RE: The Future of Visual SourceSafe</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#54266</link><pubDate>Thu, 18 Dec 2003 17:54:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:54266</guid><dc:creator>Simon </dc:creator><description>Nice to know that SourceSafe is being updated, but what about better integration with Visual Foxpro, as this has always a been a problem.</description></item><item><title>The Future of Visual SourceSafe</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#62365</link><pubDate>Sat, 24 Jan 2004 03:35:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:62365</guid><dc:creator>Scott McCulloch</dc:creator><description /></item><item><title>The Future of Visual SourceSafe - Part II</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#63205</link><pubDate>Tue, 27 Jan 2004 03:35:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:63205</guid><dc:creator>Korby Parnell's WebLog</dc:creator><description /></item><item><title>re: The Future of Visual SourceSafe</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#64386</link><pubDate>Thu, 29 Jan 2004 14:55:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:64386</guid><dc:creator>DGolick</dc:creator><description>THe big thing source safe needs is improved branch and merge management.  In the real world we need to do releases and patches on releases while developing the next release(s).&lt;br&gt;&lt;br&gt;Also change source safe to use a real transactional database rather than the file system with managled names for files.</description></item><item><title>Collaboration in the IDE</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#65068</link><pubDate>Fri, 30 Jan 2004 19:37:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:65068</guid><dc:creator>K. Scott Allen's Blog</dc:creator><description /></item><item><title>re: The Future of Visual SourceSafe</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#66453</link><pubDate>Tue, 03 Feb 2004 03:03:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:66453</guid><dc:creator>DaveG</dc:creator><description>Just dreaming but...&lt;br&gt;Any possibility of having some form of configuration management in VSS?&lt;br&gt;(i.e. defining tasks that can contain versions of one or more files, and until the task is &amp;quot;released&amp;quot; it does not show up in the build)&lt;br&gt;&lt;br&gt;That feature revolutionized my development productivity, and now even mid size shops cannot afford SCM-enabled repositories.&lt;br&gt;</description></item><item><title>re: The Future of Visual SourceSafe</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#66830</link><pubDate>Tue, 03 Feb 2004 20:51:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:66830</guid><dc:creator>Andreas Hassmann</dc:creator><description>&lt;br&gt;I am just trying Source Safe on a computer graphics project. That means files that are by&lt;br&gt;far larger than in a software development project, and a lot of them. What impact do I have to fear while the project grows? Does anyone has experience with large databases in Source Safe? I would appreciate your comment very much. Thank you,&lt;br&gt;Andreas.</description></item><item><title>re: The Future of Visual SourceSafe</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#70180</link><pubDate>Mon, 09 Feb 2004 20:10:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:70180</guid><dc:creator>Korby Parnell</dc:creator><description>The maximum recommended database size is 3-4GB.  That being said, my team, which authors documentation in Word, has maintained and relied upon VSS databases as large as 18Gb for several years now.&lt;br&gt;&lt;br&gt;Use Exclusive Checkouts---Graphics files are binary.  Neither SourceSafe nor any other source control provider that I know about can merge differences between two different versions of a binary file. Thus, you need to stick with the default (at least in VSS 6.0) exclusive checkout mode.  In other words, you shouldn't enable two designers to check out the same file simultaneously. If you were developing text files, such as C# class files, you could do so.&lt;br&gt;&lt;br&gt;Don't use Keyword Expansion in graphics files---The VSS keyword expansion feature was designed for text files.  The introduction of VSS keywords into a binary file can corrupt it.  For more info about VSS keywords, see &lt;a target="_new" href="http://blogs.msdn.com/korbyp/posts/54209.aspx"&gt;http://blogs.msdn.com/korbyp/posts/54209.aspx&lt;/a&gt;.&lt;br&gt;&lt;br&gt;Analyze Weekly---You should Analyze your database once a week to resolve any data corruption issues.  If you don't run Analyze on a large database regularly, doing so after a long lapse can take FOREVER. For more information about Analyze, see &lt;a target="_new" href="http://blogs.msdn.com/korbyp/posts/54063.aspx"&gt;http://blogs.msdn.com/korbyp/posts/54063.aspx&lt;/a&gt;.</description></item><item><title>Whidbey VSS Secrets?</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#74429</link><pubDate>Tue, 17 Feb 2004 02:42:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:74429</guid><dc:creator>Ken Brubaker</dc:creator><description>Whidbey VSS Secrets?</description></item><item><title>re: The Future of Visual SourceSafe</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#81118</link><pubDate>Fri, 27 Feb 2004 17:20:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:81118</guid><dc:creator>Mike Johnson</dc:creator><description>Will it be purchasable as a seperate product?  We use 2003 Professional VS.net and would like to upgrade to teh new VSS version when available.&lt;br&gt;&lt;br&gt; </description></item><item><title>re: Source Control and the Build Process</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#86246</link><pubDate>Tue, 09 Mar 2004 03:14:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:86246</guid><dc:creator>Ajarn's SQL Corner</dc:creator><description /></item><item><title>re: The Future of Visual SourceSafe</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#92140</link><pubDate>Thu, 18 Mar 2004 18:36:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:92140</guid><dc:creator>Robert Jeppesen</dc:creator><description>&lt;br&gt;I really find Thomas Tomiczek's comment above disturbing. &lt;br&gt;Why would this information put you off buying a better alternative? &lt;br&gt;This roadmap is really saying that VSS will still be miles behind its competitors, like SourceGear Vault. Sure, Vault has it's problems, the biggest of which are reliance of IIS (with all of its quirks) and MSSQL/MSDE, but overall Vault really is a very compelling package. It also delivers more than this roadmap promises to deliver for VSS. &lt;br&gt;&lt;br&gt;Does everything have to be labelled Microsoft, no matter how crappy? &lt;br&gt;Don't get me wrong, I use VS.Net 2003 daily, I'm not a troll. I'll probably never use VSS again though.</description></item><item><title>re: The Future of Visual SourceSafe</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#92710</link><pubDate>Fri, 19 Mar 2004 15:44:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:92710</guid><dc:creator>Chris S.</dc:creator><description>You mention access through firewalls with HTTPS.&lt;br&gt;&lt;br&gt;Will the certificate authority be configurable?  &lt;br&gt;&lt;br&gt;I know my development team had some interesting stuff come up with another MS application when we were trying to use SSL, which it supported, but only through predefined certificate authorities which did not include the one that issued our certificates (it's an internal security thing).  In any case, it will be good if this option is configurable and not hardcoded into the new vss app.</description></item><item><title>re: The Future of Visual SourceSafe</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#92986</link><pubDate>Fri, 19 Mar 2004 22:58:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:92986</guid><dc:creator>Korby Parnell</dc:creator><description>Chris -- You can use a signed certificate issued by a CA on your network, purchase one from a company like VeriSign, generate one for yourself using CertServ, a sweet little utility available in Windows Server, or you can generate one using makecert.exe, which ships with the .NET Platform SDK (PSDK).  That's kind of a bummer that the other unmentioned product didn't allow you to choose your own CA.  &lt;br&gt;&lt;br&gt;Robert -- If I thought you were a troll, I probably would have deleted your comment. I think your comments are as valuable as any other for both me and other readers.  &lt;br&gt;No, not all developer tools have to be labeled Microsoft.  That, in fact, is why my team (both VSS and Visual Studio Core) has gone to such extraordinary lengths (and believe me, they are extraordinary) to enable integration with products like Vault, PVCS, ClearCase and many other exceptionally usable and able source control products.  Vendors of these products are and have been involved in planning VS.NET at a very, very early stage and I think I can safely say that they value their relationships with Microsoft in general and the Visual Studio team in particular.&lt;br&gt;&lt;br&gt;I do not get paid to push SourceSafe boxes by hyping it up on my blog.  In fact, my blog is in no way connected to my compensation or work plan...[deep in thought] but maybe it should be...! Anyway, I'm not trying to *sell* Visual SourceSafe but I am committed to providing the best documentation and latest news and information about VSS to as many customers (VSS users and otherwise) as possible.  I'm priviledged to be in a position to provide this information and I try to do so quickly and with as little bias as possible without losing my job.&lt;br&gt;In my humble and personal opinion, I think it's really cool that you're passionate about Vault because it demonstrates that you recognize the value of source control in the development process.&lt;br&gt;If you have any thoughts or questions about the non-VSS source control features in Visual Studio .NET (ie, Check in/Check Out, the Change Source Control dialog, Pending Checkins dialog box, etc) please leave your comments on a related post, if available, or email me offline and I'll work them into a future one.</description></item><item><title>re: VS Community Technology Preview Notes (and Wiki)</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#109837</link><pubDate>Thu, 08 Apr 2004 17:52:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:109837</guid><dc:creator>Korby Parnell's WebLog</dc:creator><description /></item><item><title>re: VSS 8.0</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#114981</link><pubDate>Sat, 17 Apr 2004 02:33:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:114981</guid><dc:creator>Elegant Code</dc:creator><description /></item><item><title>VSS 8.0</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#115104</link><pubDate>Sat, 17 Apr 2004 08:20:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:115104</guid><dc:creator>Elegant Code</dc:creator><description /></item><item><title>re: Setting up SCCBridge</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#125352</link><pubDate>Tue, 04 May 2004 03:20:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:125352</guid><dc:creator>Method ~ of ~ failed</dc:creator><description /></item><item><title>re: The Future of Visual SourceSafe</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#128026</link><pubDate>Fri, 07 May 2004 18:16:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:128026</guid><dc:creator>Nicolas K.</dc:creator><description>Source Safe is great as it is. I'm afraid that changing it will make it unstable !&lt;br&gt;&lt;br&gt;VSS performance is surprisingly bad when working with large source code bases.&lt;br&gt;&lt;br&gt;Source Offsite is a great COMplement ;-)&lt;br&gt;</description></item><item><title>re: The Future of Visual SourceSafe</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#140610</link><pubDate>Mon, 24 May 2004 20:39:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:140610</guid><dc:creator>ShadowChaser</dc:creator><description>The one thing I'm confused about is how the new SourceSafe update fits in with the Visual Studio 2005 Team System. Are they seperate products, or is SourceSafe a module within the larger Team System?&lt;br&gt;&lt;br&gt;Will the new source safe still require integration with Windows File Sharing? You did mention external developer support (yay) but didn't explicitly say that you won't need to do strange things like VPN login to domains and whatnot. I'd very much like to detach my source safe server completely from the file server! Will the HTTPS support require an IIS server?</description></item><item><title>re: The Future of Visual SourceSafe</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#143490</link><pubDate>Fri, 28 May 2004 01:14:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:143490</guid><dc:creator>Korby Parnell</dc:creator><description>The next version of Visual SourceSafe (which I just call VSS &amp;quot;Whidbey&amp;quot;) is a completely different product from the source control application that is integrated into Visual Studio 2005 Team System (codenamed &amp;quot;Hatteras&amp;quot;). Different codebases, different architectures, different developers sitting in different states, etc. &lt;br&gt;&lt;br&gt;VSS remains a great and ever-improving source control solution for teams of 5 or less.  &lt;br&gt;Source Control Services for Visual Studio Team Foundation is an enterprise-class source control provider. A customer described it to me this way, &amp;quot;So VSS is to Hatteras as Access is to SQL Server&amp;quot;.  It's not a perfect comparison but it's apt.  For more information about Hatteras, see &lt;a target="_new" href="http://blogs.msdn.com/korbyp/archive/2004/05/24/140550.aspx"&gt;http://blogs.msdn.com/korbyp/archive/2004/05/24/140550.aspx&lt;/a&gt;</description></item><item><title>The [new] Future of Visual SourceSafe</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#144186</link><pubDate>Sat, 29 May 2004 01:50:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:144186</guid><dc:creator>Korby Parnell's WebLog</dc:creator><description /></item><item><title>The [new] Future of Visual SourceSafe</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#144193</link><pubDate>Sat, 29 May 2004 01:55:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:144193</guid><dc:creator>Korby Parnell's WebLog</dc:creator><description /></item><item><title>The [new] Future of Visual SourceSafe</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#144204</link><pubDate>Sat, 29 May 2004 02:07:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:144204</guid><dc:creator>Korby Parnell's WebLog</dc:creator><description /></item><item><title>re: The Future of Visual SourceSafe</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#557479</link><pubDate>Wed, 22 Mar 2006 04:21:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:557479</guid><dc:creator>Mortgage Loan</dc:creator><description>Your site is very informational for me. Nice work.</description></item><item><title>re: The Future of Visual SourceSafe</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#617028</link><pubDate>Sun, 04 Jun 2006 21:22:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:617028</guid><dc:creator>buy xanax</dc:creator><description>i like your website very much but please do get us more information about it</description></item><item><title>re: The Future of Visual SourceSafe</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#716259</link><pubDate>Thu, 24 Aug 2006 08:54:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:716259</guid><dc:creator>fluids</dc:creator><description>Hello, very interesting site, nice work.&lt;br&gt;&amp;lt;a href=&amp;quot; &lt;a rel="nofollow" target="_new" href="http://phenterminecheap.klpll.info/phentermine-tablets.html"&gt;http://phenterminecheap.klpll.info/phentermine-tablets.html&lt;/a&gt; &amp;quot;&amp;gt;phentermine tablets&amp;lt;/a&amp;gt;&lt;br&gt;&amp;lt;a href=&amp;quot; &lt;a rel="nofollow" target="_new" href="http://xanaxbuy.bht0a.info/buy-xanax-cheap.html"&gt;http://xanaxbuy.bht0a.info/buy-xanax-cheap.html&lt;/a&gt; &amp;quot;&amp;gt;buy xanax cheap&amp;lt;/a&amp;gt;&lt;br&gt;&lt;br&gt;Thanks!</description></item><item><title>re: The Future of Visual SourceSafe</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#747044</link><pubDate>Sat, 09 Sep 2006 02:31:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:747044</guid><dc:creator>Poll Pitt</dc:creator><description>I am so [url=&lt;a rel="nofollow" target="_new" href="http://access.2surf.eu"&gt;http://access.2surf.eu&lt;/a&gt;]lucky[/url] on having what I have! And good luck in yours [url=&lt;a rel="nofollow" target="_new" href="http://2access.2surf.eu"&gt;http://2access.2surf.eu&lt;/a&gt;]search[/url].&lt;br&gt;Just visit [url=&lt;a rel="nofollow" target="_new" href="http://access.122mb.com"&gt;http://access.122mb.com&lt;/a&gt;]my site[/url].&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</description></item><item><title>re: The Future of Visual SourceSafe</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#757582</link><pubDate>Sat, 16 Sep 2006 15:42:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:757582</guid><dc:creator>replicarolex</dc:creator><description>[URL=&lt;a rel="nofollow" target="_new" href="http://http://replicarolexwatch.ir.pl"&gt;http://http://replicarolexwatch.ir.pl&lt;/a&gt;]replica-rolex-watch[/URL]&amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://http://replicarolexwatch.ir.pl"&gt;http://http://replicarolexwatch.ir.pl&lt;/a&gt;&amp;quot;&amp;gt;replica rolex watch&amp;lt;/a&amp;gt;</description></item><item><title> Korby Parnell s Social Software Wunderkammer The Future of Visual | Paid Surveys</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#9659671</link><pubDate>Sat, 30 May 2009 01:35:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9659671</guid><dc:creator> Korby Parnell s Social Software Wunderkammer The Future of Visual | Paid Surveys</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://paidsurveyshub.info/story.php?title=korby-parnell-s-social-software-wunderkammer-the-future-of-visual"&gt;http://paidsurveyshub.info/story.php?title=korby-parnell-s-social-software-wunderkammer-the-future-of-visual&lt;/a&gt;&lt;/p&gt;
</description></item><item><title> Korby Parnell s Social Software Wunderkammer The Future of Visual | fix my credit</title><link>http://blogs.msdn.com/korbyp/archive/2003/11/03/54250.aspx#9764879</link><pubDate>Wed, 17 Jun 2009 05:24:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9764879</guid><dc:creator> Korby Parnell s Social Software Wunderkammer The Future of Visual | fix my credit</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://fixmycrediteasily.info/story.php?id=14684"&gt;http://fixmycrediteasily.info/story.php?id=14684&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>