|
-
Nov 17th, 2005, 04:39 PM
#1
Source Safe is Great!
We had a major server meltdown - life was looking bad...
We were able to zip up our source safe folder tree (1/3 gb, 5000 files in 50 subfolders)...
Upon re-creating a new SMALL BUSINESS SERVER - installing SOURCE SAFE - and simply unzipping the VSS folder - everything is back to normal. All our carefully guarded source is available for the office to checkout, checkin, review history for changes...
I am one happy person
-
Nov 17th, 2005, 04:42 PM
#2
Re: Source Safe is Great!
Lucky, also.
-
Nov 17th, 2005, 05:19 PM
#3
Re: Source Safe is Great!
Cool, it's good to hear a success story - especially after the 'naysayers' of VSS 
Am I right in thinking that you are/were using VSS 6.0d?
-
Nov 17th, 2005, 09:07 PM
#4
Re: Source Safe is Great!
We did put 6.0d onto the server now - I do not know if that was the version we had before, as that server is toast
It was such a relief to restore a huge folder-worth-of-files and still have it recognized by the client machines - even after we renamed the server and created a different domain!
BTW - we did have backups of the entire server as well as making zip's before nuking it...
-
Nov 17th, 2005, 09:17 PM
#5
Re: Source Safe is Great!
Hope you scanned them before you loaded them. Not sure if vss files can be compromised, but I'd rather play it safe than sorry.
-
Nov 18th, 2005, 04:34 AM
#6
Re: Source Safe is Great!
Yeah - it might be worth running Analyze.exe in the VSS bin directory to check your archive integrity...
-
Nov 18th, 2005, 06:57 AM
#7
Re: Source Safe is Great!
 Originally Posted by si_the_geek
Cool, it's good to hear a success story - especially after the 'naysayers' of VSS 
I agree and I'm going to save the link to this post as an example for the next time someone blasts VSS.
-
Nov 19th, 2005, 11:53 AM
#8
Re: Source Safe is Great!
"Analyze and Fix" should be run on a regular interval (weekly) to keep your vss db in top running shape. Think of it as a Compact and Repair for an Access database type of utility.
Si, VSS can integrate with VS.NET 2003 but I am unsure about 2005.
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 
-
Nov 19th, 2005, 12:17 PM
#9
Re: Source Safe is Great!
RD - where is ANALYZE and FIX in the ADMIN program? I cannot find it...
-
Nov 19th, 2005, 12:21 PM
#10
Re: Source Safe is Great!
I think it's a separate program, which should be on the start menu (if not, it should be in the VSS folder, and have a fairly obvious name).
-
Nov 19th, 2005, 12:22 PM
#11
Re: Source Safe is Great!
Its in the MS VS 6.0 > MS VSS > Analyze and Fix VSS DB menu.
"?:\Program Files\Microsoft Visual Studio\Common\VSS\win32\ANALYZE.EXE" -f -c -d -v1 "?:\Program Files\Microsoft Visual Studio\Common\VSS\data"
You need to read up on it as there are different option that you may want to do when executing it. Also, depending on your db size it will take some time to do and you need to interuptions of network or your system or it could damage your db. Read the info in the help file as its gives some good info on it.
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 
-
Nov 19th, 2005, 12:29 PM
#12
Re: Source Safe is Great!
Thanks - found it - ran it - it found no errors in the 4 passes that it did...
I guess that's pretty good for 3 or 4 years of never running it!
-
Nov 19th, 2005, 12:32 PM
#13
Re: Source Safe is Great!
But the switches are what tells it what to do, analyze, analyze and fix, report, or such. Cant remember, was 2 years ago when a project got corrupt in vss and I had to research it. Got it fixed too.
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 
-
Nov 19th, 2005, 12:37 PM
#14
Re: Source Safe is Great!
It was in the ALL PROGRAMS/VISUAL SOURCE SAFE option under start...
It was there as ANALYZE and also as ANALYZE and FIX.
I'm assuming that the GUI MENU selection selected the switched for ANALYZE and FIX.
-
Nov 19th, 2005, 12:39 PM
#15
Re: Source Safe is Great!
As such in life, Never assume anything
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 
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
|