Vault 7.1 Java CLC

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

Moderator: SourceGear

Post Reply
williejohn2003
Posts: 1
Joined: Wed Dec 18, 2013 1:30 pm

Vault 7.1 Java CLC

Post by williejohn2003 » Wed Dec 18, 2013 1:42 pm

Hi,

I am able to add and commit a file using the command line client. However, I am also able to successfully add a directory, but I can not commit the directory. I continue to get an error that states: "(Unknown Source) at VaultClientOperationsLib.ClientInstance.MakeRecursiveListForDirectory". I am using a Linux machine with Ubuntu the command I entered to add the directory is as follows:

./vaultpro add -user<> -password<> -host<> -repository<> $/ <file>

To commit I enter:

./vaultpro commit -user<> -password<> -host<> -repository<> $/

Why does it seem to always fail when I attempt to checkin or commit a directory? Any help will be appreciated.

Thanks,

John

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: Vault 7.1 Java CLC

Post by Beth » Wed Dec 18, 2013 4:07 pm

We have taken this discussion offline.

HS: 229308

For other users, an example of how the command should look is like:
./vaultpro ADD -host vaultprodemo.sourcegear.com -user guest2 -password guest2 -repository 'Initial Repository' -commit $ /home/sourcegear/test1
Beth Kieler
SourceGear Technical Support

Post Reply