Search found 47 matches

by BSayatovic
Mon Nov 16, 2015 5:20 pm
Forum: Support (Vault)
Topic: command line GETVERSION and performdeletions
Replies: 23
Views: 38084

Re: command line GETVERSION and performdeletions

We looked into this a bit more and it looks like this is the correct behavior for historical things. In the Help, it states that the performdeletions only works for the Get Latest Version. First, I'm curious as to the reasoning behind only working for get latest version. Second, I'll explain my rea...
by BSayatovic
Mon Nov 16, 2015 10:13 am
Forum: Support (Vault)
Topic: command line GETVERSION and performdeletions
Replies: 23
Views: 38084

Re: command line GETVERSION and performdeletions

I'm getting this behavior in 8.0.1 as well. I assume this is still an ongoing issue? I've not tested it recently myself. I long ago resigned myself to having to periodically wipe the working space of my CI server so it can get all still-existing files, since I couldn't rely on Vault to perform the ...
by BSayatovic
Mon May 18, 2015 8:59 am
Forum: Support (Vault)
Topic: What is VaultCLC..txt?
Replies: 5
Views: 10120

Re: What is VaultCLC..txt?

In the same location as the CLC was installed you will find a config file. In there you should be able to turn off logging. I looked in "C:\Program Files (x86)\SourceGear\Vault Client" (where my vault.exe it located). I do see some config files, but none that seem to line up with what I'm...
by BSayatovic
Fri May 15, 2015 7:44 am
Forum: Support (Vault)
Topic: What is VaultCLC..txt?
Replies: 5
Views: 10120

Re: What is VaultCLC..txt?

It's possible you have logging for the command-line client turned on.
How would one turn it off?
by BSayatovic
Fri Jan 30, 2015 2:11 pm
Forum: Support (Vault)
Topic: Vault client issues... strange error in client log
Replies: 3
Views: 7139

Re: Vault client issues... strange error in client log

I've e-mailed you the information.
by BSayatovic
Fri Jan 30, 2015 2:04 pm
Forum: Support (Vault)
Topic: IsCheckedOutByMeOnThisMachine NullReferenceException
Replies: 1
Views: 4927

IsCheckedOutByMeOnThisMachine NullReferenceException

I'm trying to check in some files and its not working. When I run it from the command line, it says success: <vault> <changeset /> <result> <success>True</success> </result> </vault> But it never actually checks anything in. When I looked in the server log, I saw no error. But when I looked in the c...
by BSayatovic
Fri Jan 16, 2015 1:54 pm
Forum: Support (Vault)
Topic: Vault client issues... strange error in client log
Replies: 3
Views: 7139

Vault client issues... strange error in client log

I found this in my client log: 1/16/2015 2:07:34 PM <generic>: FileSystemWatcher error, probably overflow of its internal buffer: System.IO.ErrorEventArgs Too many changes at once in directory:C:\Workspace\Repo. at VaultClientOperationsLib.ClientInstance.WatchedFolderErrorHandler(Object sender, Erro...
by BSayatovic
Fri Jan 16, 2015 8:00 am
Forum: Support (Vault)
Topic: What is VaultCLC..txt?
Replies: 5
Views: 10120

What is VaultCLC..txt?

I found an 800MB+ VaultCLC.txt file in a temp folder with a very recent timestamp.
  1. What produces this file?
  2. Why is it so big?
  3. Can I turn it off
by BSayatovic
Mon Apr 14, 2014 1:44 pm
Forum: Support (Vault)
Topic: Vault Standard Client very slow
Replies: 9
Views: 12582

Re: Vault Standard Client very slow

Beth OK problem solved. Seems some people (including me) turned on an option called "Show non-version-controlled files ghosted in file list". I guess this makes sense if its rescanning the C: drive after every operation. Maybe you should let people know that this option should be used wit...
by BSayatovic
Tue Feb 11, 2014 9:15 am
Forum: Support (Vault)
Topic: Vault 7.1 Slowing Visual Studio 2012?
Replies: 6
Views: 11009

Re: Vault 7.1 Slowing Visual Studio 2012?

When you open a project, how do you open it? If you're using the Open From Vault function every time, then Vault will touch all the files when opening. After the first time opening a project, you should use either the recent projects or open the .sln from your hard drive. I'm opening the solution (...
by BSayatovic
Tue Feb 11, 2014 8:44 am
Forum: Support (Vault)
Topic: Vault 7.1 Slowing Visual Studio 2012?
Replies: 6
Views: 11009

Re: Vault 7.1 Slowing Visual Studio 2012?

I did some further investigating and found that all of the other files being scanned are pending changes in other projects. I have a lot of pending changes in other projects in the same repository for reasons* I'll explain below. Once I got rid of those pending changes (or, at least, the majority of...
by BSayatovic
Tue Feb 11, 2014 8:29 am
Forum: Support (Vault)
Topic: Vault 7.1 Slowing Visual Studio 2012?
Replies: 6
Views: 11009

Vault 7.1 Slowing Visual Studio 2012?

We recently upgraded to Vault 7.1 The client I have installed is 7.1.0 (2028). Since I've installed it, I've been having terrible slow downs in Visual Studio 2012. For example, making a no-op change to a source file and saving it takes ~10 seconds. For a file to save: 10 seconds. During this time va...
by BSayatovic
Wed Oct 30, 2013 6:47 am
Forum: Support (Vault)
Topic: Visual Studio 2013
Replies: 9
Views: 14282

Re: Visual Studio 2013

We have it planned for Vault 7.0.1, which is in the works now, but I don't have a final release date for that version yet. This is quite disappointing. We're on 6.1 and in no hurry to get to 7.0. However, we were eager to get Visual Studio 2013. So far we've had to rollback the first Visual Studio ...
by BSayatovic
Mon Oct 28, 2013 7:50 am
Forum: Support (Vault)
Topic: Can't UNSETWORKINGFOLDER
Replies: 7
Views: 137507

Can't UNSETWORKINGFOLDER

I'm running Jenkins as a continuous integration server, leveraging the vault.exe command line. We've recently renamed some branches. "Prod" got renamed to "G.12", and "QA" got renamed to "Prod". Now when the CI script attempts to set the working folder for &qu...
by BSayatovic
Fri Sep 06, 2013 7:51 am
Forum: Support (Vault)
Topic: What the hell are all these files
Replies: 6
Views: 8713

Re: What the hell are all these files

Can you clarify about having more or fewer baseline files? If you were to set it to 1, you could still diff your current changes to the baseline you started your changes from, right? But what about diff'ing older versions of the files in history? Are more baseline files _required_, or just _faster_?...