473,465 Members | 1,622 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Looking for Simple, 1 PC source control

Does anyone out there have a simple source control tool that I can use on my
PC here at work? My employer does not want to foot the bill for that, saying
I can always make a backup in another folder, but I always forget.

CVS is good, but it takes a lot of work to get it set up.

What would be perfect would be an add-on for Visual Studio that saves all my
data, right where I keep it, with an extra folder of changes that I can
backup to if need be. Visual Source Safe is sort of like this, but it runs on
a server, has to be managed, one person checks out code at a time, etc. I'd
like something simpler.

Is that out there?
Jun 27 '08 #1
9 1049
jp2msft <jp*****@discussions.microsoft.comwrote:
Does anyone out there have a simple source control tool that I can use on my
PC here at work? My employer does not want to foot the bill for that, saying
I can always make a backup in another folder, but I always forget.
There's more to source control than just keeping a backup, even for one
person. The traceability aspect (when did I change which line? why?
when did I rename a file? from what?) is vital too, IMO.
CVS is good, but it takes a lot of work to get it set up.

What would be perfect would be an add-on for Visual Studio that saves all my
data, right where I keep it, with an extra folder of changes that I can
backup to if need be. Visual Source Safe is sort of like this, but it runs on
a server, has to be managed, one person checks out code at a time, etc. I'd
like something simpler.

Is that out there?
Subversion is pretty simple to set up in my experience. There are add-
ons for Visual Studio - I happen to use a non-free one, but there are
free ones such as Ankh.

--
Jon Skeet - <sk***@pobox.com>
Web site: http://www.pobox.com/~skeet
Blog: http://www.msmvps.com/jon.skeet
C# in Depth: http://csharpindepth.com
Jun 27 '08 #2
Hi jp2msft,

