472,791 Members | 1,713 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,791 software developers and data experts.

Source Control For 2-3 Developers

A group of several developers working remotely from one another needs source
control.
What do you use in this regard?

<%= Clinton Gallagher
Jul 21 '05 #1
5 1189
Hi,
You can go for a Visual Source Safe integrated development environment.
Once you have a VSS, you just add the solution to the source control, by
selecting
"File--> Source control" menu.

Hope this helps.

Thanks,
Dinesh

"clintonG" wrote:
A group of several developers working remotely from one another needs source
control.
What do you use in this regard?

<%= Clinton Gallagher

Jul 21 '05 #2
Thanks for your comments Dinesh. I'm told all too frequently that VSS was
developed in the pits of hell by Satan himself ;-)
Would you know if VSS is now being called Team System or is Team System an
entirely new initiative?

Sorry I did not exclude the mention of VSS in my post but I was expecting to
learn of some other choices that may be available to .NET developers but I
do appreciate your comments anyway.

<%= Clinton Gallagher

"DineshUST" <Di*******@discussions.microsoft.com> wrote in message
news:F9**********************************@microsof t.com...
Hi,
You can go for a Visual Source Safe integrated development
environment.
Once you have a VSS, you just add the solution to the source control, by
selecting
"File--> Source control" menu.

Hope this helps.

Thanks,
Dinesh

"clintonG" wrote:
A group of several developers working remotely from one another needs
source
control.
What do you use in this regard?

<%= Clinton Gallagher

Jul 21 '05 #3
clintonG <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote:
Thanks for your comments Dinesh. I'm told all too frequently that VSS was
developed in the pits of hell by Satan himself ;-)
Would you know if VSS is now being called Team System or is Team System an
entirely new initiative?


Team system is entirely new. However, it looks like it's going to be
expensive. There are various other options available too, including CVS
and Subversion, both of which are free.

I wholeheartedly agree with your decision to avoid VSS...

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Jul 21 '05 #4
I've been reading about Subversion in the June 2005 print edition of
Software Development Magazine [1] where Subversion 2004 was profiled for
having won a Jolt award.

<%= Clinton Gallagher

[1] http://www.sdmagazine.com/
"Jon Skeet [C# MVP]" <sk***@pobox.com> wrote in message
news:MP***********************@msnews.microsoft.co m...
clintonG <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote:
Thanks for your comments Dinesh. I'm told all too frequently that VSS was
developed in the pits of hell by Satan himself ;-)
Would you know if VSS is now being called Team System or is Team System
an
entirely new initiative?


Team system is entirely new. However, it looks like it's going to be
expensive. There are various other options available too, including CVS
and Subversion, both of which are free.

I wholeheartedly agree with your decision to avoid VSS...

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too

Jul 21 '05 #5
Whoa horsey. Check out these resources [1] that just turned up while
searching for source control hosting providers.

<%= Clinton Gallagher

[1] http://weblogs.asp.net/fmarguerie/ar...27/404793.aspx
"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in message
news:NP************@tornado.rdc-kc.rr.com...
I've been reading about Subversion in the June 2005 print edition of
Software Development Magazine [1] where Subversion 2004 was profiled for
having won a Jolt award.

<%= Clinton Gallagher

[1] http://www.sdmagazine.com/
"Jon Skeet [C# MVP]" <sk***@pobox.com> wrote in message
news:MP***********************@msnews.microsoft.co m...
clintonG <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote:
Thanks for your comments Dinesh. I'm told all too frequently that VSS
was
developed in the pits of hell by Satan himself ;-)
Would you know if VSS is now being called Team System or is Team System
an
entirely new initiative?


Team system is entirely new. However, it looks like it's going to be
expensive. There are various other options available too, including CVS
and Subversion, both of which are free.

I wholeheartedly agree with your decision to avoid VSS...

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too


Jul 21 '05 #6

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

Similar topics

4
by: Nicholas Then | last post by:
I am writing an ASP.NET application and I have a class that I have written to create a vCard...it just returns a string with all the necessarry info... Anyway...is there a way that I can create a...
1
by: denasinc | last post by:
Our first real production experience with Source Control came a year ago when we started to cooperate in software development with two other outsourcing companies – one of them is located in...
2
by: Matze | last post by:
I have setup Visual Studio to work with a VSS-Server. (Source Off Site) I dont see a way to share and later branch my project. File -> Source Control -> Share is grayed out. What is the best way...
3
by: Dave | last post by:
Hi I have an asp.net application checked into Source safe which works fine, but I am trying to add the dll from the /bin folder to source safe as well as I need other developers to be able to get...
1
by: Vladimír Kolesnik | last post by:
Hi, there we need help concerning setting project under source control. We want to have a project on the server, and developers in the local network working on this project. We decided to use...
5
by: clintonG | last post by:
A group of several developers working remotely from one another needs source control. What do you use in this regard? <%= Clinton Gallagher
13
by: Paul Cheetham | last post by:
Hi, I have two projects where I want to use the same source file in each project. If I add the file to each project, then a local copy is made. I want to be able to have a single source file...
1
by: bharathreddy | last post by:
This Article gives an introduction to VSTS Team Foundation & fundamental difference between Visual Source Safe (VSS) and VSTS Team Foundation. Team Foundation is a set of tools and technologies...
3
by: şa¤Ö | last post by:
We are developing ASP.NET web application and using Visual source safe (VSS) to control our source code We developed a user control and it will been used by different project. I know there have...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: lllomh | last post by:
How does React native implement an English player?
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

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.