visual-sourcesafe

Edit a file that is exclusively checked out

北慕城南 提交于 2019-12-01 13:17:00
I just started at a new company which uses VSS and has "Allow Multiple Checkouts" turned off. I can see that it is going to quickly become a problem getting things done here. Getting "Allow Multiple Checkouts" enabled is probably not an option. Is there a way for me to edit the file anyway and then merge my changes (either using VSS or another tool) when the file becomes available? Sure, just make the file writeable (hold the shift key down when clicking the get button to get the dialog...) Then try not to break anything when you merge your changes. No shop I have ever worked in allows

Using the Microsoft Ajax Minifier with Web Setup project & Source Control

旧巷老猫 提交于 2019-12-01 10:48:56
I've just started investigating the Microsoft Ajax Minifer 4.0 for use with a Visual Studio 2008 Web Application I work on. It's proven easy enough to hook it into the .csproj file so it produced .min.js files for all scripts, however I'm stumped as to how to integrate this with the Web Setup project & Source Control. Essentially what I want to do is have the resultant .min.js files included in the Web Setup project without having them included in Source Control because: Having to check them out prior to the build being executing is a pain (the minifier cannot modify them if they're not

Using the Microsoft Ajax Minifier with Web Setup project & Source Control

只谈情不闲聊 提交于 2019-12-01 08:48:25
问题 I've just started investigating the Microsoft Ajax Minifer 4.0 for use with a Visual Studio 2008 Web Application I work on. It's proven easy enough to hook it into the .csproj file so it produced .min.js files for all scripts, however I'm stumped as to how to integrate this with the Web Setup project & Source Control. Essentially what I want to do is have the resultant .min.js files included in the Web Setup project without having them included in Source Control because: Having to check them

What's the best way to migrate from SourceSafe to ClearCase?

亡梦爱人 提交于 2019-12-01 07:55:43
问题 We currently have a fat SourceSafe DB with ten years of code in it. We're looking for an easy and stable way to import all of this in to a new Clearcase/Jazz environment. What is the best best method of doing this and are there any tools out there to do this automagically? 回答1: I know this doesn't answer your question directly, but we had a similar problem several years ago when we moved from VSS to Perforce. We looked at the ways in which we could migrate the histories for all the files, but

Removing SourceSafe Integration from Visual Studio 6

笑着哭i 提交于 2019-11-30 22:14:47
Recently, the SourceSafe integration into visual studio has started to perform badly because we have moved, and the SourceSafe "server" is located across a VPN which goes across a slow connection. This has made loading large projects in visual c++ 6 take 5+ minutes because it has to talk to the "server" for each project. Also, there are some bugs that are dangerous in the integration (the auto-checkout of certain shared projects will do a get latest on the wrong version of a branched file). This has caused me to want to disable the SourceSafe integration, however I have not found any menu

Can Perforce and SourceSafe co-exist in Visual Studio?

别说谁变了你拦得住时间么 提交于 2019-11-30 20:40:25
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? Yes, Visual Studio supports multiple providers. The entire VS architecture is plugin based, and SCC providers are just another kind of plugin (usually implemented as a "package," in VS terminology). You can only have one SCC

Removing SourceSafe Integration from Visual Studio 6

天涯浪子 提交于 2019-11-30 17:42:02
问题 Recently, the SourceSafe integration into visual studio has started to perform badly because we have moved, and the SourceSafe "server" is located across a VPN which goes across a slow connection. This has made loading large projects in visual c++ 6 take 5+ minutes because it has to talk to the "server" for each project. Also, there are some bugs that are dangerous in the integration (the auto-checkout of certain shared projects will do a get latest on the wrong version of a branched file).

Can I Use Visual Source Safe with Visual studio 2013?

谁都会走 提交于 2019-11-30 17:14:04
Can i use visual source safe with visual studio 2013 ? I can only see GIT and Team Foundation ... Thanks. I found the solution : Tools->Options->Source Control->Plug-in Selection and change the plug in to the Visual SourceSafe. Adding a solution to source control will launch the old VSS. I haven't seen an answer for this question so i'd leave the question for others who stumble upon it. You should note that SourceSafe has a long list of problems and annoyances. Why don't you migrate to something more stable like TFS, Subversion, or Git? Yes you can use it in visual studio 2013. 来源: https:/

Can I Use Visual Source Safe with Visual studio 2013?

喜你入骨 提交于 2019-11-30 16:32:44
问题 Can i use visual source safe with visual studio 2013 ? I can only see GIT and Team Foundation ... Thanks. 回答1: I found the solution : Tools->Options->Source Control->Plug-in Selection and change the plug in to the Visual SourceSafe. Adding a solution to source control will launch the old VSS. I haven't seen an answer for this question so i'd leave the question for others who stumble upon it. 回答2: You should note that SourceSafe has a long list of problems and annoyances. Why don't you migrate

Performance in Subversion vs. SourceSafe

假如想象 提交于 2019-11-30 14:50:14
We're a distributed team of 5 developers working on rather large integrations project. We currently use SourceSafe (yes I know it sucks but it has just worked until recently and we've used it forever). Our biggest problem has recently become performance. Checking in and out project just takes forever and we're finding ourselves spending a lot of time just waiting for SourceSafe (yes we've turned off anti-virus check and all the other performance boost trix - it's still slow). We're now looking into setting up and moving all our stuff to Subversion instead. How is performance in SourceSafe over