Search found 21 matches

by Thalko
Wed Apr 18, 2007 9:33 am
Forum: Gold Support (Vault) -- Read-only
Topic: Questions about the Obliterate command
Replies: 1
Views: 3107

Questions about the Obliterate command

will running the Obliterate command free up space on the underlying SQL server? My immediate supervisor tells me that we will no longer be needing to access old code branches (2+ years old) and wants me to remove them. currently i have them hidden from developers so their clients do not attempt to p...
by Thalko
Fri Jan 27, 2006 3:31 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Checkin does not store changes.
Replies: 2
Views: 2038

I believe i have found what the issue may be. As a test i created a simple report with 1 field and formula on it and added it to the repository. I then checked out the report, made modifications to it, and saved it. The status said it was still the same size and was "Unmodified"... until i...
by Thalko
Fri Jan 27, 2006 1:59 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Checkin does not store changes.
Replies: 2
Views: 2038

Checkin does not store changes.

Does vault determine if a file has changed by looking at the size difference of when it was checked out VS the size prior to checkin to determine whether or not to actually checkin the file? Scenario: I check out a crystal report file (binary), make formatting changes(change the width of a column), ...
by Thalko
Fri Dec 09, 2005 12:35 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Merging
Replies: 1
Views: 2257

Merging

Are there any guidelines/ suggestions on how when you change code in a branch that would possibly reduce the manual merging process for when merging branches? For instance would using block commenting be easier for the tool to handle than inline commenting? for instance (using C style commenting) if...
by Thalko
Wed Nov 02, 2005 1:45 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Merging Branches
Replies: 9
Views: 6615

So, if i understand you correctly, if i created Release 3 which was branched from Release 2 and wanted to merge all the changes made from Release 3, Release 2 and Release 1 into the Main branch (assuming i have not merged Release 1 or Release 2 into Main) then i would have to do the following: 1.) M...
by Thalko
Tue Nov 01, 2005 4:46 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Merging Branches
Replies: 9
Views: 6615

Merging Branches

I have a Main branch (Main) that I broke off of to create a new branch (Release 1) to do some work in. After completing the work in Release 1 I removed access and created a new branch from Release 1 called Release 2. when work is completed in Release 2 i want to bring all the changes from Release 1 ...
by Thalko
Tue Sep 13, 2005 8:32 am
Forum: Gold Support (Vault) -- Read-only
Topic: SQL DB migration
Replies: 1
Views: 2439

SQL DB migration

Due to the increasing size of our Vault Database (MS SQL 2K) we have decided to migrate the database to a seperate partition (on a Win 2K3 Server). We are planning on backing up the database, dropping it and creating a new one on the new partition and naming it the same as the current Vault DB (sgva...
by Thalko
Wed Aug 31, 2005 10:56 am
Forum: Gold Support (Vault) -- Read-only
Topic: Client Issue
Replies: 4
Views: 3457

Ok, i went through the logs and it said he logged into vault on 11:03 AM. He checked in the file at 12:01 PM (the check-in time it shows in his vault client), and in the Vault logs it shows he logged out at 12:06 PM. There are no other entries for him disconnecting or anything like that between 11:0...
by Thalko
Wed Aug 31, 2005 9:05 am
Forum: Gold Support (Vault) -- Read-only
Topic: Client Issue
Replies: 4
Views: 3457

Client Issue

I have a user that appears to be connecting to the vault server with the client, but when he does he does not see any recent changes that were committed to the server by other people. Also when he does do a checkout/modify/check-in, everything appears to be successful and when he views the latest ve...
by Thalko
Tue Aug 16, 2005 11:47 am
Forum: Gold Support (Vault) -- Read-only
Topic: Merging
Replies: 1
Views: 2257

Merging

Are there any tools that you provide for reporting purposes when doing merges. Frequently when attempting to merge a branch we would like to do some analysis to see how many files are able to be auto-merged and how many will require manual merging(in addition to what the files are) that way we can k...
by Thalko
Tue Jun 28, 2005 12:42 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Group Based Security and Default User Rights
Replies: 2
Views: 3232

Group Based Security and Default User Rights

When a new folder(branch) is created in vault people have full access to the folder because the Default User Rights are set to have full access. I changed this so that the default is Read Only for all the non-Admin users and access will need to be granted explicitly. All my Non-Admin users are in a ...
by Thalko
Mon May 02, 2005 9:44 am
Forum: Gold Support (Vault) -- Read-only
Topic: Get Latest and Get by Label does not bring down correct ver.
Replies: 9
Views: 7337

I will attempt to upgrade the server piece today hopefully. To accomplish this, what is the proper steps. I will backup the database, and the Vault.config/ and web.config files, but what is the steps to proceed from then on? should i just run the install, or do i need to uninstall the old applicatio...
by Thalko
Wed Apr 27, 2005 12:07 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Get Latest and Get by Label does not bring down correct ver.
Replies: 9
Views: 7337

the get command has the property set to overwrite when retrieving files. I am not sure if Visual Build Pro calls vault throught the commandline or not. There is an interface inside Build Pro to interact with vault, and you have checboxes etc. to set this 'overwrite' behavior. the website for Build P...
by Thalko
Wed Apr 27, 2005 10:03 am
Forum: Gold Support (Vault) -- Read-only
Topic: Get Latest and Get by Label does not bring down correct ver.
Replies: 9
Views: 7337

the version we are using is 3.0.1. The target directory for which the get by label operation should be placing the files is a diretory that only gets modified by this same "get by label" process, so no editing on the files by the end user. The Get by Label command is issued through Visual ...
by Thalko
Wed Apr 27, 2005 8:53 am
Forum: Gold Support (Vault) -- Read-only
Topic: Get Latest and Get by Label does not bring down correct ver.
Replies: 9
Views: 7337

Get Latest and Get by Label does not bring down correct ver.

When calling Get Latest and Get by Label i am still getting an older version of a file. Is this a bug, or is there some other issue(Sql Server etc.) that may cause this. I checked the target computer, and it has plenty free space to get the latest files.