Vault 5.0.4.
If run a standard createfolder command line from a Finalbuilder task it indicates success. But the folder isn't displayed in the GUI.
If I run the same command from Vault.exe via cmd.exe I get a lot of xml that looks like extensive historical changsets are getting confused.
Here is the trailing output from the cmd.exe window. I'm reading this like multiple changesets are getting merged together, because there is a changeset that revolves around my Final Builder Project (which also uses Vault as source control).
Code: Select all
</CreateFolder>
<ModifyFile>
<id>98</id>
<repospath>$/SoftwareDelivery/VIP/VIP_IimsBL_ShareUpgrade.fbp7</repospath>
<localpath>D:\Customers\VIP\SoftwareDelivery\VIP_IimsBL_ShareUpgrade.fbp7<
/localpath>
</ModifyFile>
<CreateFolder>
<id>99</id>
<repospath>$/VIP/MyVIPSoftware/MyVIPSoftware.BL/Components/IimsBL_v6.53.19.0</repospath>
</CreateFolder>
<CreateFolder>
<id>100</id>
<repospath>$/VIP/MyVIPSoftware/MyVIPSoftware.BL/Components/IimsBL_v6.53.19.0</repospath>
</CreateFolder>
<CreateFolder>
<id>101</id>
<repospath>$/VIP/MyVIPSoftware/MyVIPSoftware.BL/Components/IimsBL_v6.53.19.0</repospath>
</CreateFolder>
<CreateFolder>
<id>102</id>
<repospath>$/VIP/MyVIPSoftware/MyVIPSoftware.BL/Components/IimsBL_v6.53.19.0</repospath>
</CreateFolder>
</changeset>
<result>
<success>True</success>
</result>
</vault>
Regards