What timestamp is used when working offline?

This forum is now locked, since Gold Support is no longer offered.

Moderator: SourceGear

Locked
popezilla
Posts: 57
Joined: Tue Jul 13, 2004 1:17 pm
Location: MD
Contact:

What timestamp is used when working offline?

Post by popezilla » Fri Feb 18, 2005 9:12 am

Here is the scenario:

- 2/2/05 Tell the VS IDE to work offline
- 2/2/05 Add a file to the project
- 2/17/05 Bring the VS IDE online which will update Vault with my offline changes.

What datetime should I see in FILE1's history for the time it was created? 2/2 or 2/17?

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

Post by dan » Fri Feb 18, 2005 12:18 pm

File history is always the checkin date, so you would see 2/17. However, when you do a Get Latest, you can choose checkin datetime, modification datetime, or current datetime. The server stores both the server checkin datetime and the file modification time as reported by the client.

Locked