473,788 Members | 2,810 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

CVS SCC plugin for Microsoft Visual Studio

Hello EveryBody,
I am using cvs as my version control tool, I came accross CVS SCC plugin for Microsoft Visual Studio name "Jalindi Igloo" I plan to develop a tool like this, but have no idea to start with. After surfing on the web sites i found Microsoft SCC API is used to develop such tools, any idea on how to get this API and start the devlopment of this tool, Also links to sample source codes will do.

Thanx
Prasad
Jul 21 '05 #1
2 2665
You need to get the documentation from microsoft..

Email you request for the documentation to: (if i remember correctly) ms****@microsof t.co
MS will ask you to sign an NDA before you can get the documentation.

Hope this helps.

Eddie
Jul 21 '05 #2
Hi Eddie
Thanx for the reply.

Just to inform you the response for the mai
-------------------------------------------------------------------------------------------------------------------------------------------
Thank you for your interest in the Microsoft Source Code Control Interface (MSSCCI). As you kno
- this interface specification enables source code control systems to integrate with Microsof
development tools. This interface is now available as a part of the Visual Studio Integratio
Partner program (VSIP) - and is no longer directly available through this email alias. The VSI
program is now the single source for updates and support for MSSCCI.

The terms of use for the MSSCCI interface are limited to the purpose of integrating sourc
control systems with Visual Studio. If you wish to use the MSSCCI interface for that purpose
please follow the steps below and join the VSIP Extras Beta to get the latest version of th
MSSCCI specification.

1. Install Visual Studio .NET 2003
2a. Register to be a VSIP partner at http://www.vsipdev.com/partnerregistration.aspx
2b. Download and install the VSIP SDK from http://www.vsipdev.com
2c. Accept the usage terms of the SDK
3a. Use this special Guest Account log-in information below to access a Beta Nomination Surve
on http://beta.microsoft.com
Completing this survey is required before proceeding to the next step.
Note: Using a personal or previously-assigned BetaID will not grant you access to the survey.
Guest Access Account
Guest Beta ID: VSIPExtras
3b. Wait for an approval email response from the Beta site. This may take up to 12 hours o
longer
3c. Download and install the VSIP SDK Extras from http://beta.microsoft.com
4a. Launch Visual Studio .NET 2003 Exp
4b. Within Visual Studio - from the Help menu - select "Contents.. .
4c. Open the following nodes "VSIP/Visual Studio .NET Integration SDK/Source Code Control SDK
---------------------------------------------------------------------------------------------------------------------------------------------

Regard
Prasa

Jul 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
2619
by: timtos | last post by:
Hello. I don´t know if this is a totally silly questin because I really don´t know much about the topic. So excuse me if I am wrong. I want to write a plugin for microsoft office. In fact I want to write it for visio. It should be some kind of html exporter (I can´t use the one from microsoft) Of course I could write it in vb(a) but there are two things I don´t like: 1) The user can mess up the program by manipulating the source 2) I...
0
1294
by: John Dalberg | last post by:
Is there a Visual Studio plugin to enhance coding productivity? Say for example I want to program a function to go to a webpage and retrieve it. For a beginner, the person doesn't know what function or class to use. After googling, he finds out he needs to use httpWebRequest. Howver the VS documentation has a one line example: HttpWebRequest myReq = (HttpWebRequest)WebRequest.Create("http://www.contoso.com/"); Is there a better way to...
2
4690
by: Joe_Black | last post by:
Hi all, I want to create an MDI app that allows reporting on XML data files downloaded from the equipment that we manufacture, this MDI app will have several default reports but due to the nature of the data different people will want to see it in different ways. What I would like to do is have several standard reports/graphing MDI Children that come as standard, then allow the user to apply a plugin that will allow them to view their...
2
435
by: Prasad | last post by:
Hello EveryBody, I am using cvs as my version control tool, I came accross CVS SCC plugin for Microsoft Visual Studio name "Jalindi Igloo" I plan to develop a tool like this, but have no idea to start with. After surfing on the web sites i found Microsoft SCC API is used to develop such tools, any idea on how to get this API and start the devlopment of this tool, Also links to sample source codes will do. Thanx Prasad
0
1033
by: Christian Kaiser | last post by:
I wanted to test my plugin manager and wrote two codes, one for a C# plugin, one for a C++ plugin. The codes are appended at the end. My problem: The C++ class is only inherited from the interface if at least one function is implemeted in the C file. When I implement the class only in the header file (like in the code below), ILDASM shows that the class is NOT inheriting the interface.
2
13734
by: veerleverbr | last post by:
Hi, We have Visual Studio 2005 installed. We want to connect to a NT CVS through the protocol SSPI. When looking in the menu Tools -> Options -> SourceControl in Visual Studio 2005, it is clear that there is no plugin for sourcecontrol whatsoever is installed. Where can we find the currect plugin? Thanks in advance! Veerle
1
1535
by: =?Utf-8?B?TWFyaw==?= | last post by:
Hi... Apologies in advance if this isn't the right place for this question, but I didn't see another group that seemed more appropriate. One of my co-workers is trying to write a C# plugin for a MOM management server and we're having some difficulty getting it to work. When he wrote the plugin, he wrote a little winforms app harness to test it, and we can see the results when the plugin is run this way.
1
1345
by: Olie | last post by:
I find it very hard to search for help on microsoft setup in Visual Studio. There does not seem to be an easy keyword you can use to filter google results. I am trying to install a plugin for an application. There are two things I have to do with my setup project which I can not figure out. The plugin must be able to detect whether the application is installed and install the plugin to that folder.
7
10600
by: WTH | last post by:
I am now aware (I am primarily a C++ developer) that in C# if you reference the same interface from the same file in two different projects the types are actually incompatible. I found this out because I have written a generic plugin system for my current and future C# needs. I defined a base plugin system interface named IPlugin (original, I know...) which contains some basic plugin infomration all plugins of this system must expose...
0
9498
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10364
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10172
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10110
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8993
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7517
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6750
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
2
3670
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2894
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.