Search found 1770 matches

by jeremy_sg
Thu Sep 10, 2009 8:29 am
Forum: Support (Vault)
Topic: Unable to validate selection
Replies: 2
Views: 2305

Re: Unable to validate selection

I may have a fix for this. Please email support at sourcegear.com ATTN: jeremy with a link to this thread, and I'll send you a new build.
by jeremy_sg
Wed Sep 09, 2009 3:18 pm
Forum: Support (Vault)
Topic: Admin bug? Handoff sources
Replies: 4
Views: 3663

Re: Admin bug? Handoff sources

It would really help to see a screenshot. Please email it to: support at sourcegear.com ATTN: jeremy with a link to this thread.

Also, which browser are you using?
by jeremy_sg
Tue Sep 08, 2009 9:09 am
Forum: Support (Fortress)
Topic: Database Size Impact of daily Shelve
Replies: 2
Views: 5574

Re: Database Size Impact of daily Shelve

As long as the shelvesets are deleted, the space should return to you with no problems. Shelveset file contents are compressed as well. I think that you are safe to use shelve as a backup mechanism.
by jeremy_sg
Tue Sep 01, 2009 12:17 pm
Forum: Support (Vault)
Topic: Shelve Problems Using 5.0.0 and 5.0.1
Replies: 5
Views: 4165

Re: Shelve Problems Using 5.0.0 and 5.0.1

The problem turned out to be caused by shelving an add file operation when the file had already been added in Vault. By unchecking the unneeded add file, the shelveset behaved correctly.

In the 5.0.2 version, a better error message will be shown in this case.
by jeremy_sg
Tue Sep 01, 2009 7:59 am
Forum: Questions (API)
Topic: Is ServerOperations.client thread safe or process safe
Replies: 1
Views: 5227

Re: Is ServerOperations.client thread safe or process safe

You're right. ServerOperations is not thread safe. It is process safe, but I can't promise you won't run into any bugs, depending on how hard you push it. We do lock all of our state files before reading or writing, so there shouldn't be a problem with simultaneous writes and reads.
by jeremy_sg
Mon Aug 31, 2009 1:38 pm
Forum: Support (Vault)
Topic: Shelve Problems Using 5.0.0 and 5.0.1
Replies: 5
Views: 4165

Re: Shelve Problems Using 5.0.0 and 5.0.1

I would like to take troubleshooting this issue offline. Could you please email support at sourcegear.com ATTN: jeremy with a link to this thread.
by jeremy_sg
Fri Aug 28, 2009 8:21 am
Forum: Support (Vault)
Topic: Shelve Problems Using 5.0.0 and 5.0.1
Replies: 5
Views: 4165

Re: Shelve Problems Using 5.0.0 and 5.0.1

Could you please send us your Vault server log file and your
Vault client log? It's possible that something helpful could be logged there.
by jeremy_sg
Fri Aug 21, 2009 10:01 am
Forum: Release Announcements
Topic: Vault 5.0.1
Replies: 0
Views: 30318

Vault 5.0.1

SourceGear Vault is a version control tool for small and midsize development teams designed to be a compelling replacement for SourceSafe.

For the release notes for Vault 5.0.1, see:
http://www.sourcegear.com/vault/releases/
by jeremy_sg
Fri Aug 21, 2009 10:01 am
Forum: Release Announcements
Topic: Fortress 2.0.1
Replies: 0
Views: 25982

Fortress 2.0.1

SourceGear Fortress is a cross-platform Application Lifecycle Management (ALM) solution for small and midsize teams.

For the release notes for Fortress 2.0.1, see:
http://www.sourcegear.com/fortress/releases/
by jeremy_sg
Fri Aug 21, 2009 9:51 am
Forum: Knowledge Base (Fortress)
Topic: Release Notes for 2.0.1
Replies: 0
Views: 30142

Release Notes for 2.0.1

SourceGear Fortress 2.0.1 is a maintenance release for Fortress 2.0. If you have not upgraded to Fortress 2.0, see sourcegear.com/fortress/releases/2.0.html for more information. Installation Notes Please ensure you have a verified backup of your database before upgrading, and upgrade at a time when...
by jeremy_sg
Fri Aug 21, 2009 9:48 am
Forum: Knowledge Base (Vault)
Topic: Release Notes for 5.0.1
Replies: 0
Views: 16998

Release Notes for 5.0.1

SourceGear Vault 5.0.1 is a maintenance release for Vault 5.0. If you have not upgraded to Vault 5.0, see http://sourcegear.com/vault/releases/5.0.html for more information. Installation Notes Please ensure you have a verified backup of your database before upgrading, and upgrade at a time when it i...
by jeremy_sg
Fri Aug 21, 2009 8:48 am
Forum: Support (Vault)
Topic: Anyway to get Data directly from db
Replies: 10
Views: 7429

Re: Anyway to get Data directly from db

Please email support at sourcegear.com ATTN: jeremy with a link to this thread, and I'll send it to you.
by jeremy_sg
Fri Aug 21, 2009 8:13 am
Forum: Support (Vault)
Topic: Anyway to get Data directly from db
Replies: 10
Views: 7429

Re: Anyway to get Data directly from db

The query I provided jstarbird only gave repository access permissions. He needed Folder Security information as well, which is a more complicated query. I plan to put out a power toy to print that information in the next couple of weeks. If you only need repository access, I can provide that now, b...
by jeremy_sg
Thu Aug 20, 2009 7:16 am
Forum: Support (Vault)
Topic: Anyway to get Data directly from db
Replies: 10
Views: 7429

Re: Anyway to get Data directly from db

Please email support at sourcegear.com ATTN: jeremy with a link to this thread, and I can send you a SQL query to get this information.
by jeremy_sg
Wed Aug 19, 2009 1:01 pm
Forum: Questions (API)
Topic: Possible to associate a file on add?
Replies: 2
Views: 8071

Re: Possible to associate a file on add?

Just to verify, your team is committing the changes from the GUI client, correct? The issue at work here is probably that they have the Auto-commit option checked. If you uncheck that option, then Add File operations are pended, and go through the regular commit dialog. In that dialog, they can asso...