 |
|
 |
Well done on this slick utility! I'm using it on a Windows 7 PC to switch between TFS 2010 and MKS MSSCCI providers.
|
|
|
|
 |
|
 |
This simple program really helped me. I have to use both VS.NET 2003 and VS2008 at work with ClearCase. Clearcase has real integration mess with various Visual Studio versions. This program let me work without installing CC integration plugins with the both VS2003 and VS2008. Many thanks.
|
|
|
|
 |
|
 |
After installing the TFS MSSCCI, I had to go to my other machine to work on VB6/VS2003 projects in VSS. Not any more! Thank you, thank you, thank you.
|
|
|
|
 |
|
 |
I am currently working on a vb6 project, and was doubtful if using the internet plug-in was really an option at all. After a little poking around I came across your tool, and I assure you, it is saving our team a ton of time and headache. Thanks.
|
|
|
|
 |
|
 |
Works like a charm so far (I just started using) it. Made my... week.
|
|
|
|
 |
|
 |
Hi,
I am having VS2005 and VS2003 in my development system, i am able to use VSS2005 with VS2005.
but now i need to add some VS2003 projects in VSS server (internet option) with out migrating the projects to .net 2.0,
i have done some research on web but for me in VS2003 (Version 7.1.3088) i am not getting the Tools/Options -> SourceControl/SCC Provider Option. for selecting the VSS database.
if anybody already faced the same problem , please help me out in this issue.
|
|
|
|
 |
|
 |
Sönke-
Lockheed Martin is seriously considering implementing your elegant SCCSwitcher tool; one of the factors for it’s implementation is satisfying rigorous Open Source licensing and use within DoD development environs.
Can you please shed some light regarding whether SCCSwitcher is based on Open Source or not? Also, I didn’t see any information regarding SCCSwitcher usage other than how to install the tool.
Is there any copyright or licensing requirements at all associated with this tool?
v/r,
Saul Zavala
Embedded Software Engineer
Serena Changeman Dimensions Tool Coordinator
Lockheed Martin Aeronautics Company
|
|
|
|
 |
|
 |
Hello Saul,
sorry that i haven't added a license to the project - I will do that with the next change.
The code is Open Source with a BSD like license:
Copyright (c) 2005-2006, Soenke Schau
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of Soenke Schau nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
Is this sufficient for your purpose or must the license be added to the project/downloads itself?
Best regards
Soenke Schau
Hamburg, Germany
|
|
|
|
 |
|
 |
I just want to say thanks... we have same issue for weeks and "Boala" everthing works fine...
Alejo
|
|
|
|
 |
|
 |
Hi gang, here's my situation: I have a need to use VSS for my current work, and a need to install ClearCase on my machine to learn it. I have both VB6 and .Net installed and hooked into VSS, but I want both VB6 and .Net to ignore ClearCase and only use VSS. Prior to today, I installed ClearCase on my machine, but had to uninstall it since it "killed" VB6's knowledge of VSS. When I would start VB6, it only saw ClearCase.
So my question is, will this handy Sourcecode Control Switcher allow me to start VB6 and choose VSS as my SCC app? It sounds like .Net should be fine and I can choose VSS, but I'm worried about VB6. Fyi, VSS is on a server, and ClearCase would be installed only on my machine.
Thanks!
Jeff
-- modified at 12:29 Tuesday 3rd January, 2006
|
|
|
|
 |
|
 |
Hello Jeff,
although i haven't used ClearCase myself, this tool should work for the purpose descibed.
Some points to remember:
- Both (client) products must be installed.
- You must choose the Sourcecontrol product to use with this tool prior to starting an instance of VS
Best regards
Soenke
|
|
|
|
 |
|
 |
A quick note to say thanks - my current gig has me switching from Perforce to Visual Source Safe and back. My personal server runs Vault. This utility swaps me between all three easily. It is a lifesaver.
Thanks again -
Jeff Odell
Tampa, FL
|
|
|
|
 |
|
 |
Hi! I tried another switcher, then this one, and neither recognized source off site, which was installed and working. After digging through the source for a short time (because your code is beautifully commented and organized,) I found the registry keys that are needed.
Source off site was not listed under InstalledSCCProviders! As I said, it was correctly installed. The only option during SOS install was whether to use as the default, and I picked no, b/c I was using VSS at the time.
So anyway, I manually added the key:
HKEY_LOCAL_MACHINE\SOFTWARE\SourceCodeControlProvider\InstalledSCCProviders
with the value: Software\SourceOffSite\SourceOffSite
and everything appears to work fine.
Maybe the install was the issue? Or the fact that I hadn't yet used SOS within visual studio?
|
|
|
|
 |
|
 |
Hello Jim,
i'am using SOS classic V4.0.2 at work and its setup has added the required keys.
I can't say if that key is added during install or first use.
Best regards
Soenke
|
|
|
|
 |
|
 |
We have version 4.1 here.
|
|
|
|
 |
|
 |
Why is this version an executable and an dll?
I have a previous (older?) version, looks the same to me and also says version 1.0 in the about screen. But that one is only an executable.
Is it different? And if so, what is changed?
Besides this it is nice little tool and very usable.
kind regards,
Paul
|
|
|
|
 |
|
 |
Hello Paul,
sorry the late reply; the automated information mail from codeproject has been stuck in my spam filter.
The dll contains the resources for the german user interface.
If you only need the english version which is contained in the executable - just ignore the dll.
Best regards
Soenke
|
|
|
|
 |
|
 |
This was quite a lifesaver. I have to swap between my personal source control (SourceGear Vault) and my clients source control (VSS) for testing purposes (working on CI setup for them). This has been a tremendously helpful app!
Thanks again!
Michael Hall
|
|
|
|
 |
|
 |
I am starting to work with multiple SCC providers, and this tool looks like exactly what I need. Unfortunately, I don't have c++ installed, and the executable has not been posted for download. I there any way someone could simply post the executable?
Thanks,
Joel
|
|
|
|
 |
|
 |
I had the same problem here is another tool that works great:
http://www.kilic.net/weblog/archives/000183.html
look for it in the tray and just switch it before you open the solution in VS.NET - I find I can have two different solutions under two different source control providers at the same time!
|
|
|
|
 |
|
 |
Hi!
Did you have trouble building the project?
Then please give a concrete problem description.
Or is it just the missing binary?
Hmmm. Seems not to be a great problem for me building it from the provided source .
But i sent an update request to add a binary version to the download.
Best Regards
Soenke;P
|
|
|
|
 |
|
 |
Thanks a lot for a great solution. I actually had to uninstall MSSCCI provider and reinstall VSS to be able to reconnect to VSS before I found your program. How would we tackle Bill without you?
Thanks again,
Uzi
|
|
|
|
 |