Search found 249 matches

by sterwill
Fri Nov 05, 2004 9:21 am
Forum: Support (Dragnet)
Topic: First Impressions of Dragnet
Replies: 8
Views: 14309

I moved this over to the new Dragnet discussion forum.
by sterwill
Thu Nov 04, 2004 2:27 pm
Forum: Support (Vault)
Topic: Dragnet 1.0 beta - cannot access through web browser
Replies: 15
Views: 11545

I've just created a new Dragnet category with the usual forums. For now, any questions about the test releases of Dragnet should go to the Support (Dragnet) forum.
by sterwill
Thu Nov 04, 2004 1:39 pm
Forum: Support (Vault)
Topic: Moving/Removing labels
Replies: 4
Views: 3401

Have you checked the return value of PromoteLabelItems? The Vault client API isn't as consistent as it should be with returning useful error codes (often it throws exceptions), but this function does return the server's status code. You can translate the number to a message with code like: int retur...
by sterwill
Thu Nov 04, 2004 10:04 am
Forum: Support (Vault)
Topic: Moving/Removing labels
Replies: 4
Views: 3401

Although both approaches will work, the second one uses the promotion API specifically designed for this kind of thing. Are you having any problems getting your code working?
by sterwill
Thu Nov 04, 2004 10:00 am
Forum: Support (Vault)
Topic: How to work with many people on one computer?
Replies: 3
Views: 3795

"Store working folder data inside working folders" will start storing all the baseline files and the state file with version information inside the working folders (in an _sgvault subfolder). We don't recommend doing this so multiple users can share working folders, since it's untested, bu...
by sterwill
Wed Nov 03, 2004 12:33 pm
Forum: Support (Vault)
Topic: Vault Client source file status unknown
Replies: 1
Views: 2337

You don't want to delete the whole GUID-named folder if you just want to remove the cached repository structure. See this KB article for the specific files to delete (CacheMember_LastStructureGetTime and CacheMember_Repository). Deleting the whole GUID folder will remove baseline files and version i...
by sterwill
Tue Nov 02, 2004 9:36 am
Forum: Gold Support (Vault) -- Read-only
Topic: delete _sgvault folders??
Replies: 3
Views: 5925

In %APPDATA%\SourceGear\Vault_1\Client, there is a folder for each repository you've connected to. Its name is a GUID. Inside each of these is a folder named after the user you connected as. Inside of this folder will be a folder called "_sgvault", which contains all of the old baseline fi...
by sterwill
Tue Nov 02, 2004 8:52 am
Forum: Support (Vault)
Topic: All checked in files changed to status Renegade
Replies: 1
Views: 2284

It was the DST change. Windows always reports its filesystem modification times in local time, which means whenever a computer's time zone changes (including adjustments due to DST), Vault is told the file times have changed, compared to their old values. Vault 3.0 fixes this by storing modification...
by sterwill
Fri Oct 29, 2004 3:20 pm
Forum: Support (Vault)
Topic: Spontaneous File Changes Requiring Merging/Updating
Replies: 3
Views: 3062

Yes, you can always switch the time zone momentarily back to check in your changes. There's really no other good work-around for Vault 2, but the bug is fixed in Vault 3.0. 3.0 Details: Vault 3.0 will convert Vault 2.0 format working folders to a new format, but since no time zone was saved in the o...
by sterwill
Fri Oct 29, 2004 3:14 pm
Forum: Support (Vault)
Topic: Vault client get marking all files "Renegade"
Replies: 3
Views: 3575

It sounds like Vault is working properly. Folders retrieved using -destpath should not be used as a working folder in any Vault client. They lack all of the information about file versions and times that Vault needs to determine a file's status. When a Vault client is told to use a disk folder that ...
by sterwill
Fri Oct 29, 2004 2:04 pm
Forum: Support (Vault)
Topic: Vault client get marking all files "Renegade"
Replies: 3
Views: 3575

Vault 2 uses filesystem modification dates to determine whether a file is modified (Vault 3 offers an option to use CRC32). It sounds like the dates on the files are changing (perhaps a build tool is touching the times), or the command-line client isn't storing the "modification time at last ge...
by sterwill
Fri Oct 29, 2004 1:59 pm
Forum: Support (Vault)
Topic: Spontaneous File Changes Requiring Merging/Updating
Replies: 3
Views: 3062

Are you changing time zones (or possibly daylight saving settings) when these happen? Vault 1 and Vault 2 don't compensate for changes in timezone (and DST) that cause Windows filesystem times to "change" when scanned, and the result is similar. Vault 3 fixes this bug. Are these files real...
by sterwill
Fri Oct 29, 2004 1:51 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Vault API - User List
Replies: 2
Views: 4913

I didn't catch it until it was too late that you're using VB. My example is written in C#, but the code is so simple (and the Vault functions and types are all identical) that it should be very easy to translate to VB. Let me know if you want any help understanding the C#. Also, the project file is ...
by sterwill
Fri Oct 29, 2004 1:49 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Vault API - User List
Replies: 2
Views: 4913

I wrote some example code for listing and adding users. Vault's design doesn't permit deleting users once they've been added, because of the effects that would have on the history of the objects in the repository. You'll need to drop your DLLs from your client installation into the Client DLLs direc...
by sterwill
Thu Oct 28, 2004 9:56 am
Forum: Support (Vault)
Topic: CVS mode: keeping track of revision numbers
Replies: 1
Views: 2474

Vault stores its working folder information in a similar way to CVS. CVS creates a directory named "CVS" inside each of its working folders, and puts some state information there. Vault creates a directory called "_sgvault" in the user's Windows application data folder, one for e...