Search found 485 matches

by GregM
Thu Jul 24, 2008 11:56 am
Forum: Support (Vault)
Topic: Merging long-running feature branches
Replies: 9
Views: 5154

Usually when I merge branches, one of my first steps is to sort the pending change on the Details column, and show differences on all of the Size Unchanged ones (just to make sure that there weren't any changes) and undo those checkouts. That's what I do too. However, it's a real pain, and somethin...
by GregM
Thu Jul 24, 2008 11:51 am
Forum: Support (Vault)
Topic: Can vault insert the checkin comment in source file?
Replies: 3
Views: 2164

Can't this be done with keyword expansion, with the Log keyword?
by GregM
Wed Jul 23, 2008 9:43 pm
Forum: Support (Vault)
Topic: Merging long-running feature branches
Replies: 9
Views: 5154

Jeff, would it help here if the merge wizard didn't check out files in CVS mode, and just modified them? This way the CRC could be used to detect that the files weren't modified, and eliminate them from the pending change set.
by GregM
Sun Jul 20, 2008 7:12 pm
Forum: Support (Vault)
Topic: Vault 4.1.1 - Log file is not archiving
Replies: 4
Views: 2829

According to Linda, this is a known bug in 4.1.1.
by GregM
Mon Jul 07, 2008 9:23 pm
Forum: Support (Vault)
Topic: A Wishlist item (II)
Replies: 6
Views: 2787

That's true, but clicking once on the header is faster than bringing up the dialog, going to the sort tab, changing the proper sort, and hitting OK.
by GregM
Mon Jul 07, 2008 12:53 pm
Forum: Support (Vault)
Topic: A Wishlist item (II)
Replies: 6
Views: 2787

The reason that the headers don't sort (according to one of the developers a few years ago) is that this is a virtual list, and if the query results in more than a given number of rows, only some of the data is returned at the beginning. The rest of the data isn't loaded until it is needed. Having s...
by GregM
Thu Jul 03, 2008 9:08 am
Forum: Support (Vault)
Topic: Commit order
Replies: 7
Views: 4658

Ian, I've wanted this for a long time. I don't think I've ever seen this work. If it did, that would be great.
by GregM
Thu Jul 03, 2008 9:06 am
Forum: Support (Vault)
Topic: Rollback
Replies: 3
Views: 2466

You can branch from any point in history, not just the latest. Can you just branch from the point before that changeset?
by GregM
Mon Jun 30, 2008 1:36 pm
Forum: Support (Vault)
Topic: Getting version number for a folder
Replies: 1
Views: 1567

This is what we use to make our build number out of the transaction ID. $vaultexe = $ENV{'VAULT_EXE'}; $vault = $ENV{'VAULT_TRUNK'}; $commandline = "\"$vaultexe\" versionhistory -rowlimit 1 -datesort desc -norecursive -excludeactions label -repository \"Default Repository\" ...
by GregM
Sat Jun 21, 2008 8:19 am
Forum: Support (Vault)
Topic: Branching old versions of a file in Vault
Replies: 5
Views: 2869

Since you can branch from any point in time, we don't create a branch until we need to maintain two different code trees at the same time.
by GregM
Thu Jun 19, 2008 1:34 pm
Forum: Support (Vault)
Topic: Security question
Replies: 9
Views: 4831

Unless something has changed, groups don't do anything if folder security is disabled.
by GregM
Thu Jun 12, 2008 6:19 am
Forum: Support (Vault)
Topic: OT: Build Servers
Replies: 3
Views: 2811

We use Visual Build Pro for our scheduled builds. We use a homegrown solution for our continuous builds.
by GregM
Tue Jun 10, 2008 8:04 am
Forum: Support (Vault)
Topic: Enhanced Client forces check-out on change of renegade file
Replies: 6
Views: 3204

You don't have to gave the entire team on one or the other. This is a per-user setting, and it works just fine with some people checking out before editing files and others not.
by GregM
Tue Jun 03, 2008 7:28 pm
Forum: Support (Vault)
Topic: How to compare 2 branches?
Replies: 3
Views: 2490

If you don't have either of them on disk, you should be able to do a history query on on folder, and from there do the diff to the other repository folder. This would download all the files to temp directories and run the diff on those folders.
by GregM
Thu May 29, 2008 2:47 pm
Forum: Support (Vault)
Topic: Feature Request - History and Edit from Search Results
Replies: 7
Views: 5852

Oh, and in case this is actually the first time this was logged, add my vote too. I've been wanting the context menu on the search and pending change set panes to include everything in the menu from the regular file pane since we started using the product.