473,786 Members | 2,849 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

which version control system?

Hi all

we are thinking of using a version control system at work. I was
wondering what are some of the issues we should take into
consideration when deciding upon which one to use? and which one/s you
would recommend?

thanks

marc

Feb 16 '07 #1
2 1982
we are thinking of using a version control system at work. I was
wondering what are some of the issues we should take into
consideration when deciding upon which one to use? and which one/s you
would recommend?

I have worked with SourceSafe (6.0), CVS and Subversion. Neither of them
is ideal, but we don't live in an ideal world and they are all workable.
Each of them is better than working without them.

There are a few things you could want with those systems:
- Having an easily accessible backup. They all do that.
- Being able to work on the same files on different development
machines. They all do that, too. SourceSafe 6.0 has to be configured to
enable it, otherwise it will lock the file for other users. If you like
locking, it is possible with the other systems as well (though rarely used).
The alternative, conflict handling, is used on CVS and Subversion (and
newer versions of SourceSafe, I think) and does well for programming
code, but not for resource files. Any file where changes are added at
the bottom will always be in a conflict state when more developers
changed it. Off course, binary files are a bit of a problem as well.
- Keeping multiple versions (branches) of the same file. CVS and
subversion are top champions in this. This is why they are proud on the
term "version control system", as opposed to "source code control
system". SourceSafe can do it, but I never had much use for it.
Actually, if you allow your source code to diverge, I don't understand
why you would use a version control system at all.
- Keeping code shared among projects. I have never been able to do this
in CVS, because I was not an administrator. This says it all. In
Subversion, this is greatly improved. But not yet perfect. The main
problem is that you can never share a file - you can only share
directories. This in turn means that your project directories are
influenced by the version control system, which may or may not be
acceptable for the programming environment you use. It took me about two
days to figure out how to make it work in PHP. SourceSafe has absolutely
no problem with this: you can easily share files and even break the link
later on if you need to. But then, SourceSafe calls itself a "source
code control system".
- Work with a reliable (stable) system for your code. It is off course a
bloody obvious demand, but only subversion is quite stable (which is
quite funny, as the releases were not marked as stable releases).
SourceSafe is a system to have a love/hate relation with. It has a few
really good features (especially the sharing), but you really hate it
when you have to hack the registry for working on a novell network, or
when it messes up your code completely. This can be usually be repaired,
but not without a good deal of trouble and frustration. I encountered
too many problems with CVS as well, but I was glad I was not an
administrator.

Hope this is of any help.
Feb 16 '07 #2
monomaniac21 wrote:
and which one/s you would recommend?
Having used subversion and CVS, I prefer the former, but it's not really a
strong preference. I quite like the eSVN GUI for subversion. svnX is even
better. But I mostly use the command line svn tool.

--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
Geek of ~ HTML/SQL/Perl/PHP/Python*/Apache/Linux

* = I'm getting there!
Feb 16 '07 #3

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

Similar topics

2
2678
by: Raymond H. | last post by:
Hello, I create a vb4 project which can also naviger on Internet via the WebBrowser control which I put on my form. My question is: if this program is installed on a station having already Internet Explorer in it then will it cause an error if version Internet Explorer is the same one as WebBrowser which is in my project? Is it this control which Internet Explorer uses? If that can cause errors of version then, instead, can I install this...
28
2833
by: AK | last post by:
Hi, I recently read an advice here that one should try to use make and version control system even if you're the only one working on the program. Is that a good advice? How many of you do that? Thanks, -AK
2
369
by: Jon | last post by:
Hello all. I'm getting this error Missing mandatory attribute 'version'. with the below XML <?xml version="1.0" encoding="UTF-8"?> <rs:data xmlns:rs="namespace_for_rs" xmlns:z="namespace_for_z"> <z:row PageID="index.aspx" ParentID="0" PageTitle="Home" PageAddress="../Index.aspx"/> <z:row PageID="aboutIndex.aspx" ParentID="0" PageTitle="About"
1
3921
by: Pieter | last post by:
Hi, I have this Warning for several forms when using the DockPanel Suite of Weifen Luo in VS.NET 2005. I read a lot about this CLS-compliant stuff, but I don't now how to chech actually which part of the class is not CSL-compliant? Any body knows what to look for? I just want to get rid of these warnings :-) Thanks a lot in advance,
3
1415
by: David E. | last post by:
When ever ASP.NET spits up an unhandled excpetion, at the bottom of the error page is both the .NET version and ASP.NET version. This isn't always the same on some of my test systems. I know that I can programatically get the .NET version from System.Environment.Version.ToString(). My question is how can I get the ASP.NET version
4
6371
by: Mike L | last post by:
Error occurs on "System.Deployment.Application.ApplicationDeployment.CurrentDeployment" ** Here is my code private void frmMain_Load(object sender, System.EventArgs e) { System.Deployment.Application.ApplicationDeployment ad = System.Deployment.Application.ApplicationDeployment.CurrentDeployment;
4
2296
by: Thomas Eichner | last post by:
Hi, does anybody know a public website which offers a service that displays all data send by a browser (or an app calling the website), especially HTTP GET and POST data, browser data etc.? I have a hard time finding what really my app is sending and this would be a great help! Thank you very much ! Thomas
3
12061
by: Mike | last post by:
Hi I have problem as folow: Caught Exception: System.Configuration.ConfigurationErrorsException: An error occurred loading a configuration file: Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. (machine.config) ---> System.Security.SecurityException: Request for the permission of type
14
2447
by: doublemaster007 | last post by:
Hi.. I am developing commandline tools for LInux.Currently i am using source insight IDE in Windows for development. Later i FTP the source to LINUX and build by make file. Can any one suggeest me the IDE which should get the code from VSS and transer it to LINUX (should have a menu or plugin for this) and build there
0
9496
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,...
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
9961
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7512
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
6745
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();...
0
5397
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5534
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4066
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 we have to send another system
2
3669
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.