Search found 12 matches

by JeffM
Mon Nov 26, 2012 10:21 am
Forum: Support (Vault Professional)
Topic: Problems with the CruiseControl plugin
Replies: 4
Views: 5103

Re: Problems with the CruiseControl plugin

I have sent an email like you asked. I am not able to reproduce the 2nd problem, I have changed the cc project to use the built in vault sourcecontrol task, and CC did not delete the working folders for that particular project. The attached log in the email is for a different project that is still c...
by JeffM
Mon Nov 26, 2012 8:54 am
Forum: Support (Vault Professional)
Topic: Problems with the CruiseControl plugin
Replies: 4
Views: 5103

Re: Problems with the CruiseControl plugin

What version of Vault are you using? 5.1.1.19216 What version of Cruise Control are you using? 1.6.7981.1 Did this Vault/Cruise Control combination work as expected prior to this current issue? I am not sure when CriuiseControl started to delete the entire working folders, but the problem with it n...
by JeffM
Fri Nov 23, 2012 10:00 am
Forum: Support (Vault Professional)
Topic: Problems with the CruiseControl plugin
Replies: 4
Views: 5103

Problems with the CruiseControl plugin

We are having a strange problems with this plugin. We are using deleteItemsThatAreNotInTheRepository="true" and cleanCopy="false" settings in our <vaultproplugin> source control block, but it does not seem to be working as expected. What we are seeing is that every time CruiseCon...
by JeffM
Fri Apr 15, 2011 12:36 pm
Forum: Support (Vault Professional)
Topic: Obliterating Files
Replies: 1
Views: 3206

Obliterating Files

We want to periodically obliterate all files that have been deleted more than 90 days ago. Is this possible using the client app, website, or vault API?

Thanks,

Jeff
by JeffM
Mon Apr 11, 2011 8:25 am
Forum: Support (Vault Professional)
Topic: System.NullReferenceException
Replies: 3
Views: 5189

Re: System.NullReferenceException

What version of Vault are you using? This goes for our workstations and our build server Version Check: This Vault Professional client is version 5.1.1.19216 Version Check: Your server is version 5.1.1.19216 Do you have many projects checking and building at the same time? We have 21 projects in al...
by JeffM
Mon Apr 11, 2011 8:09 am
Forum: Support (Vault Professional)
Topic: System.NullReferenceException
Replies: 3
Views: 5189

System.NullReferenceException

Occassionally (about once every 2-3 days) we get the following error immediately after one of our CruiseControl.Net projects starts. The project fails while trying to get the source code from Vault Pro. We are using the CruiseControl.net plugin provided by SourceGear. I have found that restarting th...
by JeffM
Mon Apr 11, 2011 7:59 am
Forum: Support (Vault Professional)
Topic: Adding Item Tracking projects
Replies: 8
Views: 9521

Re: Adding Item Tracking projects

The ideal feature would be a separate permission for creating the projects, but allowing us to create projects using the API would also work. Thanks.

Jeff
by JeffM
Thu Apr 07, 2011 12:32 pm
Forum: Support (Vault Professional)
Topic: Adding Item Tracking projects
Replies: 8
Views: 9521

Re: Adding Item Tracking projects

Is it possible to create projects using the API? We have already automated other unrelated tasks when it comes time to start a new project, we could probably add another step to create the work item project using the API with admin credentials. We just want to avoid having situations where our devel...
by JeffM
Thu Apr 07, 2011 11:31 am
Forum: Support (Vault Professional)
Topic: Adding Item Tracking projects
Replies: 8
Views: 9521

Adding Item Tracking projects

Is there a permission that we can assign to allow non-admins to create new Item Tracking projects? We would like to be able to delegate the responsibility of creating projects to specific people, but we do not want them to be admins.

Thanks,

Jeff
by JeffM
Wed Jan 28, 2009 1:42 pm
Forum: Support (Vault)
Topic: Next Version: Enhancement Request -- XML comment cleansing
Replies: 5
Views: 3271

Re: Next Version: Enhancement Request -- XML comment cleansing

Can we get an update for this bug? We are also experiencing the same problem with double quotes (") inside a comment. Here are the versions we are running. [1/28/2009 2:37:55 PM] Version Check: This Vault client is version 4.1.2.18185 [1/28/2009 2:37:55 PM] Version Check: Your Vault server is v...
by JeffM
Wed Feb 27, 2008 3:57 pm
Forum: Examples (API)
Topic: C# Examples
Replies: 12
Views: 234910

Thanks for the help, very much appreciated.

Jeff
by JeffM
Wed Feb 27, 2008 3:09 pm
Forum: Examples (API)
Topic: C# Examples
Replies: 12
Views: 234910

Can we get a more detailed example of getting folder history from vault? Its tough to wrap your head around these APIs when all of the parameters are strings. How can I only return files that were checked in or modified? The example uses null for a lot of the parameters. Its nice to know that you CA...