Search found 249 matches

by sterwill
Sun Aug 07, 2005 11:14 am
Forum: Support (Vault)
Topic: Can't install Vault Server
Replies: 3
Views: 2523

I guess I have to ask the obvious question: is IIS 5.0 installed on this machine?
by sterwill
Wed Jul 13, 2005 11:04 am
Forum: Support (SourceOffSite)
Topic: SOS on Mac... still trying *sigh*
Replies: 1
Views: 2682

What is the output of "ldd /Applications/SourceOffSite/sos"? This should list the dynamic libraries that sos depends on. On most Unix platforms, the libraries are only referenced by their major version in the binary, so the dynamic linker will follow the symlink to the correct minor versio...
by sterwill
Fri Jun 24, 2005 10:26 am
Forum: Support (Vault)
Topic: client not loading
Replies: 5
Views: 3400

What version of Vault are you using? Older versions of Vault had problems with the .NET Framework 1.1 SP 1, but this problem isn't present in 3.0.7 (and a few versions before, I think).
by sterwill
Tue Jun 14, 2005 8:36 am
Forum: Support (SourceOffSite)
Topic: Access SourceOffSite via HTTP Server
Replies: 1
Views: 2039

The only solution that comes to mind is to bind two different IPs to this server, and let Apache use port 80 on one IP, and SOS use port 80 on the other IP. I can't think of any solutions that would let the two processes both bind to port 80 (or otherwise share access to it).
by sterwill
Fri May 27, 2005 8:35 am
Forum: Gold Support (Vault) -- Read-only
Topic: Same working folder for two repositories
Replies: 3
Views: 4992

Yesterday, after a test on a small solution. After switching back and forth between repositories hooking to the same working folder. I saw 'Unknown' file status and have experienced a merge error in one of the local file. I didn't push the test further but there was definitely something to be caref...
by sterwill
Thu May 26, 2005 11:54 am
Forum: Gold Support (Vault) -- Read-only
Topic: Same working folder for two repositories
Replies: 3
Views: 4992

The first thing I should say is that SourceGear did not design Vault to work in this way. Bad things may happen that we don't know about, because we haven't tested Vault in this configuration. Files written to the _sgbak folder are never read again by Vault, and are given names that include time str...
by sterwill
Thu May 19, 2005 4:40 pm
Forum: Support (Vault)
Topic: Vault security?
Replies: 4
Views: 3567

I'm not sure if your question is primarily about authentication of users performing get/checkout/commit operations, or about the visibility of data as it's transfered. I'll answer both. Vault authenticates connections from clients using user information stored on the server (a valid username and mat...
by sterwill
Fri Apr 22, 2005 8:38 am
Forum: Support (Vault)
Topic: Mono support
Replies: 1
Views: 2150

We haven't made any packages for the Unix platforms primarily because it simply wasn't easy to integrate into our build system (which is, currently, entirely Windows-based). On the other hand, it should be pretty simple to package. The files you would need to copy to your Unix host would be a bunch ...
by sterwill
Thu Mar 03, 2005 9:30 am
Forum: Support (Vault)
Topic: Don't "Require check out ..." edited files not det
Replies: 16
Views: 11448

I'm trying to reproduce this kind of problem in a development environment, and I haven't been able to edit a file so that Vault doesn't make a pending change set item for it. Are there specific editors that seem to cause this problem more than others? Are there any other special circumstances when t...
by sterwill
Tue Mar 01, 2005 11:13 am
Forum: Support (Vault)
Topic: iconv
Replies: 2
Views: 2320

The Vault client doesn't use iconv, but the SourceGear DiffMerge tool included with it does.
by sterwill
Tue Feb 15, 2005 11:22 am
Forum: Support (Vault)
Topic: Incompatibale Version
Replies: 8
Views: 4896

The error message the client is printing could be more helpful. The actual problem is the part at the very end (wait for the mutex was abandoned). Vault 2 had problems with its use of Windows sytem mutexes. Sometimes they were not disposed of properly before the garbage collection process occured, a...
by sterwill
Thu Jan 13, 2005 10:34 am
Forum: Gold Support (Vault) -- Read-only
Topic: Determining changed files
Replies: 2
Views: 3501

I've logged a feature request for this option. This sounds like a good optimization for most Vault users. File statuses would be incorrect in the (confessedly rare) case where the file dates remain the same but the contents have changed. We have had a few customers with build systems like this (a fi...
by sterwill
Wed Jan 05, 2005 12:55 pm
Forum: Support (Vault)
Topic: Connecting over VPN
Replies: 8
Views: 6458

If the server is hosted by a third party (not inside your corporate network), the IP you use to contact it should remain the same. Have you checked for the presence of a proxy while connected through the VPN? It's common that companies require the use of a proxy on their internal networks, and a VPN...
by sterwill
Tue Jan 04, 2005 2:55 pm
Forum: Support (Vault)
Topic: Connecting over VPN
Replies: 8
Views: 6458

When your VPN is enabled, Windows may automatically set an automatic proxy for IE. It turns out that .NET applications (including Vault) aren't allowed to detect automatic proxy settings, and would continue to try to directly connect to the server (which may not be allowed by your network configurat...
by sterwill
Tue Jan 04, 2005 10:42 am
Forum: Support (Vault)
Topic: Connecting over VPN
Replies: 8
Views: 6458

Vault connects to its server using the HTTP or HTTPS protocol. If you regularly specify a special port during login in the Vault client, that is the only port the client uses. The default HTTP port is 80, HTTPS is 443. If you can visit the Vault server with a web browser (http://vaultserver.domain.c...