Search found 32 matches

by djMax
Sat Oct 14, 2006 7:20 pm
Forum: Gold Support (Vault) -- Read-only
Topic: FishEye
Replies: 1
Views: 3134

FishEye

We're extremely interested in the "repository visualization system" called FishEye. http://www.cenqua.com/fisheye/ It only supports subversion and CVS. I don't want to switch, for a whole host of reasons. However... How hard would it be to "playback" a Vault repository into SVN? ...
by djMax
Thu Mar 23, 2006 8:29 pm
Forum: Gold Support (Vault) -- Read-only
Topic: JIRA connectivity or Java API
Replies: 3
Views: 3007

JIRA connectivity or Java API

Do you have a plugin for the JIRA bug tracking tool? If not, do you have an API that is usable from Java?
by djMax
Sun Aug 14, 2005 8:57 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Vault CLI change
Replies: 5
Views: 4628

Easy and not so easy

So fixing the "overridable" settings problem is quite easy. After the call to RetrieveSession, I just added the following clumsy but workable lines: // Override from cmd line strURL = _args.Url != null ? _args.Url : strURL; strUser = _args.User != null ? _args.User : strUser; strPassword =...
by djMax
Fri Aug 12, 2005 9:02 am
Forum: Gold Support (Vault) -- Read-only
Topic: Vault CLI change
Replies: 5
Views: 4628

Vault CLI change

We're continuing to integrate CCNet into our process. Like others, I sometimes see an error when all the projects try to go at vault at once. In our case we don't really want this behavior in the first place since there are project dependencies, so I'm not sweating the vault side of that. But on to ...
by djMax
Tue Aug 09, 2005 11:58 am
Forum: Gold Support (Vault) -- Read-only
Topic: Backup files and CruiseControl.Net
Replies: 1
Views: 3313

Backup files and CruiseControl.Net

I've read a similar post, but no proper solution, so I'm reposting. We use CruiseControl.Net to do automated builds and releases. Right now, the Vault task in CC seems to get ALL source every time, AND back it all up. So our _sgbak folders are growing about 200Mb per day, which is obviously not good...
by djMax
Tue Aug 02, 2005 10:04 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Licensing question/suggestion/talking point
Replies: 5
Views: 4856

full history access would be better, since then they can rollback quickly to labels.
by djMax
Tue Aug 02, 2005 7:53 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Licensing question/suggestion/talking point
Replies: 5
Views: 4856

Licensing question/suggestion/talking point

So we love Vault. We've sold 15 licenses to our friends (no, really). We are also starting to love CruiseControl. We've also built a bunch of stuff to manage production deployments with Vault, Visual Studio, and ASP.Net, but are just starting to understand CC and where to take it. One of the situati...
by djMax
Tue Jul 05, 2005 11:27 am
Forum: Gold Support (Vault) -- Read-only
Topic: Changing Repository from within Visual Studio 2003
Replies: 2
Views: 4043

Changing Repository from within Visual Studio 2003

Is there any way to change the repository your project is working with from within Visual Studio 2003? Occasionally, when my Vault session dies, I end up picking the wrong repository when reconnecting to the server; it seems like my only option to fix this is to wait for the session to time out agai...
by djMax
Mon Jun 27, 2005 2:36 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Backup copies
Replies: 8
Views: 8601

The reason I didn't do a get to a working folder was that I wasn't sure what would happen if multiple Windows users (same Vault user) had the same working folder set. Will this work ok? This prop process is pretty slick, I love the way you guys built the GUI. So for us to propagate our latest to pro...
by djMax
Mon Jun 27, 2005 12:26 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Beta2 Init problem
Replies: 3
Views: 3955

I think maybe I'm supposed to call LocalSettings.Init() first.
by djMax
Mon Jun 27, 2005 12:06 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Beta2 Init problem
Replies: 3
Views: 3955

Beta2 Init problem

My VS.Net plugin that used Vault (which worked with 3.1 Beta1) is failing now with this: Object reference not set to an instance of an object. at VaultClientOperationsLib.LocalSettings.GetBool(String key) at VaultClientPresentationLib.GUIClientInstance.Init(FormShiftQuery dialogOwner, AccessLevelTyp...
by djMax
Mon Jun 27, 2005 9:39 am
Forum: Gold Support (Vault) -- Read-only
Topic: Backup copies
Replies: 8
Views: 8601

That seems to help. The end goal of this whole thing is to make a web page that can initiate a get latest... So while I will have a "impersonated current user", I'm going to be in a service (IIS). Is this going to work? On a separate note, when I use GetToNonWorkingFolders, I have a suspic...
by djMax
Fri Jun 17, 2005 11:42 am
Forum: Gold Support (Vault) -- Read-only
Topic: Backup copies
Replies: 8
Views: 8601

I'm using 3.1 beta.
by djMax
Fri Jun 17, 2005 8:24 am
Forum: Gold Support (Vault) -- Read-only
Topic: Backup copies
Replies: 8
Views: 8601

Backup copies

My program uses the GetToNonWorkingFolder call to get a bunch of files from Vault. I set the "WorkingFolderOptions" to not make backups and not write data to the working folders. But somehow I still get _sgbak directories everywhere. Is this expected behavior? Can I turn it off somehow?
by djMax
Tue Jun 14, 2005 6:10 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Client API, labels, and "as of" fetching
Replies: 3
Views: 3335

my problem with the CLC is the horrid security... RememberLogin seemingly puts it in a text file in the clear on disk (right?) and/or put it on the command line, neither of which are great. (I guess the client API may be doing similar things, but with SSL I hoped not) The CLC still seems to need thi...