Vault Shadow Folder Cache

This forum is now locked, since Gold Support is no longer offered.

Moderator: SourceGear

Locked
Lance.Marrano
Posts: 6
Joined: Fri Sep 22, 2006 3:37 pm

Vault Shadow Folder Cache

Post by Lance.Marrano » Fri Dec 15, 2006 1:26 pm

Is there a way to move the shadow folder cache from out of the documents and users\network service\application data\sourcegear\vault shadow folder cache folder? It isn't being cleared out (which may be another issue), and is filling up our c: partition (we have plenty of space on our other partition).

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Post by lbauer » Fri Dec 15, 2006 2:28 pm

The shadow folder cache is like the client-side cache for the Vault GUI Client. It contains baselines of files that were retrieved by the Shadow Folder Service. By design, it does not clean up automatically, since the baselines may be needed for future shadow folder updates.

You can change the location of the cache by uncommenting and modifying this section of the shadow folder service web config file. Default location is C:\Inetpub\wwwroot\VaultService\VaultShadowFolder:

<!-- <add key="shadowfolder_cachepath" value="c:\Program Files\Sourcegear\Vault Shadow Folder Cache" /> -->
<add key="shadowfolder_login" value="admin" />

Be sure that the account used by the Shadow Folder Service has read/write access to the new location.
Linda Bauer
SourceGear
Technical Support Manager

Locked