Results 1 to 16 of 16

Thread: Version Control for small development company (VB6, PHP, HTML)

  1. #1

    Thread Starter
    Fanatic Member SkiNLaB's Avatar
    Join Date
    Jan 2002
    Location
    Sydney, Australia
    Posts
    747

    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

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    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.

  3. #3
    PowerPoster abhijit's Avatar
    Join Date
    Jun 1999
    Location
    Chit Chat Forum.
    Posts
    3,228

    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

  4. #4

    Thread Starter
    Fanatic Member SkiNLaB's Avatar
    Join Date
    Jan 2002
    Location
    Sydney, Australia
    Posts
    747

    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?

  5. #5
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    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.

  6. #6

    Thread Starter
    Fanatic Member SkiNLaB's Avatar
    Join Date
    Jan 2002
    Location
    Sydney, Australia
    Posts
    747

    Re: Version Control for small development company (VB6, PHP, HTML)

    Quote 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

  7. #7
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    Re: Version Control for small development company (VB6, PHP, HTML)

    if you were using .NET, then i would recommend Subversion with the AnkhSVN plugin.
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

  8. #8

    Thread Starter
    Fanatic Member SkiNLaB's Avatar
    Join Date
    Jan 2002
    Location
    Sydney, Australia
    Posts
    747

    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

  9. #9

    Thread Starter
    Fanatic Member SkiNLaB's Avatar
    Join Date
    Jan 2002
    Location
    Sydney, Australia
    Posts
    747

    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?

  10. #10

    Thread Starter
    Fanatic Member SkiNLaB's Avatar
    Join Date
    Jan 2002
    Location
    Sydney, Australia
    Posts
    747

    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.

  11. #11
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Version Control for small development company (VB6, PHP, HTML)

    There is also SVC http://www.download.com/Software-Ver...ml?tag=lst-0-1

    It's actually Free.

  12. #12
    Hyperactive Member Sgt-Peppa's Avatar
    Join Date
    Mar 2003
    Location
    Munich - Germany
    Posts
    476

    Re: Version Control for small development company (VB6, PHP, HTML)

    Quote Originally Posted by tr333
    if you were using .NET, then i would recommend Subversion with the AnkhSVN plugin.
    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

  13. #13
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    Re: Version Control for small development company (VB6, PHP, HTML)

    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

  14. #14
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Version Control for small development company (VB6, PHP, HTML)

    Quote 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.

  15. #15

    Thread Starter
    Fanatic Member SkiNLaB's Avatar
    Join Date
    Jan 2002
    Location
    Sydney, Australia
    Posts
    747

    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?

  16. #16
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    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.
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width