Results 1 to 4 of 4

Thread: OrdoVBPArchiver : a tool for backing up your Visual Basic sources

  1. #1

    Thread Starter
    Addicted Member saturnian's Avatar
    Join Date
    Dec 2017
    Location
    France
    Posts
    134

    OrdoVBPArchiver : a tool for backing up your Visual Basic sources

    OrdoVBPArchiver is a Visual Basic 6 source backup utility, initially developed for internal use within our company.

    Once the project's VBP is selected, OrdoVBPArchiver finds all the project's constituent files and compresses them into a Zip file. The VBP is then rewritten so that the saved project can be directly loaded into the Visual Basic 6.0 IDE.

    Project files are compressed while respecting the folder structure of the source directory. Files external to the source folder are brought into a subfolder named 'FileNotInRootPath'.
    Everything is compressed into a Zip file named according to the following convention :
    ProjectName.major.minor.revision.yyyymmddhhnnss.zip
    where yyyymmddhhnnss represents the date and time the backup started.

    While OrdoVBPArchiver can archive a single project, OrdoVBPArchiver can also, with a single click, archive a user-defined group of projects, ensuring the backup of complex solutions developed in VB6.
    Indeed, the most complex software generally comprises a main project and often numerous satellite projects (configuration tools, function DLLs, ActiveX components...).
    This makes it easy to back up all the sources of a solution, providing an instant "snapshot" !
    Comparing two 'snapshots' from different dates, looking for code changes, with an open source program like WinMerge, for example, becomes extremely easy.

    OrdoVBPArchiver is freeware that can be downloaded from https://freeware.ordoconcept.net/OrdoVBPArchiver.php


  2. #2
    PowerPoster yereverluvinuncleber's Avatar
    Join Date
    Feb 2014
    Location
    Norfolk UK (inbred)
    Posts
    3,560

    Re: OrdoVBPArchiver : a tool for backing up your Visual Basic sources

    I'll give it a go when time permits. It might be useful.

    Free but not fully open, hmmmm, perhaps later you might think about releasing the tool with the commercial elements redacted?
    https://github.com/yereverluvinunclebert

    Skillset: VMS,DOS,Windows Sysadmin from 1985, fault-tolerance, VaxCluster, Alpha,Sparc. DCL,QB,VBDOS- VB6,.NET, PHP,NODE.JS, Graphic Design, Project Manager, CMS, Quad Electronics. classic cars & m'bikes. Artist in water & oils. Historian.

    By the power invested in me, all the threads I start are battle free zones - no arguing about the benefits of VB6 over .NET here please. Happiness must reign.

  3. #3
    PowerPoster wqweto's Avatar
    Join Date
    May 2011
    Location
    Sofia, Bulgaria
    Posts
    6,167

    Re: OrdoVBPArchiver : a tool for backing up your Visual Basic sources

    This is one step above "archiving" into separate folders "Copy of Project", "Copy (2) of Project" and finally "Copy (2) of Project Latest Fix" . . .

    Of course it's much better to use a real source control system like git if you can afford it.

    cheers,
    </wqw>

  4. #4
    PowerPoster yereverluvinuncleber's Avatar
    Join Date
    Feb 2014
    Location
    Norfolk UK (inbred)
    Posts
    3,560

    Re: OrdoVBPArchiver : a tool for backing up your Visual Basic sources

    Yup ...
    https://github.com/yereverluvinunclebert

    Skillset: VMS,DOS,Windows Sysadmin from 1985, fault-tolerance, VaxCluster, Alpha,Sparc. DCL,QB,VBDOS- VB6,.NET, PHP,NODE.JS, Graphic Design, Project Manager, CMS, Quad Electronics. classic cars & m'bikes. Artist in water & oils. Historian.

    By the power invested in me, all the threads I start are battle free zones - no arguing about the benefits of VB6 over .NET here please. Happiness must reign.

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