GETLABELDIFFS limit of 1000 items?

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

Moderator: SourceGear

Post Reply
Sourav
Posts: 25
Joined: Fri Sep 09, 2005 9:30 am

GETLABELDIFFS limit of 1000 items?

Post by Sourav » Fri Jan 20, 2006 11:57 am

[1/20/2006 9:57:51 AM] Version Check: This Vault client is version 3.1.6.3658
[1/20/2006 9:57:51 AM] Version Check: Your Vault server is version 3.1.6.3658

We use GETLABELDIFFS as part of our build process. It is not retreiving ALL files that have been added or modified since the beginning label. Upon further research, I noticed that GETLABELDIFFS stops at 1000 item txid's. Is this correct? If so, what is the workaround to get all files?

It is critical that we get a fix for this ASAP as it has broken our build process. Thanks for a prompt response.

Additional note: Is there a limit to the number of labels a repository can have? We will potentially have many thousands.

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

Post by lbauer » Fri Jan 20, 2006 1:21 pm

There may be a default row limit. Try using "-rowlimit 0".

There is a limit on the number of labels you can have in Vault, but you won't run into it anytime soon: 9,223,372,036,854,775,807 (bigint datatype.)
Linda Bauer
SourceGear
Technical Support Manager

Sourav
Posts: 25
Joined: Fri Sep 09, 2005 9:30 am

Post by Sourav » Fri Jan 20, 2006 4:22 pm

Thanks Linda, that did the trick.

Post Reply