visual-sourcesafe

Is there a 'Get Latest Version' preview in TFS? (Like VSS 'Get' command)

纵饮孤独 提交于 2019-11-30 12:48:32
My question relates to Team Foundation Server (TFS) and specifically, is there any way to know which files have changed on the server before doing a 'Get Latest Version (Recursive)? In Visual Source Safe (VSS), you could do a 'Get' (I think) which showed you all the files which were being considered for the update and which files we're changed on the server (an consequently would be updated during the get). This functionality seems to be completely missing! Also, when I do a 'Get Latest Version' in TFS, there doesn't seem to be any notification that any things occurred, other than the blur of

visual source safe - how to remove bindings from solution w/o opening in visual studio

时光怂恿深爱的人放手 提交于 2019-11-30 08:54:38
Does anyone know of a good way to remove vss source control bindings for a visual studio 2005 and 2008 solution without opening it in visual studio? I used to use: del /s /f /a: *.*scc Then when I opened visual studio it would prompt me and give me the option to "permanently remove bindings". Now when I try this it recreates the .vssscc file and tells me my working copy contains a different version of the .vsscc file. There's is no option to remove source control bindings. The real problem is that I'm trying to work on an old labeled copy of the solution from source safe. But, if I open the

Visual Source Safe --> TFS Migration

倖福魔咒の 提交于 2019-11-30 06:40:39
Around here we have been working with a bunch of Visual Source Safe repositories for about 10 years or so. Now I want to get rid of sourcesafe and move on to Team Foundation Server. Do you have any tips or tricks for me before I embark on this migration? What are the things I have to be careful about? I am sure this migration will mean that our working habits have to be modified in some way. Do you think that these changes could be a problem for the organization? Think about a group of about 20 .NET developers in a single site. deadtime I just googled, but this walkthrough seems like a good

Can Perforce and SourceSafe co-exist in Visual Studio?

岁酱吖の 提交于 2019-11-30 04:56:48
问题 Visual Studio 2008, to be more specific. We're testing out moving to Perforce for source control, so I'd like to install the P4SCC plugin to monkey around with. However, I'd also like to continue using SourceSafe's IDE capabilities for projects that haven't been moved over yet. Can the two co-exist peacefully, or is it one or the other for a specific install of VS? 回答1: Yes, Visual Studio supports multiple providers. The entire VS architecture is plugin based, and SCC providers are just

What's the right way to branch with Visual Source Safe?

谁都会走 提交于 2019-11-30 00:09:03
问题 What I currently do is I link the project to another location and give it the same name, then check the box where it says "Branch after share." And then I would Check out the shared project and work off it. And finally merge with the original project. This works okay, but it feels very clunky: I have multiple instances of the project on my drive; I have to change physical address of the website (i use asp.net 1.1) every time I work on a different branch; That doesn't feel like the right way

Branching and Merging Strategies

强颜欢笑 提交于 2019-11-29 20:44:25
I have been tasked with coming up with a strategy for branching, merging and releasing over the next 6 months. The complication comes from the fact the we will be running multiple projects all with different code changes and different release dates but approximately the same development start dates. At present we are using VSS for code management, but are aware that it will probably cause some issues and will be migrating to TFS before new development starts. What strategies should I be employing and what things should I be considering before setting a plan down? Sorry if this is vague, feel

What is the difference between clearcase and vss in label a release?

北城余情 提交于 2019-11-29 16:57:41
We are using clearcase as our SCM. I have not much experience with clearcase. Now we are about to release our code to production. I want to label my code as I have done using VSS in my previous projects. But in clearcase labeling is not as easy as in VSS. clearcase is asking to create a label type before label a folder in VOB. I don't understand the concept of creating label type? Any guidance on this will be highly appreciated. a lbtype is a template, a declaration. a label is the instance that will be put on each versions needed to be labeled. See mklbtype The mklbtype command creates one or

Is there a 'Get Latest Version' preview in TFS? (Like VSS 'Get' command)

徘徊边缘 提交于 2019-11-29 13:42:49
问题 My question relates to Team Foundation Server (TFS) and specifically, is there any way to know which files have changed on the server before doing a 'Get Latest Version (Recursive)? In Visual Source Safe (VSS), you could do a 'Get' (I think) which showed you all the files which were being considered for the update and which files we're changed on the server (an consequently would be updated during the get). This functionality seems to be completely missing! Also, when I do a 'Get Latest

visual source safe - how to remove bindings from solution w/o opening in visual studio

人盡茶涼 提交于 2019-11-29 12:37:40
问题 Does anyone know of a good way to remove vss source control bindings for a visual studio 2005 and 2008 solution without opening it in visual studio? I used to use: del /s /f /a: *.*scc Then when I opened visual studio it would prompt me and give me the option to "permanently remove bindings". Now when I try this it recreates the .vssscc file and tells me my working copy contains a different version of the .vsscc file. There's is no option to remove source control bindings. The real problem is

Is there a way to migrate SourceSafe with HISTORY into SVN?

和自甴很熟 提交于 2019-11-29 10:58:23
Is there a way to migrate SourceSafe with HISTORY into a SVN ? Ideally I'd like to use VisualSVN Server, but I don't really want to lose my SourceSafe history. If I have to I will though. M4N A long time ago (it seems) I tried to migrate a SourceSafe DB to subversion using vss2svn , but finally gave up. There were several problems, IIRC: you have to make sure that the SS DB is consistent (e.g. Analyze does not find any problems or is able to fix them). it took a very long time to migrate the DB, because it was quite big. finally the migration failed due to some problems with parsing dates. I