vault unsetworkingfolders recursive tool

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
lyle.dodge
Posts: 4
Joined: Fri Sep 17, 2004 12:55 pm

vault unsetworkingfolders recursive tool

Post by lyle.dodge » Wed Oct 20, 2004 2:58 pm

I wrote a quick console application which will unset all working folders for a repository, EXCEPT for $. So for the generic case of wanting all your code under one folder, or when you're trying to clean up visual studio's working folders, run this. Or if you've just done an open from source control, visual studio will manually set working folders. Use this tool to get rid of em.

It relies upon Vault Client being installed in the normal place, but that's it.

Enjoy.
Attachments
VaultUnsetWorkingFolders.cs.txt
VaultUnsetWorkingFolders.cs.txt
(3.52 KiB) Downloaded 464 times

Post Reply