Search found 49 matches

by DarrenS
Thu May 20, 2004 1:29 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Command line client - "getlabel" broken with lates
Replies: 12
Views: 17351

No, nothing in the log.

Have tried this with various labels in different projects - same issue.

If we just do a "get" instead of "getlabel", it works fine.
by DarrenS
Thu May 20, 2004 12:04 pm
Forum: Support (Vault)
Topic: Adding large projects slow, hangs Vault
Replies: 2
Views: 3992

Adding large projects slow, hangs Vault

We are using 2.0.3 both GUI client & server. I've been trying to add large projects to Vault (they're refugees from our VSS database, but I got scared off using the VSS import tool). By large, I mean 25-80 MB of source code and other files. What we are experiencing is that the GUI client adds al...
by DarrenS
Wed May 19, 2004 5:49 pm
Forum: Support (Vault)
Topic: New command line "find file" utility available
Replies: 27
Views: 45490

Thanks Dan. We believe in Vault and want to support it - I think the "semi open source" approach you guys are taking is a good way to ensure the product thrives and grows. For the record, my talented colleague that wrote the GUI client is John Miller. I checked with him and he's ready for ...
by DarrenS
Wed May 19, 2004 5:46 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Command line client - "getlabel" broken with lates
Replies: 12
Views: 17351

When I try to view the label in the GUI client, I get "Object reference not set to an instance of an object." The "view label" dialog pops up, but it's empty save for the error message in the single tree node, "error retrieving structure." I'll work on getting the comma...
by DarrenS
Wed May 19, 2004 3:22 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Command line client - "getlabel" broken with lates
Replies: 12
Views: 17351

Command line client - "getlabel" broken with lates

We just upgraded to the new Vault client + server, and suddenly our build script has broken. It is doing a 'getlabel', after labelling a folder with a particular label, it then does a 'getlabel' on it. However, since we upgraded we're getting this: <vault> <error> The server did not return a reposit...
by DarrenS
Fri May 14, 2004 12:10 pm
Forum: Support (Vault)
Topic: New command line "find file" utility available
Replies: 27
Views: 45490

I just uploaded another one - VaultSearch. It's a GUI version of the command line file search, written by a colleague of mine.
by DarrenS
Fri May 14, 2004 11:02 am
Forum: Support (Vault)
Topic: New command line "find file" utility available
Replies: 27
Views: 45490

OK, I uploaded a couple of utilities I wrote so others can use them. They're in the Vaultpub database, in the Vault_Tools repository. FindFiles allows you to do a recursive search for files by filename, and allows you to use a regex. This is based on the code provided in Jeremy's blog posting. Vault...
by DarrenS
Wed May 12, 2004 2:47 pm
Forum: Gold Support (Vault) -- Read-only
Topic: "DBFail" error on folder history
Replies: 15
Views: 28394

This happens from the Vault client.

It just happened again - then I signed out and signed in as a different user, and all was OK for that user. I think it has something to do with signing into Vault as the same user from two different places at the same time.
by DarrenS
Fri May 07, 2004 2:06 pm
Forum: Support (Vault)
Topic: Little tip for Vault...
Replies: 0
Views: 3955

Little tip for Vault...

Very minor, but I find it handy. If you have long repository paths, e.g. $/MyCompany/SomeApplication/Release/Components/Foo/Bar/Quux and you need to copy-paste them, you can do it in the Vault client by selecting the repository path, then selecting the "status search" tab at the bottom. Th...
by DarrenS
Fri May 07, 2004 11:15 am
Forum: Support (Vault)
Topic: Client API help please...
Replies: 7
Views: 7447

It works! Thanks! One more teensy-weensy question: after assigning rights in the Vault client, how do I remove those rights and get back to the default? When I uncheck the RCA boxes for a particular user and folder, in my command line client I still see a FolderRightsItem for that user & folder,...
by DarrenS
Thu May 06, 2004 4:28 pm
Forum: Support (Vault)
Topic: Client API help please...
Replies: 7
Views: 7447

Thanks Jeremy - that fixed it. I'm having a different problem now: even when I set the repository associated with the current ClientInstance (_ci), I still get permissions for all repositories - is this the bug that was fixed in the latest release of Vault? (To set the repository, I'm using the Find...
by DarrenS
Thu May 06, 2004 4:26 pm
Forum: Support (Vault)
Topic: working folder help
Replies: 5
Views: 6272

I have seen this same behavior - where VS.NET takes it upon itself to mess with your working folder associations. I mentioned it here . To quote myself, Another strange behavior I've noticed: at some apparently random times, the VS integration will "fix" the working folder for subprojects ...
by DarrenS
Thu May 06, 2004 1:41 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Vault integration with Interdev?
Replies: 1
Views: 5758

Vault integration with Interdev?

We are gradually moving all our projects to Vault. We still have a number of "legacy" ASP projects under Visual Interdev, and we've had a bit of trouble getting the integration to happen with Vault. Interdev pops up Vault dialogs at more or less appropriate times but the integration doesn'...
by DarrenS
Thu May 06, 2004 1:33 pm
Forum: Gold Support (Vault) -- Read-only
Topic: "DBFail" error on folder history
Replies: 15
Views: 28394

its almost as if the client was able to execute a label query w/ out being logged in When you said that, a light bulb went off in my head. We have been customizing the Vault command line client to do, amongst other things, queries against labels for history and wildcard file searching. I have been ...
by DarrenS
Thu May 06, 2004 12:25 pm
Forum: Gold Support (Vault) -- Read-only
Topic: "DBFail" error on folder history
Replies: 15
Views: 28394

Looks like the same FK issue as before: ----5/5/2004 4:27:46 PM darrens--using-hpw3kdev(10.1.107.151)--SSL Disabled INSERT statement conflicted with COLUMN FOREIGN KEY constraint 'fk_tblsessionlabelqueries_tblsessions'. The conflict occurred in database 'sgvault', table 'tblsessions', column 'sessio...