|
-
Aug 25th, 2006, 07:31 AM
#1
Thread Starter
Fanatic Member
Source Safe Sucks - Help Me Please
Okay, I don't use Source Safe. Let me get that out in the open before I begin.
I am working on an application this morning that I did not write. A few minor bugs have been found, and I have been asked to fix them. All in all, this should take me about 15 minutes.
However, when I try to edit the program I get an error. Something to the effect of "can't edit module". Then when I look in the project explorer bar, I notice little pad-lock icons beside each form...a sure sign of Source Safe.
The problem is, our Source Safe server hasn't run in 3 years, this guy is gone, and I'm lost. Can I break the SS link somehow, or do I need to find these files somewhere within SS?
-
Aug 25th, 2006, 07:34 AM
#2
Re: Source Safe Sucks - Help Me Please
You can break the link by selecting all files and folders and right clicking and change the attributes from read only to unchecked. 
If you ever get the VSS server running again you can update the copies in the VSS db. Also, the DB is actually just a bunch of folders and files so if your server ever gets back up you can copy the db off and move it to another location.
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 25th, 2006, 07:37 AM
#3
Fanatic Member
Re: Source Safe Sucks - Help Me Please
If you know where the project files are:
- Just remove the scc-files that are in the same directory
- and in explorer.exe select all the files of the project - right mouse click - properties - make sure "Read only" is checked of, so that they are not read only.
This should do the trick.
-
Aug 25th, 2006, 07:38 AM
#4
Re: Source Safe Sucks - Help Me Please
Create a copy of the entire project localy, get rid of files (1 or 2) with ext SCC, reset "Read Only" attributes for all files (you can do that at the folder level) and you should be all set.
However, you guys should start using Source Safe - it's a life saver!
-
Aug 25th, 2006, 07:39 AM
#5
Re: Source Safe Sucks - Help Me Please
To edit that modules you have right click and select "Check out", when you are done, select "check in" and the version in SS database will be updated.
If your SourceSafe database is still alive i recommend you try to find it, because there youll find the HISTORY of the application, all the modifications since it had been added to SS.
Now, if you still want to "unlink it" from SS, you should remove the .SCC files from your app path, after that select all files, right click, and uncheck "Read only".
EDIT: im super late.
Last edited by jcis; Aug 25th, 2006 at 07:45 AM.
-
Aug 25th, 2006, 07:39 AM
#6
Thread Starter
Fanatic Member
Re: Source Safe Sucks - Help Me Please
We did use it here a few years ago, but it was kind of phased out gradually.
It was unintentional too, just sort of faded away.
-
Aug 25th, 2006, 07:40 AM
#7
Re: Source Safe Sucks - Help Me Please
You can always move the db on to your system or at least create a new secondary db on your system for your own use. Having revisions and history is a great thing.
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
|