Search found 13 matches

by sushant
Wed Oct 09, 2019 11:35 pm
Forum: Support (Vault)
Topic: Vault Client doesn't recognise typescript files for merging properly.
Replies: 6
Views: 8109

Re: Vault Client doesn't recognise typescript files for merging properly.

Hi @Tonya,

This sorts it out. Perfect!!!!!
Thanks a ton.

Have a good day.
by sushant
Wed Oct 09, 2019 4:21 am
Forum: Support (Vault)
Topic: Vault Client doesn't recognise typescript files for merging properly.
Replies: 6
Views: 8109

Re: Vault Client doesn't recognise typescript files for merging properly.

Hi @Tonya
I don't whether typescript files (.ts) are considered binary or not. They shouldn't be, I think. It's a open source language created by Microsoft. Should be taken care of just like .cs files.
by sushant
Wed Oct 02, 2019 11:03 pm
Forum: Support (Vault)
Topic: Vault Client doesn't recognise typescript files for merging properly.
Replies: 6
Views: 8109

Vault Client doesn't recognise typescript files for merging properly.

Vault Client doesn't recognise typescript files for merging properly. Whenever I take latest for .ts files, client asks me to overwrite or do not overwrite/merge later . It doesn't intelligently recognises merging capabilities just like in other .cs files as such. Is there a way around for this? Any...
by sushant
Fri May 06, 2016 12:36 am
Forum: Support (Vault)
Topic: Error on unshelving changes
Replies: 5
Views: 7704

Re: Error on unshelving changes

Hi Beth,

I don't think there is a issue with access permission as I am able to perform a normal get for the files. Only while viewing the files from the shelve set is creating a issue.
by sushant
Mon May 02, 2016 11:26 pm
Forum: Support (Vault)
Topic: Error on unshelving changes
Replies: 5
Views: 7704

Re: Error on unshelving changes

Beth wrote:Does your login allow you to view the shelveset on a different machine?
Hello Beth,

I can view the shelveset on a different machine but not fetch files from it. I am running into the same error that I was receiving on my machine.
by sushant
Sun May 01, 2016 11:46 pm
Forum: Support (Vault)
Topic: Error on unshelving changes
Replies: 5
Views: 7704

Error on unshelving changes

Hi, I am unable to unshelve changes as I am getting Object reference error on viewing the details of shelveset. If I try to login with any other user's credentials, it is working absolutely fine (the unshelving part). But it just doesn't work when I login with my creds. I tried deleting my repositor...
by sushant
Wed Dec 02, 2015 2:55 am
Forum: Support (Vault)
Topic: Unable to get latest from vault command line windows
Replies: 5
Views: 8436

Re: Unable to get latest from vault command line windows

It's not the set working folder that's the issue. You need to just tell Vault if it should get $ or get $/Folder1/Folder1a. "C:\Program Files (x86)\SourceGear\Vault Client"\vault.exe GET -host xxxx.xxxx:8080 -user aaaa.bbbb -password abcdabcd -repository "My Repo" -merge automat...
by sushant
Tue Dec 01, 2015 12:07 am
Forum: Support (Vault)
Topic: Unable to get latest from vault command line windows
Replies: 5
Views: 8436

Re: Unable to get latest from vault command line windows

I don't see your repository path in your command. Is that possibly missing? Hi Beth, My main motive is to get latest of one of the child folders from the repo. E.g. My repo is built as following $ > Folder1, Folder2, Folder3 (3 folders just beneath the root i.e. $) $ > Folder1 > Folder1a, Folder1b,...
by sushant
Mon Nov 30, 2015 9:01 am
Forum: Support (Vault)
Topic: Unable to get latest from vault command line windows
Replies: 5
Views: 8436

Unable to get latest from vault command line windows

Hi team, I am automating some of my code fetch and compilation on my server. I used the following GET command to fetch latest code from the vault but got the error. "C:\Program Files (x86)\SourceGear\Vault Client"\vault.exe GET -host xxxx.xxxx:8080 -user aaaa.bbbb -password abcdabcd -repos...
by sushant
Tue Nov 03, 2015 4:56 am
Forum: Support (Vault)
Topic: Debugging "server uses a protocol that is not supported"
Replies: 5
Views: 8146

Re: Debugging "server uses a protocol that is not supported"

In the CCNetPlugin download is a ReadMe.txt with instructions. You'll basically just be dumping the .dll files over top of the ones already in place, though make a backup of what you have before overwriting. Hi Beth, I have overwritten the plugins files again in the server directory and this worked...
by sushant
Mon Nov 02, 2015 12:28 am
Forum: Support (Vault)
Topic: Debugging "server uses a protocol that is not supported"
Replies: 5
Views: 8146

Re: Debugging "server uses a protocol that is not supported"

The protocol not supported usually means there is a version mismatch between a Vault connection's supported protocol vs. the Vault Server. For your CC.NET server, did you also download, install, and configure the Vault 7.2.1 CC.NET plugin? Hi Jeff, I did install the vault 7.2.1 ccnet plugin and the...
by sushant
Fri Oct 30, 2015 5:47 am
Forum: Support (Vault)
Topic: Debugging "server uses a protocol that is not supported"
Replies: 5
Views: 8146

Debugging "server uses a protocol that is not supported"

HI team, Machine environment backdrop: I am in process of setting up my build server. The version check details from Vault standard UI client (from build server) gives following info Version Check: This Vault Standard client is version 7.2.1.265 Version Check: Your Vault Standard server is version 7...