I think what you need is Microsoft Live Mesh (http://mesh.com).. Its awesome
piece of S+S system which you will love.. its in private beta right now,
and I have already run out of invites so, I can not help you more here but
try looking for invite, if you can get you can access your home machine from
work (and v/s) or even Sync office folder with home machine!! (So, any change
you make to source at office, will automatically sync with home machine folder)..

Though, i dont know what it has to do with microsoft.public.dotnet.general
newsgroup!!

Jigar Mehta
Does anyone out there have a simple source control tool that I can use
on my PC here at work? My employer does not want to foot the bill for
that, saying I can always make a backup in another folder, but I
always forget.

CVS is good, but it takes a lot of work to get it set up.

What would be perfect would be an add-on for Visual Studio that saves
all my data, right where I keep it, with an extra folder of changes
that I can backup to if need be. Visual Source Safe is sort of like
this, but it runs on a server, has to be managed, one person checks
out code at a time, etc. I'd like something simpler.

Is that out there?

Jun 27 '08 #3
You don't need a server for Visual SourceSafe - you can install it right on
your development machine. And it's easy to set up. Since you're describing a
single-user system, it's not a disadvantage that a file can be checked out
by only one person at a time. Most source control systems are used that way
anyway.

Tom Dacon
Dacon Software Consulting

"jp2msft" <jp*****@discussions.microsoft.comwrote in message
news:CB**********************************@microsof t.com...
Does anyone out there have a simple source control tool that I can use on
my
PC here at work? My employer does not want to foot the bill for that,
saying
I can always make a backup in another folder, but I always forget.

CVS is good, but it takes a lot of work to get it set up.

What would be perfect would be an add-on for Visual Studio that saves all
my
data, right where I keep it, with an extra folder of changes that I can
backup to if need be. Visual Source Safe is sort of like this, but it runs
on
a server, has to be managed, one person checks out code at a time, etc.
I'd
like something simpler.

Is that out there?

Jun 27 '08 #4
CVS is good, but it takes a lot of work to get it set up.

Very old style.
If you want free, you can take a look at SVN.
Just Google for svn vs cvs and you will find enough info to make up your
mind.
You might also take a look at Perforce.
Not free, but really professional, used by many companies, scales well,
supports tons of platforms, decent pricing, gui and command line,
VS integration (but not only), API for C/C++/Perl/Python/Ruby/COM

It is free with some limitations (two users and five client workspaces)
--
Mihai Nita [Microsoft MVP, Visual C++]
http://www.mihai-nita.net
------------------------------------------
Replace _year_ with _ to get the real email
Jun 27 '08 #5
My employer does not want to foot the bill for that, ...

I agree with Joe, version control goes well beyond backup.
So go ahead and use something, no matter what your employer
says. If you use something free, it costs them nothing.
They will not fire you, unless explicitly forbiden.
If explicitly forbiden, then my advice is: look for a job,
you are working for idiots, and it is damaging for you grouth
as a good developer!

You might get some ammunition for version control here:
http://www.joelonsoftware.com/articl...000000043.html
There is a good reason why version control is at the top.
--
Mihai Nita [Microsoft MVP, Visual C++]
http://www.mihai-nita.net
------------------------------------------
Replace _year_ with _ to get the real email
Jun 27 '08 #6
I have registered for an invite.

Is this something that Microsoft plans to sell later, or do they plan to
keep it free (like GMail)?

"Jigar Mehta" wrote:
Hi jp2msft,

I think what you need is Microsoft Live Mesh (http://mesh.com).. Its awesome
piece of S+S system which you will love.. its in private beta right now,
and I have already run out of invites so, I can not help you more here but
try looking for invite, if you can get you can access your home machine from
work (and v/s) or even Sync office folder with home machine!! (So, any change
you make to source at office, will automatically sync with home machine folder)..

Though, i dont know what it has to do with microsoft.public.dotnet.general
newsgroup!!

Jigar Mehta
Does anyone out there have a simple source control tool that I can use
on my PC here at work? My employer does not want to foot the bill for
that, saying I can always make a backup in another folder, but I
always forget.

CVS is good, but it takes a lot of work to get it set up.

What would be perfect would be an add-on for Visual Studio that saves
all my data, right where I keep it, with an extra folder of changes
that I can backup to if need be. Visual Source Safe is sort of like
this, but it runs on a server, has to be managed, one person checks
out code at a time, etc. I'd like something simpler.

Is that out there?


Jun 27 '08 #7
Hi jp2msft,

No idea right now.
Right now its free, with 5 GB storage on cloud (to keep your data)..

Jigar Mehta
I have registered for an invite.

Is this something that Microsoft plans to sell later, or do they plan
to keep it free (like GMail)?

"Jigar Mehta" wrote:
>Hi jp2msft,

I think what you need is Microsoft Live Mesh (http://mesh.com).. Its
awesome piece of S+S system which you will love.. its in private beta
right now, and I have already run out of invites so, I can not help
you more here but try looking for invite, if you can get you can
access your home machine from work (and v/s) or even Sync office
folder with home machine!! (So, any change you make to source at
office, will automatically sync with home machine folder)..

Though, i dont know what it has to do with
microsoft.public.dotnet.general newsgroup!!

Jigar Mehta
>>Does anyone out there have a simple source control tool that I can
use on my PC here at work? My employer does not want to foot the
bill for that, saying I can always make a backup in another folder,
but I always forget.

CVS is good, but it takes a lot of work to get it set up.

What would be perfect would be an add-on for Visual Studio that
saves all my data, right where I keep it, with an extra folder of
changes that I can backup to if need be. Visual Source Safe is sort
of like this, but it runs on a server, has to be managed, one person
checks out code at a time, etc. I'd like something simpler.

Is that out there?

Jun 27 '08 #8
SourceSafe does not have to be installed on a server. I have it installed on
my local machine.
--
Fred
"jp2msft" wrote:
Does anyone out there have a simple source control tool that I can use on my
PC here at work? My employer does not want to foot the bill for that, saying
I can always make a backup in another folder, but I always forget.

CVS is good, but it takes a lot of work to get it set up.

What would be perfect would be an add-on for Visual Studio that saves all my
data, right where I keep it, with an extra folder of changes that I can
backup to if need be. Visual Source Safe is sort of like this, but it runs on
a server, has to be managed, one person checks out code at a time, etc. I'd
like something simpler.

Is that out there?
Jun 27 '08 #9
Fred Nitz wrote:
SourceSafe does not have to be installed on a server. I have it installed on
my local machine.
subversion and/or TortoiseSVN

Jun 27 '08 #10

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

Similar topics

14
by: Matt | last post by:
Any progammers looking for a killer app to develop? How about a voice enabled forum? One of the most powerful, exciting, and engrossing experiences on the Internet is the Forum. The first great...
8
by: Nospam | last post by:
I'm a fairly experienced front end webdesigner without any knowledge of the backend or how to set up a store. I now have a potential job to develop a craft store for someone but will likely have to...
3
by: MikeY | last post by:
Hi Everyone, I am working in C#, windows forms.My question is this. All my button dynamic controls properties are present and accounted for except for the"FlatStyle" properties. I can't seem to...
51
by: Alan | last post by:
hi all, I want to define a constant length string, say 4 then in a function at some time, I want to set the string to a constant value, say a below is my code but it fails what is the correct...
3
by: Elliot Rodriguez | last post by:
Hi: I am writing a WinForm app that contains a DataGrid control and a StatusBar control. My goal is to update the status bar using events from a separate class, as well as some other simple...
1
by: Johann Blake | last post by:
I am looking for a good solution on how to implement data access in an application so that there is a clean separation between the data access layer, the business layer and the GUI layer. I am...
0
by: pepsi | last post by:
Hello, I would suggest a simple div tag... you could assign it a id and runat server. It should work. pepsi >-----Original Message----- >Hi gang. I tried posting this under a different...
5
by: Stephanie_Stowe | last post by:
Hi. I am trying to get used to AS.NET. I have been doing ASP classic for years, and am now in a position to do ASP.NET. I am in the stumbling around until I get my bearings phase. I hope you will...
6
by: Ray Cassick \(Home\) | last post by:
I am looking for a control that displays simple HTML text (just basic tags, not active content needed). I know I can use the IE ActiveX control but really want to stay away from the headaches if...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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...
0
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...
0
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,...
0
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...
0
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...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

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.