VCS Plugin Error When Source Safe directory changed

divaD

Member
Hi,

I'm getting an invalid directory error when I changed my vss project structure. I get it on startup and then plsql developer disables the vcs plugin. Does anyone know where I can edit my vcs startup file to change the LocalPath? Here is the output log.

4/26/2005 3:20:00 PM Application started
4/26/2005 3:20:00 PM LocateSCCProviders: Microsoft Visual SourceSafe
4/26/2005 3:20:52 PM SelectProject
4/26/2005 3:20:52 PM TSCCProvider.Initialize
4/26/2005 3:20:52 PM Caption = plsqldev
4/26/2005 3:20:52 PM InitSCCProvider plsqldev
4/26/2005 3:20:52 PM DLLInit OK
4/26/2005 3:20:52 PM SccInitialize
4/26/2005 3:20:52 PM SccInitialized, Result = 0
4/26/2005 3:20:52 PM SCCContext = 50006816
4/26/2005 3:20:52 PM SCCHandle = 918412
4/26/2005 3:20:52 PM AppName = plsqldev
4/26/2005 3:20:52 PM SCCName = SourceSafe
4/26/2005 3:20:52 PM SCCCaps = 1470152447
4/26/2005 3:20:52 PM SCCAuxPathLabel = SourceSafe Database
4/26/2005 3:20:52 PM SCCCheckoutCommentLen = 63
4/26/2005 3:20:52 PM SCCCommentLen = 4095
4/26/2005 3:20:52 PM FSCCAPI.SCCName = SourceSafe
4/26/2005 3:20:52 PM FSCCAPI.InitSCCProvider OK
4/26/2005 3:20:52 PM TSCCProvider Initialized
4/26/2005 3:20:52 PM Click
4/26/2005 3:20:52 PM Project "$/ECS/DATABASE/PHASE1/PROCEDURES"
4/26/2005 3:20:52 PM LocalPath c:\ECS\DATABASE\PROCEDURES\PHASE1\PROCEDURES
4/26/2005 3:20:52 PM UserName
4/26/2005 3:20:52 PM AuxPath \\NXL1STRJFILE21\Proj\ECS\Phase1\Development\Vss,
4/26/2005 3:20:52 PM Opening Project...
4/26/2005 3:20:52 PM OpenProject SCCProvider.Initialized
4/26/2005 3:20:52 PM OpenProject: ,
4/26/2005 3:21:53 PM Error: Invalid file path

Thanks,
David
 
This should only happen if you reopen a project, because the same local path will be used. If you open the project as new, the corrent path will be used and you should be okay.

Let me know if you are still having problems.
 
Back
Top