Search found 1770 matches

by jeremy_sg
Wed Nov 25, 2009 8:47 am
Forum: Release Announcements
Topic: Vault 5.0.2
Replies: 0
Views: 26165

Vault 5.0.2

SourceGear Vault is a version control tool for small and midsize development teams designed to be a compelling replacement for SourceSafe.

For the release notes for Vault 5.0.2, see:
http://www.sourcegear.com/vault/releases/
by jeremy_sg
Wed Nov 25, 2009 8:43 am
Forum: Knowledge Base (Fortress)
Topic: Release notes for 2.0.2
Replies: 0
Views: 26494

Release notes for 2.0.2

Fortress : release 2.0.2 SourceGear Fortress 2.0.2 is a maintenance release for Fortress 2.0. If you have not upgraded to Fortress 2.0, see sourcegear.com/fortress/releases/2.0.html for more information. Installation Notes Please ensure you have a verified backup of your database before upgrading, a...
by jeremy_sg
Wed Nov 25, 2009 8:42 am
Forum: Knowledge Base (Vault)
Topic: Release notes for 5.0.2
Replies: 0
Views: 13157

Release notes for 5.0.2

Vault : release 5.0.2 SourceGear Vault 5.0.2 is a maintenance release for Vault 5.0. If you have not upgraded to Vault 5.0, see sourcegear.com/vault/releases/5.0.html for more information. Installation Notes Please ensure you have a verified backup of your database before upgrading, and upgrade at a...
by jeremy_sg
Mon Nov 16, 2009 4:32 pm
Forum: Support (Vault)
Topic: Vault & CruiseControl.Net errors GetLoginInfo
Replies: 1
Views: 3277

Re: Vault & CruiseControl.Net errors GetLoginInfo

This happens when there are lots of simultaneous login requests. The recommended way to prevent this error is to configure CC.Net to use Integration Queues to limit the number of simultaneous builds.

See: http://confluence.public.thoughtworks.o ... ion+Queues
by jeremy_sg
Tue Oct 27, 2009 8:54 am
Forum: Support (Fortress)
Topic: CruiseControl.NET Multi Source Control
Replies: 2
Views: 5461

Re: CruiseControl.NET Multi Source Control

Can you post your cc.net config file? Or you could send it to support at sourcegear.com ATTN: jeremy
by jeremy_sg
Wed Oct 14, 2009 3:20 pm
Forum: Examples (API)
Topic: How to set the path to store client-side cache information
Replies: 0
Views: 26310

How to set the path to store client-side cache information

Occasionally, users need to run an API program as a Windows service. The problem with this is that the Vault Client needs to store its client cache files on disk. The default location is the Window's user's application data directory. When running as a service, the Windows account might not have an ...
by jeremy_sg
Wed Sep 30, 2009 2:06 pm
Forum: Support (Vault)
Topic: Vault 4.12, check in failed (_htFolderEntries did not conta)
Replies: 6
Views: 4338

Re: Vault 4.12, check in failed (_htFolderEntries did not conta)

It's likely that you're seeing a different manifestation of the same error message. Does an iisreset on the server fix the problem for you?
by jeremy_sg
Tue Sep 29, 2009 8:51 am
Forum: Questions (API)
Topic: Vault Client Lib to add groups
Replies: 2
Views: 6921

Re: Vault Client Lib to add groups

You would need to call the VaultClientNetLib methods. Please make sure that you call the login method that takes three parameters. Pass VaultConnection.AccessLevelType.Admin for the first parameter.
by jeremy_sg
Wed Sep 23, 2009 2:12 pm
Forum: Questions (API)
Topic: ProcessCommandCheckIn missing from latest API??
Replies: 3
Views: 6872

Re: ProcessCommandCheckIn missing from latest API??

Hrm, if you change it from UndoCheckout to Checkout, does it work?
by jeremy_sg
Wed Sep 23, 2009 11:53 am
Forum: Questions (API)
Topic: ProcessCommandCheckIn missing from latest API??
Replies: 3
Views: 6872

Re: ProcessCommandCheckIn missing from latest API??

ProcessCommandCheckIn is an alias for ProcessCommandCommit.

As for what's going on, it would be helpful for your app to subscribe to the UserMessage event using:

Code: Select all

ServerOperations.GetInstance().UserMessage
by jeremy_sg
Thu Sep 17, 2009 1:48 pm
Forum: Support (Fortress)
Topic: CruiseControl.net 1.4.4 / Fortress 2.0
Replies: 6
Views: 9474

Re: CruiseControl.net 1.4.4 / Fortress 2.0

During the upgrade, did you switch from the old CLC-based Cruise Control support to the plugin? Would you be willing to mail your ccnet.config file to support at sourcegear dot com?
by jeremy_sg
Thu Sep 17, 2009 12:41 pm
Forum: Questions (API)
Topic: Plugin Integration Question
Replies: 3
Views: 6931

Re: Plugin Integration Question

I see. The answer to your question is no. There's no built-in easy way for the server to do those things. Honestly, if I needed that sort of thing, I would install CruiseControl.Net, have it watch the Vault server, then set its build task to be the operation that I wanted to do. I understand, of cou...
by jeremy_sg
Thu Sep 17, 2009 7:58 am
Forum: Questions (API)
Topic: Plugin Integration Question
Replies: 3
Views: 6931

Re: Plugin Integration Question

You would need to use the .Net utilities for performing an HTTP request or starting a process.

Sending an HTTP request:

http://www.csharp-station.com/HowTo/HttpWebFetch.aspx

Starting a process:

http://www.csharp-station.com/HowTo/ProcessStart.aspx

I hope that this helps!
by jeremy_sg
Fri Sep 11, 2009 8:18 am
Forum: Support (Vault)
Topic: Using Web Diff Urls
Replies: 1
Views: 2027

Re: Using Web Diff Urls

Unfortunately, you will need the API for this. You will need to get the Repository ID (which is the number prepended to the file's path) and the ObjID. You can get the repository id from ServerOperations.client.ClientInstance.ActiveRepositoryID For Objid, you'll need to get a VaultClientTreeObject f...
by jeremy_sg
Thu Sep 10, 2009 9:25 am
Forum: Support (Vault)
Topic: Admin bug? Handoff sources
Replies: 4
Views: 3291

Re: Admin bug? Handoff sources

We've verified that this is only a bug with the display in IE 6. Newer versions of IE and Firefox do not have this issue. I will make sure that we address this issue for 5.0.2.