GetLabel Getting Latest Version

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

Moderator: SourceGear

Locked
BA
Posts: 32
Joined: Tue Mar 15, 2005 12:27 pm

GetLabel Getting Latest Version

Post by BA » Tue Apr 12, 2005 4:28 pm

I have this script to get a version based on label number:

"%VAULT_PATH%" getlabel -host %VAULT_SERVER% -user %VAULT_USER% -password %VAULT_PASSWORD% -repository VaultDB -merge overwrite -setfiletime checkin -makewritable -destpath "%DEST_PATH%" "$/%SRC_PATH%/" %LABEL%

The script however, gets the latest version instead of the label specified...meaning if there is another version labeled on top of the specified label, Vault extracts the later label anyway.

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

Post by dan » Tue Apr 12, 2005 5:29 pm

This sounds like a bug that was fixed in 3.0.4. Tryout the latest client, and hopefully it will be addressed.

BA
Posts: 32
Joined: Tue Mar 15, 2005 12:27 pm

Post by BA » Tue Apr 19, 2005 11:07 am

Is there a patch available for version 2.0.6? We are still weary of upgrading to due performance issues on 3.0.5 that our other department experienced recently.

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

Post by dan » Tue Apr 19, 2005 12:42 pm

We don't have a patch for 2.0.x.

Is the other department still having trouble with 3.0.6 performance? I'm not aware of any outstanding performance issues with 3.0.6...

BA
Posts: 32
Joined: Tue Mar 15, 2005 12:27 pm

Post by BA » Wed Apr 20, 2005 9:53 am

Things have improved since we applied the stored proc you guys provided. We are just making sure that there are no other issues encountered before we upgrade the other database.

Locked