Search found 20 matches

by Tonyb
Sun May 02, 2010 10:51 am
Forum: Support (Vault)
Topic: Need "Detect New Folders to Add" feature
Replies: 18
Views: 25589

Re: Need "Detect New Folders to Add" feature

+1 for this feature. It would also be nice to perform vault functions (add file, add folder) from the "show folder differences" windows. Doing a recursive "Show differences" can be helpful to find files and folders that aren't in vault but once you find the files you have to swit...
by Tonyb
Sun May 02, 2010 10:48 am
Forum: Support (Vault)
Topic: Quick fix for UNKNOWN status
Replies: 26
Views: 134900

Re: Quick fix for UNKNOWN status

+1 for this feature. I ran into a similar problem when I had to switch to a different computer. Compute A had the newest code (latest revision + changes). Computer B already had a working copy checked out but a very old revision. Computer A's primary HDD drive failed so I had to start developing on ...
by Tonyb
Tue Jun 03, 2008 12:08 pm
Forum: Support (Vault)
Topic: NullReferenceException
Replies: 1
Views: 1839

NullReferenceException

I had the Vault GUI crash on me today. Right after I got a dialog about my session timing out it threw an NullReferenceException. I'm running version Here is a stack trace to help track down the problem: VaultClientOperationsLib.dll!VaultClientOperationsLib.TreeCache.Dispose() + 0x1d bytes VaultClie...
by Tonyb
Thu Apr 10, 2008 1:41 pm
Forum: Support (Vault)
Topic: Slow Client
Replies: 3
Views: 2548

Sorry, I forgot the most important part in my first post.

I'm on version 3.5.3.5169. I just upgrade from 3.5.0 and didn't notice an improvement.
by Tonyb
Thu Apr 10, 2008 12:50 pm
Forum: Support (Vault)
Topic: Slow Client
Replies: 3
Views: 2548

Slow Client

I'm having performance problems with the Vault GUI client. It takes over 60 seconds to open vault and after a check in the "Retrieving Repository Information from server" is also slow. I think I have the same problem that is reported in this thread: http://support.sourcegear.com/viewtopic....
by Tonyb
Mon Apr 07, 2008 8:46 pm
Forum: Support (Vault)
Topic: Why should I upgrade?
Replies: 3
Views: 2523

Why should I upgrade?

We are running 3.5.0.4741 and are trying to decided if we should upgrade to 4.1.

We currently don't use any IDE integration which seams like the biggest improvement from 3.5 to 4.1.

Is the performance in 4.1 better than in 3.5?
by Tonyb
Sat Jan 06, 2007 10:28 pm
Forum: Support (Vault)
Topic: Fogbugz API
Replies: 6
Views: 5615

Another possible solution to this would be to expose the bugid field in the vault client API.

Then people could write vault plugins to integrate with any bug tracking software.
by Tonyb
Sat Jan 06, 2007 10:20 pm
Forum: Support (Vault)
Topic: Vault and Vista
Replies: 21
Views: 17403

I am running Vault Client 3.5.1 on two different computers running vista RTM, one Business one Ultimate, and they both run great. Vista has IIS7 so I would imagine that is the reason the server version won't install. Maybe Installing "IIS 6 Management Compatibility" inside "Turn windo...
by Tonyb
Fri Sep 08, 2006 3:10 pm
Forum: Support (Vault)
Topic: BugID in API
Replies: 3
Views: 3307

No, bugzilla, that is why i was writing a plugin to do the integration. My plan was in the plugin on the EndTx method to get the transaction ID, BugID, and comment then add a comment and link the the transaction details to that specific bugID on our bugzilla server. I have a proof of concept working...
by Tonyb
Fri Sep 08, 2006 11:18 am
Forum: Support (Vault)
Topic: BugID in API
Replies: 3
Views: 3307

BugID in API

is there a way to get the Bug ID entered in the commit changes window via the Client API? The Bug field allows the user to type in data even if Bug tracking was set to none, so i assumed vault stored that value somewhere. I am trying to write a server plugin to update our bug tracking application bu...
by Tonyb
Fri Sep 08, 2006 8:58 am
Forum: Support (Vault)
Topic: Object reference not set to an instance of an object.
Replies: 4
Views: 3924

Thanks, that appears to be the problem. On related issue (not sure if this is a bug or not), the transaction Number shown on the recent checkin pages is not the same ID number that is in the email and on the transaction details page are different. By email has ID 10258 where recent checkins show 102...
by Tonyb
Fri Sep 08, 2006 8:11 am
Forum: Support (Vault)
Topic: Object reference not set to an instance of an object.
Replies: 4
Views: 3924

V 3.5

Any notification, but its not really a notification problem, it is a problem on the TransactionDetails.aspx page. It gets the error when the transaction ID is anything above 1.

I have attached a screen shot of the error
by Tonyb
Thu Sep 07, 2006 4:31 pm
Forum: Support (Vault)
Topic: Object reference not set to an instance of an object.
Replies: 4
Views: 3924

Object reference not set to an instance of an object.

I have vault setup to email me when a specific folder changes. The link in the email points to TransactionDetails.aspx?repid=1&txid=XXXX but when I visit that link I get a "Object reference not set to an instance of an object." If it set the txid to 1 in the query string it works, but ...
by Tonyb
Fri Sep 01, 2006 11:25 am
Forum: Support (Vault)
Topic: Stored Procedures Versioning (Wishlist)
Replies: 2
Views: 2498

just as an FYI Visual Studio for Database Professionals works great for this. I am using CTP5 currently and it does all kinds of cool stuff like schema compare and data compare, DB unit testing, and lots of other things. the CTP is free and you can get more info at: http://msdn.microsoft.com/vstudio...
by Tonyb
Fri Sep 01, 2006 10:05 am
Forum: Support (Vault)
Topic: Feature Request: Tortise clone
Replies: 7
Views: 4660

+1 vote for too me We are considering switching to subversion for this reason. It is much easier in TortoiseSVN to see and add unversioned files. I know the vault client has "Detect new files to add" but it is lacking in that area. There isn't a per-project ignore like SVN has (so I can ig...