Search found 84 matches

by Mordachai
Wed Nov 06, 2013 12:09 pm
Forum: Support (Vault)
Topic: Does Vault 7.0 Fix the offsite vs. onsite host name issue?
Replies: 7
Views: 7044

Does Vault 7.0 Fix the offsite vs. onsite host name issue?

I've asked this, and I've seen others ask this frequently: Onsite, the vault server is known locally as "build-server" Offsite, the vault server is known as "build-server.ourcompany.dns2go.com" Sadly, Vault's bindings interact with VisualStudio in such a way that the two are inco...
by Mordachai
Wed Nov 06, 2013 12:04 pm
Forum: Support (Vault)
Topic: How to detect if a given project folder exists in Vault?
Replies: 1
Views: 2875

How to detect if a given project folder exists in Vault?

In VSS, I could use SS CP "$Root/Sub1/Sub2/MyProject" and then look at the error level (return code) from SS.exe to see if it was able to set the specified project as current, and therefore whether it exists or not. How can I accomplish this in Vault? pseudo-code: VAULT CHECK_IF_EXISTS &qu...
by Mordachai
Wed Nov 06, 2013 11:59 am
Forum: Support (Vault)
Topic: Former VSS user, confused by differences
Replies: 19
Views: 21640

Re: Former VSS user, confused by differences

Hi Beth - sorry for the long delay... We're not communicating, it would seem. I have a script - named "Get Latest language files & checksum them for retail build.bat" When that runs, it does: 1. a VAULT GET on a bunch of files (which generally succeeds). Those files are now read-only, ...
by Mordachai
Fri Sep 27, 2013 2:12 pm
Forum: Support (Vault)
Topic: Former VSS user, confused by differences
Replies: 19
Views: 21640

Re: Former VSS user, confused by differences

Unfortunately, no. The scripts (or my temporary manual edits) set up some conditions that are needed to perform additional tasks that extend beyond the script or immediate moment. They're no longer needed at exactly the moment I do a get-latest (that's equivalent to - throw away temp stuff, make sur...
by Mordachai
Wed Sep 25, 2013 2:45 pm
Forum: Support (Vault)
Topic: Former VSS user, confused by differences
Replies: 19
Views: 21640

Re: Former VSS user, confused by differences

That depends. If I want the edits to be considered non-temporary - valid changes - then yes, I check them out first. If I want the edits to be considered purely throw-away temporary - then no, I don't check them out - I just edit them and force their state to read-only (using scripts) so that they'l...
by Mordachai
Wed Sep 25, 2013 1:29 pm
Forum: Support (Vault)
Topic: Former VSS user, confused by differences
Replies: 19
Views: 21640

Re: Former VSS user, confused by differences

That's not right. I don't want to edit them all of the time, and I definitely don't want them to be writable! I want them to be writable if and only if I've got them checked out. When they're not checked out, they should be read only (so that all other software knows that it shouldn't change the fil...
by Mordachai
Wed Sep 25, 2013 9:12 am
Forum: Support (Vault)
Topic: Former VSS user, confused by differences
Replies: 19
Views: 21640

Former VSS user, confused by differences

In VSS, I would mark a file as read-only in order to indicate that VSS should overwrite my local copy with the updated (or retrograde) copy from source safe. I would mark a file as writable to indicate I was working on that file, and it should not be updated by a get-latest. Essentially, if I had it...
by Mordachai
Wed Aug 07, 2013 10:10 am
Forum: Support (Vault Professional)
Topic: Feature request - allow "open location" from context menu
Replies: 1
Views: 5257

Feature request - allow "open location" from context menu

Feature request - allow "open location" from context menu on any object in Vault, in any window in vault. So - Pending Change Set - right click - select "Open file location" to open explorer with that file selected (icing on cake to select the file - just opening explorer at that...
by Mordachai
Wed Jun 26, 2013 10:28 am
Forum: Support (Vault)
Topic: How do I exclude pending changes that are not related....
Replies: 6
Views: 8466

Re: How do I exclude pending changes that are not related...

If it helps, the directory structure looks like: Solutions Folder\ ...Project A\ ...Project B\ ...Project C\ ......Language Resources for C\ ...Project D\ in the solutions folder, there are various solutions which include various projects. Multiple solutions include library projects, but some projec...
by Mordachai
Wed Jun 26, 2013 10:23 am
Forum: Support (Vault)
Topic: How do I exclude pending changes that are not related....
Replies: 6
Views: 8466

Re: How do I exclude pending changes that are not related...

SourceGear Vault Standard Visual Studio Enhanced Client 6.1.0.531 Microsoft Visual Studio Professional 2012 Version 11.0.60315.01 Update 2 Microsoft .NET Framework Version 4.5.50709 Installed Version: Professional Team Explorer for Visual Studio 2012 04938-004-0033001-02427 Microsoft Team Explorer ...
by Mordachai
Tue Jun 25, 2013 9:21 am
Forum: Support (Vault)
Topic: How do I exclude pending changes that are not related....
Replies: 6
Views: 8466

Re: How do I exclude pending changes that are not related...

They're files from another project - already in source control. So - I've got Projects A, B, and C. I've got a solution that references projects A and B open, but it is also showing me files from project C that are changed. I would like to be able to filter the display in "Vault Pending Changes...
by Mordachai
Mon Jun 24, 2013 1:14 pm
Forum: Support (Vault)
Topic: How do I exclude pending changes that are not related....
Replies: 6
Views: 8466

How do I exclude pending changes that are not related....

How do I exclude pending changes that are not related to the loaded solution in the enhanced integrated vault interface?
by Mordachai
Fri Jun 21, 2013 12:51 pm
Forum: Support (Vault)
Topic: How to cause vault to pre-load when server rebooted
Replies: 6
Views: 7773

Re: How to cause vault to pre-load when server rebooted

Intriguing. Not sure how I can get that to happen automatically by the server when the server is reset - no logged in account...

Any ideas?
by Mordachai
Fri Jun 21, 2013 12:50 pm
Forum: Support (Vault)
Topic: Feature Request: Show "messages" on commit
Replies: 5
Views: 6531

Re: Feature Request: Show "messages" on commit

Cool. Maybe a better idea anyway. I just thought of doing exactly this - like 10 seconds ago - but realized it didn't support docking. Something to look forward to. :)