Question

Company policy has caused us to migrate from Source Gear - Vault to TFS 2010. So here I am at my first check in and I notice I can only provide 1 single comment.

In vault my pending changes had a comments box which I could keep updated per file, so say I had ten files checked out.

File 1 - Comment A
File 2 - Comment B
File 3 - Comment C
...
..
File 10 - Comment J

Then I also could provide a general comment indicating what the change set for.

In TFS it appears that there is only 1 single comment box per change set? Is there no way of entering comments per file as I go?

Was it helpful?

Solution

No you cannot provide comments per file. Comments are always per Changeset, and thus for multiple files at once. Checking in files individually is not a good idea, since that will probably cause a lot of issues with Continuous Integration builds should you go towards build, test and deployment automation.

Generally you will associate a checkin with a task, you can describe in detail what you did or were planning to do as part of the task description.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top