Comments
Sort by recent activity
Great! Thanks. I don't know why that update wasn't showing up for me when I did a check for updates last night, but I'm seeing 7.0.49 now, so I'll upgrade and should be good. / comments
Great! Thanks. I don't know why that update wasn't showing up for me when I did a check for updates last night, but I'm seeing 7.0.49 now, so I'll upgrade and should be good.
I figured out the answers to my questions after the developers told me what I wanted couldn't be done.
The commands in the xml file (git.xml, mercurial.xml, etc.) need to run via cmd (not, say powershell). They are called with the repository as the active working directory.
$ScriptsFolder is the absolute path to the repository (C:myProject)
$Files is the list of files relative to $ScriptsFolder (Tablesdbo.table.sql, etc.)
$MessageFile is the absolute path to the commit message temp file
I don't know if anyone else will find a use for this knowledge, but it took me long enough to sort out, that I figured I should post it. / comments
I figured out the answers to my questions after the developers told me what I wanted couldn't be done.
The commands in the xml file (git.xml, mercurial.xml, etc.) need to run via cmd (not, say powe...