|
-
Aug 3rd, 2007, 01:22 AM
#1
Thread Starter
Frenzied Member
Version Controling for VB6 Projects
Hi all,
Can anyone tell me a good version controling system for VB6 projects ?
VSS is there, but is there anything else we can use, like CVS ?
I heard ths CVS cant be used for VB6 projects. Is that true ?
Thanks!
-
Aug 3rd, 2007, 01:34 AM
#2
Re: Version Controling for VB6 Projects
From what I have read on CVS, it sounds a bit limited and more geared towards the Linus/Unix community. I like MS and if I have a MS product like VS then, for me at least, I would go with VSS as it integrates very well with VS and its created by the authors of VS.
Thread Moved.
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 
-
Aug 3rd, 2007, 01:59 AM
#3
Thread Starter
Frenzied Member
Re: Version Controling for VB6 Projects
Ok I think I have to opt out CVS then.
Onto VSS,
When we checkin one file from VSS, does it lock that file so that no one lese able to do chages it to it???
Or it just merge with the current file at VSS DB when we check out?
My point is ,say can two ppl do changes to same file , at the same time and then checkout to have both changes ?
This is the doubt I have.
-
Aug 3rd, 2007, 03:30 AM
#4
Re: Version Controling for VB6 Projects
You can set VSS up so it will either allow or disallow multiple checkouts of a single file. It uses the Read Only file attribute on the client side by default but thats changeable too.
It has a merge option too.
If a file is checked out, no one else can make check in's with changes to that single file, if that is how you want it to act. So you can check out a file, work on it exclusvly, then check it in. Other users can "Get Latest" version and work with them without checking them out but no checkins without first have it checked out.
Basically a library system like your public library in your city.
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 
-
Aug 3rd, 2007, 07:45 AM
#5
Re: Version Controling for VB6 Projects
Here is some Visual Source Safe info.
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
|