Options

Comments when committing code

For some reason my Source Control does not show a comment box at the top when i go to commit code? I am sure I am missing a setting...
Tagged:

Answers

  • Options
    You may have linked to a working folder instead of a natively supported VCS in SQL Source Control, which means that all you're doing is saving to the disk. You then have to use a separate VCS client tool to do the commit (with comment). Linking to working folder is useful if you prefer using your own tool or if you need to commit database changes alongside app code changes, for example, as you can then package all changes into the same revision/changeset.
    David Atkinson
    Product Manager
    Redgate Software
  • Options
    cradaacradaa Posts: 2 New member
    Yep, you are right...thanks!
Sign In or Register to comment.