Our application and setup requires our developers to check in DLL files as part of the development process. In the application, we have shared DLL files with other folders in the application to maintain the required functionality and overcome a limitation of VS.Net.
For example, I have the following setup.
$/Folder1/bin/debug/file.dll
This DLL is shared to the following locations.
$/Folder2/bin/debug/file.dll
$/Folder3/bin/debug/file.dll
$/Folder4/bin/debug/file.dll
When a developer checks out a project, and rebuilds the DLL, and checks the item back in, the original DLL in Folder1 is updated, and the shares are all updated as well.
As part of the configuration, I have Shadow Folders setup on the Vault server to shadow out to C:\Inetpub\wwwroot\application\.
When a change is committed back to the Vault, and shadowed out I am having a problem with the original DLL not being updated. For example,
c:\inetpub\wwwroot\application\Folder1\bin\debug\file.dll DOES NOT UPDATE
c:\inetpub\wwwroot\application\Folder2\bin\debug\file.dll DOES GET UPDATED
c:\inetpub\wwwroot\application\Folder3\bin\debug\file.dll DOES GET UPDATED
c:\inetpub\wwwroot\application\Folder4\bin\debug\file.dll DOES GET UPDATED
Anyone have any ideas on what to look for? Is this a bug?
Thanks in advance.
Shared Resource and Shadowed Folder Issue
Moderator: SourceGear
-
- Posts: 6
- Joined: Mon Mar 20, 2006 12:25 pm
-
- Posts: 6
- Joined: Mon Mar 20, 2006 12:25 pm