Click here to Skip to main content
15,867,568 members
Articles / Programming Languages / C++
Article

HOWTO: CVS with VS.NET

Rate me:
Please Sign up or sign in to vote.
4.25/5 (25 votes)
17 Feb 2003CPOL4 min read 582.8K   93   122
An introductory HOWTO on setting up CVS with VS.NET

Introduction

I have looked for several months how to use some kind of source control on my projects. Up to now , I had very little success, or the integration and usage of the client software were too difficult. With this, I will show you step by step how to set up a local CVS server and use that directly from within VS.NET. IOW you will be getting an enabled source control menu, and some pretty new icons and context menus.

Over the last 24 hours I have struggled with this beast and managed to get it going. OK, lets get one with it!

Image 1

Image 2

Why use CVS?

CVS enables you to keep record of changes in source code. It allows you to see differences between code. If that and the pictures above isnt enough, then please feel free to leave.

What do I need?

http://www.jalindi.com/igloo/

You will need the latest download available from web page ( I suggest the zip version) and you will need the latest beta from the beta page.

Installation

Extract both files into the same directory and double click install.bat. You can go back to VSS mode by double clicking the switchToSourceSafe.vbs file.

NOTE: Please make sure VS.NET is closed at this stage. OK, once that has been done, we are ready to add our first solution. This is the part where Igloo is not so nice.

Usage

  • Fire up VS.NET, and open a blank solution (say CVSSol).
  • Open the solution explorer and right click your solution. Then click add Solution to Source Control. You will be presented with the CVS GUI.
  • Click create repository. Note: Leave all values default. You will get a message saying the repository has been created. (not very informative though )
  • Click create module (and again leave module name default PLEASE!). You can however change the vendor and revision tags, but be careful, the revision tag may not contain "."'s and it must start with a letter. CVS will now do it stuff. You might get a message saying not all files has been added or checked out. Dont worry about that, it seems to happen every time and does not effect the solution. Your solution has now been CVS'd. You will notice a red tick next to the solution. That means the fill is checked out (ready for editing).
  • Next we will add a project. You will notice all the files gets red ticks as well.
  • Finally, to make sure the project has been added, we do a checkin. To do this you will need to bring up the Show Pending Checkins window (doing a normal checkin at this stage does not seem to work). You can add a comment and click Check In. Again you will be presented with the CVS GUI to add the new project and again leave everything default and click create module (this will be a subdirectory of the solution's module). A message box will appear on success (again not very informative to the eye). Again, you might be prompted that some files were not added, and again its ok, dont worry or have sleepness nights
  • Finally (finally), right click the solution in the solution explorer and click undo checkout. And what do you know, all files are nicely in the repository and locked (readonly) and you will see pretty blue lock icons. This seems to be the only problem when you checkin files they seem to get auto checked out again. You can now close the project and reopen it and go crazy with CVS.

Tips

  • Create a local repository first, the repository can be easily moved to a remote repository by just copying.
  • When working with Web projects, disable FrontPage sharing mode and set solution explorer to show all files (so you can do diffs on aspx.cs files as well).
  • History is not outputted to a Dialog like VSS, rather look in the output window under Source Control.
  • Customize your SCC options to your liking, like I prefer that a checkin is done when a solution is closed.

Conclusion

This is just an introdution how to setup a local repository. I have setup a remote one as well , but for the life of me cannot reproduce it. However I didnt test moving the repository as created above to a different CVSROOT, and should work.

All suggestions/questions are welcome. Good luck! And have a look at the SCC options under Tools, Options. You can tune it to behave like you need it to be.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
South Africa South Africa
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
QuestionHow do you disable frontpage file sharing in VS.NET ? Pin
Member 3471772-Dec-02 23:32
Member 3471772-Dec-02 23:32 
AnswerRe: How do you disable frontpage file sharing in VS.NET ? Pin
leppie3-Dec-02 9:12
leppie3-Dec-02 9:12 
GeneralThanks! Pin
James T. Johnson12-Nov-02 16:12
James T. Johnson12-Nov-02 16:12 
GeneralRe: Thanks! Pin
leppie12-Nov-02 21:08
leppie12-Nov-02 21:08 
GeneralI can't visit http://www.jalindi.com/igloo/ Pin
TomPeakz12-Nov-02 15:45
TomPeakz12-Nov-02 15:45 
GeneralRe: I can't visit http://www.jalindi.com/igloo/ Pin
Christian Graus12-Nov-02 16:09
protectorChristian Graus12-Nov-02 16:09 
QuestionHow does this work ? Pin
Christian Graus9-Nov-02 21:59
protectorChristian Graus9-Nov-02 21:59 
AnswerRe: How does this work ? Pin
leppie9-Nov-02 22:18
leppie9-Nov-02 22:18 
GeneralHelp me, leppie - you're my only hope Pin
Shog95-Nov-02 15:13
sitebuilderShog95-Nov-02 15:13 
GeneralRe: Help me, leppie - you're my only hope Pin
David Stone5-Nov-02 15:29
sitebuilderDavid Stone5-Nov-02 15:29 
GeneralRe: Help me, leppie - you're my only hope Pin
Shog95-Nov-02 15:41
sitebuilderShog95-Nov-02 15:41 
GeneralRe: Help me, leppie - you're my only hope Pin
leppie5-Nov-02 15:55
leppie5-Nov-02 15:55 
GeneralRe: Help me, leppie - you're my only hope Pin
Shog95-Nov-02 16:00
sitebuilderShog95-Nov-02 16:00 
GeneralRe: Help me, leppie - you're my only hope Pin
Christian Graus5-Nov-02 15:41
protectorChristian Graus5-Nov-02 15:41 
GeneralRe: Help me, leppie - you're my only hope Pin
Shog95-Nov-02 15:40
sitebuilderShog95-Nov-02 15:40 
GeneralRe: Help me, leppie - you're my only hope Pin
Christian Graus5-Nov-02 15:52
protectorChristian Graus5-Nov-02 15:52 
GeneralRe: Help me, leppie - you're my only hope Pin
Shog95-Nov-02 15:50
sitebuilderShog95-Nov-02 15:50 
GeneralRe: Help me, leppie - you're my only hope Pin
leppie5-Nov-02 16:28
leppie5-Nov-02 16:28 
GeneralRe: Help me, leppie - you're my only hope Pin
Shog95-Nov-02 16:29
sitebuilderShog95-Nov-02 16:29 
GeneralRe: Help me, leppie - you're my only hope Pin
leppie5-Nov-02 16:44
leppie5-Nov-02 16:44 
GeneralRe: Help me, leppie - you're my only hope Pin
Sven Wiegand11-Nov-02 21:09
Sven Wiegand11-Nov-02 21:09 
GeneralRe: Help me, leppie - you're my only hope Pin
Shog912-Nov-02 3:56
sitebuilderShog912-Nov-02 3:56 
GeneralRe: Help me, leppie - you're my only hope Pin
Brad Sokol12-Nov-02 12:15
Brad Sokol12-Nov-02 12:15 
GeneralRe: Help me, leppie - you're my only hope Pin
mamax13-Mar-03 23:47
mamax13-Mar-03 23:47 
GeneralBad Link... Pin
Shog95-Nov-02 14:49
sitebuilderShog95-Nov-02 14:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.