Search code examples
databasegitredgate

Can't commit database changes in Redgate. Git


I am experiencing a very strange behaviour of redgate that prevents me from commiting the changes I made to the database (I'm using git). I can click "Get Latest" and get no errors, everything works, but when I try to commit I get an error without any description (please see the screenshot).

I'm asking for help cause I have no idea what maybe wrong. Thanks in advance!

s1


Solution

  • I still have no idea what was causing the problem. I ended up committing the changes using Tortoise GIT. Anyway, no one has spotted that Redgate is performing a git checkout trying to switch a branch into a file?! And surpressing the error with -q. This looks like a bug in redgate.

    Maybe the developers misunderstood git's checkout and treated it as subversion's checkout, but this commands are completely different and they should have known it.

    Thanks for all the answers. Here is the post that put some light on my issue: http://www.red-gate.com/messageboard/viewtopic.php?t=15157