commit by means of cmd client fails

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

Moderator: SourceGear

Post Reply
Yarik

commit by means of cmd client fails

Post by Yarik » Thu Oct 14, 2004 7:40 am

Hi there,
I have two set of checked out files, first set is checked out to "c:\s\u" and other one to "e:\1\2\3" and I want to check in only first set of files.
To do that I am using cmd client with next cmd line:
"D:\Program Files\SourceGear\Vault Client\vault.exe" -user User - password "Password" -host Host -repository "Name" commit "$/s/u" -unchanged checkin

It returns me an error:

<vault>
<error>
$/s/u does not exist in the current change set.
...

But gui client shows that pending change set contains that files.

Where am I wrong?

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

Post by dan » Thu Oct 14, 2004 8:38 am

The current version of the command line client doesn't allow you check in a single folder recursively - you have to list each file to checkin, or specify that you want to checkin the whole change set.

The ability to checkin one folder recursively will be available in the upcoming 3.0 release.

christian
Posts: 202
Joined: Tue Sep 14, 2004 1:02 pm
Location: UK

Post by christian » Sun Oct 17, 2004 1:28 pm

dan wrote:The current version of the command line client doesn't allow you check in a single folder recursively - you have to list each file to checkin, or specify that you want to checkin the whole change set.

The ability to checkin one folder recursively will be available in the upcoming 3.0 release.
Hi Dan,

Is the command line in vs3 going to support a recursive check-out that allows you to specify a wildcard?

I'm using FinalBuilder2 that hooks up to the command-line (rather than the API I believe), and I want to tell it to do a recursive check-out on all project files, dll's, etc in a particular Vault directory.

Thanks
Christian

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

Post by dan » Sun Oct 17, 2004 7:06 pm

christian wrote: Is the command line in vs3 going to support a recursive check-out that allows you to specify a wildcard?
Yes, this will be available in v3 :)

christian
Posts: 202
Joined: Tue Sep 14, 2004 1:02 pm
Location: UK

Post by christian » Mon Oct 18, 2004 4:24 am

dan wrote: Yes, this will be available in v3 :)
Beautiful! Do you know when v3 is due for release?

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

Post by dan » Mon Oct 18, 2004 7:37 am

In the next month or so...

christian
Posts: 202
Joined: Tue Sep 14, 2004 1:02 pm
Location: UK

Post by christian » Mon Oct 18, 2004 7:38 am

dan wrote:In the next month or so...
Can you make it next week? ;-)

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

Post by dan » Mon Oct 18, 2004 7:49 am

If you would like a preview copy, we should have one in that timeframe. Email linda at sourcegear.com to get on the list...

christian
Posts: 202
Joined: Tue Sep 14, 2004 1:02 pm
Location: UK

Post by christian » Mon Oct 18, 2004 7:51 am

dan wrote:If you would like a preview copy, we should have one in that timeframe. Email linda at sourcegear.com to get on the list...
Cool. I will do.

Post Reply