How do I check in SQL 2005 Express databases...

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

Moderator: SourceGear

Post Reply
cac123

How do I check in SQL 2005 Express databases...

Post by cac123 » Mon Nov 07, 2005 10:55 am

I have several projects that use an SQL 2005 Express database as their storage medium. I would like to check these into the repository as they are small in size and represent the backbone of the project. So far I haven't been able to figure out how to do this. I checked out a project remotely on another machine and didn't get the .MDF file as I expected. The .MDF is included in my project in VS2005 TE and had a padlock icon on it so I assumed that Vault was aware of it and that it had stored it when I last checked in.

HELP!

cac123

Update...

Post by cac123 » Mon Nov 07, 2005 11:15 am

There appears to be a bug with regards to database files.. I had to clean the working folder to get the most recent copy of the .MDF from Vault. My guess is that the existing version in the working folder was never overwritten and that's why I never saw the most recent version.

If there is a setting that I can set in Vault to prevent this from occuring or if someone knows of a workaround for this please let me know.

dan
Posts: 2448
Joined: Wed Dec 17, 2003 5:03 pm
Location: SourceGear
Contact:

Post by dan » Mon Nov 07, 2005 11:22 am

Is it possible that the database was still open and could not be overwritten by the client during the Get?

Post Reply