|
-
Jun 20th, 2007, 01:21 PM
#1
Thread Starter
Junior Member
Source Control for VB6
Hello,
Not a specific VB6 question, but what do you guys recommend or use for source control with VB6. Source Safe seemed like the answer but it seems to be lacking specifically in the fact that two developers cant take out the same form, and then merge it (although that is not that big of a deal), secondly and more importantly, we need to be able to manage two or more versions, ie. stable and development, and have the ability to roll fixes in the stable version onto the development version. Is that possible? We tried here and it didnt work, maybe we were doing something wrong.
Does any one have any good tutorials on setting up SS, or any alternative software?
-
Jun 20th, 2007, 01:30 PM
#2
Re: Source Control for VB6
1. Yes, you can. One checks it out while the other gets the latest version of it. When the first checks it back in the other checks it out without getting local version. The user can merge the files or whatnot and then check it back in.
2. Just create two separate projects. One Stable and one Development.
VSS' help file is a good source of its features.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jun 20th, 2007, 02:10 PM
#3
Re: Source Control for VB6
-
Jun 20th, 2007, 03:48 PM
#4
Thread Starter
Junior Member
Re: Source Control for VB6
 Originally Posted by RobDog888
2. Just create two separate projects. One Stable and one Development.
Thats what we did, the problem arises though if something gets fixed in the "stable" version, we didnt see a way for it to trickle down to the dev. version.
-
Jun 20th, 2007, 04:53 PM
#5
Re: Source Control for VB6
Thats a procedural issue. All fixes should be applied to the development version and then update the release version. The release version should not be worked on.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jun 20th, 2007, 05:11 PM
#6
Re: Source Control for VB6
We use the Labeling system in VSS.... when a fix goes in, it gets labeled with the ticket number. Then when we build the release, our system gets the latest lables that are associated with the release (via an in-house system).... then based on the labels, it GETs the properversion for that release.
-tg
PS - fixes should NOT be going into the Stable.... fixes should go into Development... that's more of a process breakdown than a problem with VSS (as RD has noted)
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
|