check out vs. get latest version

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

Moderator: SourceGear

Post Reply
ddd
Posts: 34
Joined: Wed Feb 08, 2006 12:24 pm

check out vs. get latest version

Post by ddd » Fri Feb 24, 2006 1:24 pm

what's the difference (subject line)?

using cvs style.

tia!!

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

Post by lbauer » Tue Feb 28, 2006 9:22 am

Get latest retrieves the latest version in the database.

Checkout also retrieves the latest version, plus puts the file in the Pending Change Set. An Exclusive Checkout locks the the file so other users cannot check it out.

The CVS mode of development does not use checkout. Files are modified without checking them out. The modified file appears in the pending change set and the changes can then be committed.
Linda Bauer
SourceGear
Technical Support Manager

Post Reply