My team uses Vault for source control on several interdependent projects, all of which share a single "trunk" directory. We have recently started doing development on each project separately, even though they are still interdependent.
On some occasions, it may be necessary to push more than one project at a time, and as such, our naming convention for branches in Vault is simply "r_YYYY-MM-DD". I was hoping to be able to use the folder's comments to store information about which projects were being released in the push, but getting a comment on the branch folder is harder than one would think it should be. I couldn't find any way to edit a comment on a folder once it was created, and any comments added in the branching process didn't make it to the actual folder in the end. So, the only way I can put a comment on a branch folder results from a very tedious process:
It should also be noted that the difference between item comments and change set comments isn't clearly discernible in the UI.1. Do the branch as normal, using the name r_YYYY-MM-DD for the folder name
2. Get latest
3. Delete the folder in vault
4. Recreate the folder in vault as an empty folder (create folder command)
5. Before committing, right click the folder in the pending change set window and select "Set Item Comment". This is where you type in the branch info. For example:
Branch for release pushed on 2007-01-25:
Project 1 v1.0
Project 2 v1.1
6. Commit the folder, use the same branch info for the check-in comment
7. Add the content of the folder from your local computer and commit, also using the branch info for the check-in comment
Ideally, it would be great to have an editable comment field for folders (one that supports line breaks, as the current comment field doesn't). It would be very nice if the comment popped up as a tooltip when you moused over a folder, or even was displayed next to the title of the folder in the folder tree.
At the least, simply being able to edit the existing comment field would be advantageous.
Thanks!
Daniel Schaffer