Upgrading your code to Vault 3.5.1 API

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

Moderator: SourceGear

Locked
ismangil
Posts: 197
Joined: Wed Jun 30, 2004 10:49 am
Location: Sheffield, UK
Contact:

Upgrading your code to Vault 3.5.1 API

Post by ismangil » Tue Sep 19, 2006 9:21 am

I'm currently going to the process of upgrading our custom Vault tools to 3.5.1 in preparation for the upgrade. I'll document issues I am facing, maybe it will be of use to others.

The basics:

Replace API dlls
Get plugin lib from Vault server bin dir

Issues so far:
  • Date time in history requests, label timestamps etc are now of VaultDateTime type. Construct new VaultDateTime(myDate, VaultDateTime.LocalKind);

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Post by Beth » Tue Sep 19, 2006 10:43 am

Thanks for the documentation.

Locked