visual-sourcesafe

How to convince a company to switch their Source Control [closed]

醉酒当歌 提交于 2019-12-29 06:44:06
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 5 years ago . My current place of employment is currently in a transition, new ownership has taken over, things are finally getting standardized and proper guidelines are being enforced. But we are still using VSS, there really isn't any reason for using it other then that's what whats

In Visual Source Safe is there a limit to how many labels you can apply?

此生再无相见时 提交于 2019-12-24 11:13:34
问题 We have a collection of 25 or so projects in a source safe database and we want to apply daily labels to each of them. Is there a limit to the number of labels that can be applied? 回答1: We've been using one repository for 5 years so far. It stores numerous projects and something like ten daily builds run every day on that repository. Every daily build creates a new label on some project every time it runs. So far we haven't seen any problems with possible labels exhaustion. 回答2: No, there is

small stop sign at the right bottom of the file (solution explorer VS2005)

微笑、不失礼 提交于 2019-12-24 11:10:04
问题 tried to find the answer by googling and in MSDN but with no luck. what does a small stop sign mean in the icon of the file (seein in a soluton explorer tree) in Visual Studio. I have a bunch of C++ files with the thing and it really worrries me. All these files are under source control and checked-in. 回答1: This question screams for a screenshot. Are you seeing one of these? 来源: https://stackoverflow.com/questions/1659298/small-stop-sign-at-the-right-bottom-of-the-file-solution-explorer

Tool to list all source safe link files

亡梦爱人 提交于 2019-12-24 01:36:16
问题 My client is migrating from Source Safe to Clearcase. They need to list all the link files in the Source Safe database so the links can be carried over to Clearcase, as apparently all the source must be checked into Clearcase on day 1, losing any existing links. Are there any tools for creating this report, or perhaps even doing the full import into clearcase ? My plan is to write a powershell script to recurse Source Safe the SS folders, findings links using COM. Thanks. 回答1: As I have

How big can a Sourcesafe DB be before “problems” arise?

梦想与她 提交于 2019-12-23 10:53:16
问题 We use SourceSafe 6.0d and have a DB that is about 1.6GB. We haven't had any problems yet, and there is no plan to change source control programs right now, but how big can the SourceSafe database be before it becomes an issue? Thanks 回答1: Do you run the built-in ssarchive utility to make backups? If so, 2GB is the maximum size that can be restored. (http://social.msdn.microsoft.com/Forums/en-US/vssourcecontrol/thread/6e01e116-06fe-4621-abd9-ceb8e349f884/) NOTE: the ssarchive program won't

How to migrate VSS 2005 to TFS 2015?

我怕爱的太早我们不能终老 提交于 2019-12-22 09:39:41
问题 We use VSS 2005. Now we have TFS 2015. How to migrate all data from VSS to TFS 2015 so we keep the history? I see that there is a guide, but it is for TFS 2008. And Microsoft says it can be outdated, so are there newer guides or some walkthrough? 回答1: Direct upgrade to TFS 2015 is not supported for anything older than 2010, so you'll upgrade first from VSS2005 to TFS 2013, then to TFS 2015. Upgrade from Visual SourceSafe to TFS 2013, follow article below: https://msdn.microsoft.com/en-us

NuGet Package restore for website

主宰稳场 提交于 2019-12-22 09:17:46
问题 I am trying to use NuGet Package Restore with VS2010 + Visual Sourcesafe . It is working partially for me. Where this is coming from: NuGet not getting missing packages My Solution2 has asp.net website[Project1 in above image] that has another nuget package installed. Now another developer opens the Solution2 via VS2010, the automatic restore works for Library projects in Solution1. It gets all missing packages for Library projects that is referenced in this Solution2 and I see them in

Replicating Sourcesafe's link ablity in SVN or other version control systems?

假如想象 提交于 2019-12-22 07:48:12
问题 Currently my team uses Visual Sourcesafe, and being very familiar with how horrible the GUI is first hand and having heard the internet mummer about how unreliable it is, I've been trying to push a move to SVN. Today I was talking to manager about the eventual move, which he supports, and he asked if it was possible to create sourcesafe style links in SVN. Links, for people not familiar with sourcesafe, work the same conceptually as file links under Linux. We use them to link shared code

How do I get VB6 to integrate with Visual Source Safe 6.0?

…衆ロ難τιáo~ 提交于 2019-12-21 08:00:09
问题 We use Visual Source Safe 6.0 at work and VB6 is supposed to integrate smoothly with Source Safe. Both applications are installed on my PC, but VB6 is not showing the options to integrate with Source Safe (e.g. checking out a file, seeing if a file is shared, etc.). What do I need to do to get VB6 to integrate with Source Safe 6.0? 回答1: Check the file C:\WINDOWS\VBADDIN.INI and make sure that there is a line "vbscc=1" under the "[Add-Ins32]" section of the file. Re-start VB6 and go to "Add

Is it possible to use WinMerge inside Visual Studio 2008 and Visual Source Safe 6.0?

ε祈祈猫儿з 提交于 2019-12-21 04:03:02
问题 I would like to use WinMerge as the default diff tool inside VS2008 from the solutions explorer in place of the "Compare..." context menu item. Is this possible? I'm looking for a quick replacement of the current bland diff tool an I just like WinMerge better. I'm not interested in going to the folder explorer and doing the comparison there. I'm using Visual Source Safe 6.0 not TFS 回答1: I have been wondering about this as well and have not found anything to make it possible in VSS 6.0 . For