Removing versions of code.

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

Moderator: SourceGear

Post Reply
frizzo
Posts: 40
Joined: Mon Jun 27, 2005 12:27 pm

Removing versions of code.

Post by frizzo » Sun Nov 12, 2006 1:30 am

Hello, I am working with Vault 2.0.6 on both server and client. I am looking to reduce the size of the database because it is getting out of control huge. It has code going back several years. So I would like to delete versions of code that older than 2 years (unless it happens to be the current version). How can I pull off something like this?

Thanks

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

Post by lbauer » Sun Nov 12, 2006 12:44 pm

There's no way currently to remove history from the Vault repository.

How big are your database .mdf and .ldf files? Have you tried shrinking the database and/or truncating the log file with SQL commands?
Linda Bauer
SourceGear
Technical Support Manager

frizzo
Posts: 40
Joined: Mon Jun 27, 2005 12:27 pm

Post by frizzo » Mon Nov 13, 2006 2:00 am

lbauer wrote:There's no way currently to remove history from the Vault repository.

How big are your database .mdf and .ldf files? Have you tried shrinking the database and/or truncating the log file with SQL commands?
Yes, I've tried that and it helped a little bit. But the bottom line is that there is a ton of code there and tons of revisions.

Post Reply