Wildcard is not being honored in 4.1 command line options

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

Moderator: SourceGear

Post Reply
OrovilleTim
Posts: 16
Joined: Tue Apr 18, 2006 2:32 pm
Location: Lake Oroville, CA

Wildcard is not being honored in 4.1 command line options

Post by OrovilleTim » Mon Mar 17, 2008 12:14 pm

We just recently upgraded from 3.5 to 4.1 (4.1.0.16216 to be exact.) Within VisualBuild, we have a step that is supposed to check out *.vbp in a project directory that had previously been working fine. The command line was as follows:

Code: Select all

"C:\Program Files (x86)\SourceGear\Vault Client\vault.exe" -host vault -user someuser -repository "Product Development" checkout  -makewritable -setfiletime modification -merge overwrite -exclusive  -wildcard *.vbp -commit "$/Trunk (Development 0.0.0)/Source Code/SomeProgramName"
Starting after the upgrade, it no longer just checks out the vbp files. It now checks out every file underneath that folder/project.

I found a post from last October that looks like it may be a similar problem, but that was version 4.0.1 (http://support.sourcegear.com/viewtopic ... t=wildcard).

Any assistance/insight into this problem is greatly appreciated.

Tim

jeremy_sg
Posts: 1821
Joined: Thu Dec 18, 2003 11:39 am
Location: Sourcegear
Contact:

Post by jeremy_sg » Mon Mar 17, 2008 12:29 pm

This still hasn't been fixed in 4.1, but you can use the workaround suggested there of using the NAnt style expansion.

jeremy_sg
Posts: 1821
Joined: Thu Dec 18, 2003 11:39 am
Location: Sourcegear
Contact:

Post by jeremy_sg » Fri May 30, 2008 3:06 pm

The Vault 4.1.2 CLC fixed this bug. Wildcards are again supported for checkout.
Subscribe to the Fortress/Vault blog

Post Reply