Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Checkout Delay

11 views
Skip to first unread message

Francisco de Assis Ribeiro Junior

unread,
Aug 13, 2012, 9:40:53 AM8/13/12
to
Hi,

I'm facing a problem when checking out a file from starteam using the Java SDK.

That's the code I'm using :
[code]
file.checkout(Item.LockType.EXCLUSIVE, false, true, true);
[/code]

The problem is, after that instruction I'm trying to manipulate the file checked out, but after called checkout, the file is not there, it seems like there is a delay on the file download to the server.

I'd like to know if the checkout action is an assynchronous task or not.

Did someone face a similar problem?

Thanks,
Junior
0 new messages