Search found 11 matches

by thecramgroup
Mon Sep 26, 2005 9:41 am
Forum: Gold Support (Vault) -- Read-only
Topic: Can't connect using command line tool
Replies: 4
Views: 3561

I checked the latest release with port numbers, and everything seems to work, so that doesn't seem to be the issue. Did the command line stop working, or has it ever worked from that machine? Does it work from other machines in the same network? Does this client go through a proxy to get to the ser...
by thecramgroup
Mon Sep 26, 2005 7:02 am
Forum: Gold Support (Vault) -- Read-only
Topic: Can't connect using command line tool
Replies: 4
Views: 3561

dan wrote:Which version of Vault are you using? There was a problem with ports in the command line client quite awhile ago.
Vault.exe version is 3.0.2.2812
by thecramgroup
Fri Sep 23, 2005 1:36 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Can't connect using command line tool
Replies: 4
Views: 3561

Can't connect using command line tool

Hi there, I have a vault server running on server1 port 8008. I can see the server at http://server1:8008/VaultService/VaultService.asmx I am also able to connect to it using the GUI client. However, the following command fails: C:\Program Files\SourceGear\Vault Client>vault listusers -host "se...
by thecramgroup
Fri Dec 10, 2004 2:12 pm
Forum: Gold Support (Vault) -- Read-only
Topic: 3.0 "Automatically connect using this profile" is
Replies: 8
Views: 10201

3.0 "Automatically connect using this profile" is

Hi all, I've just upgraded to 3.0 from 2.0.6. Everything seems to be working fine, except "Automatically connect using this profile" checkbox is grayed out when I launch Visual Studio .NET 2003, and I'm forced to select a profile. If I run Vault client directly, I'm able to select it thoug...
by thecramgroup
Thu Dec 09, 2004 9:40 am
Forum: Gold Support (Vault) -- Read-only
Topic: Clear file status
Replies: 1
Views: 3984

Clear file status

Hi all, One of my users checked a file out for editing, and then removed it from the solution. The file remains checked out. I need to move the project in Vault into a different folder but I get an error: The object could not be modified because it or one of its children is checked out. Since the wo...
by thecramgroup
Wed Oct 27, 2004 1:10 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Report on latest code changes
Replies: 1
Views: 3504

Report on latest code changes

Hi all,

I was wondering if there was a way to generate a "DIFF" report of all the files in a repository that were changes in the past, let's say, 24 hours.
It would make our QC process much easier.

-Oleg.
by thecramgroup
Wed Oct 27, 2004 11:03 am
Forum: Gold Support (Vault) -- Read-only
Topic: Branching
Replies: 6
Views: 7807

Worked

That was it. Thank you very much.

-Oleg. 8)
by thecramgroup
Wed Oct 27, 2004 6:29 am
Forum: Gold Support (Vault) -- Read-only
Topic: Branching
Replies: 6
Views: 7807

Waiting for response

I haven't heard back on this issue in over 24 hours.

-Oleg.
by thecramgroup
Mon Oct 25, 2004 3:21 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Branching
Replies: 6
Views: 7807

Branching and ASP.NET projects

Problem with brand new soultions too. 1. In VS.NET 2003, Created a blank solution called MyApp_V1.0 2. Added a C# Windows Application project to the solution 3. Added an ASP.NET project to the solution 4. File -> Source Control -> Add solution to source control. Created a MyApp_V1.0 project in Vault...
by thecramgroup
Mon Oct 25, 2004 11:04 am
Forum: Gold Support (Vault) -- Read-only
Topic: Branching
Replies: 6
Views: 7807

Branching

Hi all, I have a Solution with 28 projects. I'd like to branch out to another version (2.0). I've branched it using the client software. However, when I open it in Visual Studio with File->Source Control->Open From Source Control, the files I'm editing are still in the original Vault project. E.g. i...
by thecramgroup
Wed Oct 20, 2004 1:36 pm
Forum: Gold Support (Vault) -- Read-only
Topic: Vault and CheckOutItem() Method
Replies: 1
Views: 3767

Vault and CheckOutItem() Method

Hi all, I'm writing an add-in for Visual Studio .NET 2003 that needs to check out a file, modify it and if possible, check it back in. However, when I try to call EnvDTE.SourceControl.CheckOutItem(), nothing happens. The file remains checked in. I'm not sure if this is a problem with my code or mayb...