Search found 485 matches

by GregM
Sat Apr 07, 2012 8:04 pm
Forum: Support (Vault)
Topic: Vault client API needs a 'get local version'
Replies: 10
Views: 8714

Re: Vault client API needs a 'get local version'

There are "Local Version" and "Remote Version' columns in the client that display the current version number in the repository and the last version retrieved from the repository.
by GregM
Tue Jan 24, 2012 11:51 am
Forum: Support (Vault)
Topic: Share/Branch
Replies: 20
Views: 11685

Re: Share/Branch

Since they discontinued Gold Support, the only thing that maintenance gets you is major version upgrades. We were off maintenance for 2 years because there was absolutely no benefit to it. We renewed recently because Version 6 is "coming soon". Hopefully it will come out before our mainten...
by GregM
Wed Dec 07, 2011 10:08 pm
Forum: Support (Vault)
Topic: Merge option on vault.exe
Replies: 3
Views: 3095

Re: Merge option on vault.exe

by GregM
Fri Nov 11, 2011 3:02 pm
Forum: Support (Vault)
Topic: Can you merge branches via the command line?
Replies: 14
Views: 13814

Re: Can you merge branches via the command line?

That's one idea that's been on our radar. That's been on our radar?????? Jeff said this in MARCH: Vault 6 will be adding a Merge Branches feature to filter history by dates. Also, I will be looking at other requests for merge branches, for example, labeling "source" folders after the merg...
by GregM
Wed May 11, 2011 2:34 pm
Forum: Support (Vault)
Topic: Cannot abort "Get Latest" operation
Replies: 7
Views: 7369

Re: Cannot abort "Get Latest" operation

I'll vote for that!
by GregM
Wed Apr 06, 2011 8:01 am
Forum: Support (Vault)
Topic: Get a deleted file without committing an undelete?
Replies: 4
Views: 3180

Re: Get a deleted file without committing an undelete?

I've often wondered the same thing. Even being able to do a history query on it would be sufficient, since then we have full access to everything that the history dialog can do, such as get or diff.
by GregM
Mon Mar 21, 2011 11:38 am
Forum: Support (Vault)
Topic: Very disappointed with Vault Standard 6.0 feature list
Replies: 22
Views: 22705

Re: Very disappointed with Vault Standard 6.0 feature list

Sorry if that wasn't clear, "user filtering" == "filtering by username".

I generally only want to merge my own changes, so an option to include only my changes, changes from all users, or changes from selected users like in the history filtering.
by GregM
Sat Mar 19, 2011 9:30 pm
Forum: Support (Vault)
Topic: Very disappointed with Vault Standard 6.0 feature list
Replies: 22
Views: 22705

Re: Very disappointed with Vault Standard 6.0 feature list

While you're working on Merge Branches, can we have user filtering and non-contiguous selections too?
by GregM
Wed Mar 09, 2011 9:04 pm
Forum: Support (Vault)
Topic: Very disappointed with Vault Standard 6.0 feature list
Replies: 22
Views: 22705

Re: Very disappointed with Vault Standard 6.0 feature list

jclausius wrote:Vault 6 will be adding a Merge Branches feature to filter history by dates.
Thank you! Will this be like the history where you can set number of days, and can you set the default?
by GregM
Fri Feb 25, 2011 3:36 pm
Forum: Support (Vault)
Topic: Unshelve timestamps
Replies: 14
Views: 18504

Re: Unshelve timestamps

"probably won't make it into Vault 6.0." That's really unfortunate, as it makes it really difficult to work with shelved files, especially since I keep forgetting about this. If you don't do a full rebuild after an unshelve, then you have to manually go to each file you unshelve and save i...
by GregM
Mon Jan 24, 2011 3:33 pm
Forum: Support (Vault)
Topic: Merge Branches tool to limit versions
Replies: 27
Views: 27505

Re: Merge Branches tool to limit versions

"I would take a fix for this over any of them right now."

Amen!
by GregM
Mon Nov 29, 2010 9:44 pm
Forum: Support (Vault)
Topic: Error on Vault web site when passwords have HTML characters
Replies: 5
Views: 3967

Re: Error on Vault web site when passwords have HTML charact

Yeah, I get the same thing, and have for years.
by GregM
Thu Sep 23, 2010 6:54 pm
Forum: Support (Vault)
Topic: Quick fix for UNKNOWN status
Replies: 26
Views: 133680

Re: Quick fix for UNKNOWN status

I don't think the option to Do Not Overwrite/Merge Later should overwrite old files, so I will be logging a bug on this for the developers. F: 15540 That option only applies to *modified* files. By definition, old files are not modified. Get Latest with this option would be a completely useless fun...
by GregM
Fri Sep 17, 2010 6:10 pm
Forum: Support (Vault)
Topic: Continuous integration using Vault command line
Replies: 4
Views: 3332

Re: Continuous integration using Vault command line

Here is the skeleton of our "CI using Vault command line" batch file. :BEGIN vault.exe -host host -repository Repository get %VAULTPATH% -verbose -setfiletime current -merge overwrite > c:\temp\VaultDef.log grep Fetched c:\temp\VaultDef.log IF ERRORLEVEL 1 goto WAIT :COMPILE goto BEGIN :WA...