VB6 VBW Files

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

Moderator: SourceGear

Post Reply
taustin
Posts: 23
Joined: Fri Jan 16, 2004 12:48 pm

VB6 VBW Files

Post by taustin » Fri Mar 05, 2004 1:06 pm

This is not a Vault question, per se, but hopefully someone will know...

Does anyone know if VBW files should be stored in source control? I have an elaborate multi-project application that I open a group file. Even if I don't make any edits, Vault reports that all of the VBW files for each project have changed. I suspect (by peeking into the file) that the file simply contains info on window positions and are the same as the "user" files in the .NET IDEs, and would probably be okay to remove from source control, but I don't want to break anything.

Anyone know if it's okay to remove these files from source control?

rogerj
Posts: 4
Joined: Wed Feb 25, 2004 7:16 am

Post by rogerj » Mon Mar 08, 2004 2:46 am

You're right, they only contain user specific information and should not be under source control.
In fact, if you add projects to Vault the "right way" (from inside Visual Studio) it won't add the vbw-files.

Post Reply