Search found 222 matches

by davenovak
Thu May 07, 2009 8:06 am
Forum: Support (Vault)
Topic: Seemingly random server connection problem
Replies: 26
Views: 145581

Re: Seemingly random server connection problem

No errors found in the Vault server log (which makes sense as this is a client connection issue). The error itself can and does happen at virtually any time. However, it seems to happen more frequently if the build server is under load and/or currently making Vault client calls in concurrent build p...
by davenovak
Wed May 06, 2009 2:25 pm
Forum: Support (Vault)
Topic: Seemingly random server connection problem
Replies: 26
Views: 145581

Seemingly random server connection problem

Hello -- We are using the latest version of Vault (4.1.4) and our build process makes use of the Vault command-line client. Once or twice a day, however, we run into the following error when the build process attempts to pull files from Vault: "C:\Program Files\SourceGear\Vault Client\vault.exe...
by davenovak
Tue Apr 28, 2009 11:31 am
Forum: Support (Vault)
Topic: exclusionFilters not working in CruiseControl.NET
Replies: 3
Views: 2270

Re: exclusionFilters not working in CruiseControl.NET

While you-all are looking into this, you might want to take a close look at inclusionFilters as well. I was having a problem with that too but worked around it by updating my <folder> specification to start at the desired root. As a result, I do not specify any inclusionFilters . On behalf of Cruise...
by davenovak
Tue Apr 28, 2009 9:24 am
Forum: Support (Vault)
Topic: Branch Speed in Vault 4.1.4
Replies: 6
Views: 2724

Re: Branch Speed in Vault 4.1.4

For whatever it's worth, branches used to take us about 10 minutes. But after the upgrade to Vault 4.1.4, that same branch operation now takes about a minute. Kudos to the development team for speeding that up so significantly! :D

--Dave Novak
by davenovak
Tue Apr 28, 2009 9:20 am
Forum: Support (Vault)
Topic: exclusionFilters not working in CruiseControl.NET
Replies: 3
Views: 2270

exclusionFilters not working in CruiseControl.NET

Hello -- I am using the latest version of Vault (4.1.4) and the most recent Vault Plug-in for CruiseControl.NET (also 4.1.4). I have yet to get my exclusionFilters to work properly using the plug-in. They are blissfully being ignored. Here's an example: <project name="MyProject 9.0.0 Client&quo...
by davenovak
Mon Jun 30, 2008 6:59 am
Forum: Gold Support (Vault) -- Read-only
Topic: Feature Request: Would like a Get since Date or Label
Replies: 2
Views: 31155

Yes, that would be great. This functionality actually is VERY close to working from the Show History results, if you request history since a label or date and specify only the actions Checkin and Add . The only problem is that when you select more than one item from the History Explorer window, you ...
by davenovak
Thu Jun 26, 2008 12:30 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Feature Request: Would like a Get since Date or Label
Replies: 2
Views: 31155

Feature Request: Would like a Get since Date or Label

Is there any way to ask Vault to get files since a given date or label? Using Show Labels , I can easily get all files associated with a label, but I cannot get just the files that have changed. I can even Diff a label and see the files that changed, but cannot do a get from the Show Differences dia...
by davenovak
Tue Jun 24, 2008 3:20 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Shadow folders now requires target dir to exist
Replies: 3
Views: 34732

Shadow folders now requires target dir to exist

I have just upgraded to Vault 4.1.2 from Vault 3.5.2. One of the subtle differences between 3.5.2 and 4.1.2 is shadow folder behavior when setting up a New Shadow Folder and the specified shadow folder target directory does not already exist. Under the new version of Vault, I get the following error...
by davenovak
Mon Jun 23, 2008 9:48 am
Forum: Gold Support (Vault) -- Read-only
Topic: "Hide users without repository access" doesnt work
Replies: 6
Views: 39746

I think I got this worked out. For all users with "Access", I simply clicked the Delete this assignment hyperlink to remove access. Access is now as intended. What I don't understand is how these users got access in the first place. According to the Repository Access screen (prior to click...
by davenovak
Mon Jun 23, 2008 9:36 am
Forum: Gold Support (Vault) -- Read-only
Topic: "Hide users without repository access" doesnt work
Replies: 6
Views: 39746

That indeed is the problem, except I don't understand how they have repository access since by default users are supposed to have no access.

Is there some easy way for me to set access for all users except those in the Xaviant group to No Access?
by davenovak
Mon Jun 23, 2008 9:08 am
Forum: Gold Support (Vault) -- Read-only
Topic: "Hide users without repository access" doesnt work
Replies: 6
Views: 39746

I am running Vault 4.1.2. No other group rights give them access to this repository. A screen shot is included below:
by davenovak
Mon Jun 23, 2008 7:54 am
Forum: Gold Support (Vault) -- Read-only
Topic: "Hide users without repository access" doesnt work
Replies: 6
Views: 39746

"Hide users without repository access" doesnt work

The Hide users without repository access option on the Folder Security page in the admin does not appear to be working. On one of our repositories, only a handful of our 50 users have any type of access to the repository whatsoever. However, even with Hide users without repository access checked and...
by davenovak
Fri Jun 20, 2008 4:06 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Shadow folders does not work after upgrade to Vault 4.1.2
Replies: 26
Views: 114164

It's working! After giving ownership of all files in that folder to Administrators and then replacing permission entries on all child objects from the parent folder (which already had full permissions for Administrators), then rebooting, all is fine now. Permissions on these files is now the same on...
by davenovak
Fri Jun 20, 2008 3:37 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Shadow folders does not work after upgrade to Vault 4.1.2
Replies: 26
Views: 114164

I agree that this likely has something to do with permissions on that folder or files contained therein. The folder itself has full permissions for Administrators, but the files do NOT have such permissions. Those seem to have permissions for only NETWORK SERVICE and ASP.NET Machine Account. I'm hes...
by davenovak
Fri Jun 20, 2008 2:56 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Shadow folders does not work after upgrade to Vault 4.1.2
Replies: 26
Views: 114164

I have a lead now into what the problem could be. Running under the Vault-configured application pool (VaultAppPool), Shadow Folders does indeed work. The identity used by VaultAppPool is NETWORK SERVICE. I had the Vault Shadow Folder service running under my own application pool, which is configure...