|
-
Dec 12th, 2005, 09:28 PM
#1
Thread Starter
Fanatic Member
Version Control for small development company (VB6, PHP, HTML)
Hi Guys,
We've just got a new VB6 developer who will be working on my project, which means version control is now an issue. Looks like visual sourcesafe is the way to go but is a touch pricey.
Would the rest of the company be able to use it? Everyone else is basically web development, 90% of which is PHP.
Will they be able to use SourceSafe if we buy it?
Thanks,
Scott
-
Dec 13th, 2005, 07:22 AM
#2
Re: Version Control for small development company (VB6, PHP, HTML)
If you have the Enterprise version of VB6, SourceSafe comes with it, and that is the direction I would go in.
-
Dec 13th, 2005, 02:04 PM
#3
Re: Version Control for small development company (VB6, PHP, HTML)
There are some freeware tools available on source-forge, but source safe is better than those.
Everything that has a computer in will fail. Everything in your life, from a watch to a car to, you know, a radio, to an iPhone, it will fail if it has a computer in it. They should kill the people who made those things.- 'Woz'
save a blobFileStreamDataTable To Text Filemy blog
-
Dec 13th, 2005, 06:04 PM
#4
Thread Starter
Fanatic Member
Re: Version Control for small development company (VB6, PHP, HTML)
Would the rest of the company be able to use it? Everyone else is basically web development, 90% of which is PHP.
Will they be able to use SourceSafe if we buy it?
Does sourcesafe cater for PHP stuff? Or is it really focused on MS technologies?
-
Dec 13th, 2005, 07:27 PM
#5
Re: Version Control for small development company (VB6, PHP, HTML)
SourceSafe can work with any files, although to get all the functionality they should be text based (as PHP is).
VSS integrates itself into other MS products (for example in VB6 you can right-click files in the Project Explorer to check-in/check-out), but can be used as a separate program too.
-
Dec 13th, 2005, 07:34 PM
#6
Thread Starter
Fanatic Member
Re: Version Control for small development company (VB6, PHP, HTML)
 Originally Posted by si_the_geek
SourceSafe can work with any files, although to get all the functionality they should be text based (as PHP is).
VSS integrates itself into other MS products (for example in VB6 you can right-click files in the Project Explorer to check-in/check-out), but can be used as a separate program too.
OK great. Thanks. VSS it is
-
Dec 13th, 2005, 07:54 PM
#7
Re: Version Control for small development company (VB6, PHP, HTML)
if you were using .NET, then i would recommend Subversion with the AnkhSVN plugin.
-
Dec 13th, 2005, 08:02 PM
#8
Thread Starter
Fanatic Member
Re: Version Control for small development company (VB6, PHP, HTML)
Apparently there is a Visual SourceSafe 2005, Should I be getting that, not 6.0 ?
I haven't seen it in shops though :S
-
Dec 13th, 2005, 08:21 PM
#9
Thread Starter
Fanatic Member
Re: Version Control for small development company (VB6, PHP, HTML)
OK I've found an australian site selling VSS 2005
Does VSS 2005 integrate with the VB6 IDE?
-
Dec 13th, 2005, 08:31 PM
#10
Thread Starter
Fanatic Member
Re: Version Control for small development company (VB6, PHP, HTML)
Yes it does.
Am I just retarted, or is there not a page ABOUT SourceSafe 2005. I can't for the life find a page by MS about the 2005 version.
So confused.
-
Dec 15th, 2005, 03:31 AM
#11
Re: Version Control for small development company (VB6, PHP, HTML)
-
Dec 15th, 2005, 05:21 AM
#12
Hyperactive Member
Re: Version Control for small development company (VB6, PHP, HTML)
 Originally Posted by tr333
I know you decided for VSS but nevertheless I wanted to second tr333's Suggestion. Subversion is by far the best Source Control System I have ever used!
Stephan
Keep Smiling - even if its hard 
Frankie Says Relax, wossname Says Yeah!
wossname:--Currently I'm wearing a gimp suit and a parachute.
C# - Base64 Blog
-
Dec 15th, 2005, 06:47 AM
#13
Re: Version Control for small development company (VB6, PHP, HTML)
-
Dec 15th, 2005, 07:59 AM
#14
Re: Version Control for small development company (VB6, PHP, HTML)
 Originally Posted by SkiNLaB
Would the rest of the company be able to use it? Everyone else is basically web development, 90% of which is PHP.
Will they be able to use SourceSafe if we buy it?
Does sourcesafe cater for PHP stuff? Or is it really focused on MS technologies?
You can store anything you want in source safe.
We store text files VB6 code, C# code, VB.NET code, C++ code, Visio documents, Word documents, WordPerfect documents and a whole lot of other stuff. Pretty much source safe doesn't really care what kind of document/file it is.
-
Dec 15th, 2005, 06:11 PM
#15
Thread Starter
Fanatic Member
Re: Version Control for small development company (VB6, PHP, HTML)
OK considering SourceSafe is $600 a licence! (AUS)
My boss laughed in my face 
So i'm trying out SVCS
Is subversion a *nix thing or?
-
Dec 15th, 2005, 09:18 PM
#16
Re: Version Control for small development company (VB6, PHP, HTML)
What operating systems does Subversion run on?.
it is licensed under an Apache/BSD style license.
if you are using it on windows, you might want to take a look at TortoiseSVN (GNU/GPL license).
More information on SVN is available from http://svnbook.red-bean.com/.
Last edited by tr333; Dec 15th, 2005 at 09:29 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|