Top "Changeset" questions

A changeset is a set of changes between revisions of files under revision control, which should be treated as an indivisible group (i.e., an atomic package).

liquibase: can you specify "after column" with liquibase addColumn?

Is there a way to write a liquibase addColumn changeset so it generates sql like ALTER TABLE xxx ADD COLUMN …

mysql database-migration liquibase changeset
liquibase - execution order of changesets

As far as I understand, Liquibase execute the changesets according to the order they are written in the change log. …

execution liquibase changeset
How can I push/pull an individual changeset between repositories in Mercurial?

I have the following situation: I have site A, which has it's Mercurial repo, and we've been developing it for …

mercurial push pull repository changeset
Associating existing unassociated changesets with workitem in TFS

I know there're powerful TFS command line tools from TFS Power tools that provide much more that can be achieved …

associations changeset tfs-workitem
TFS: comparing changesets

In TFS we can find "compare" a file between 2 changesets. Is it possible to compare 2 changesets. Say take changeset "r" …

version-control tfs changeset
How do I use Liquibase to import a stored procedure into MySQL?

I’m using Gradle 2.7, MySQL 5.5.46 and the Liquibase-Gradle 1.1.1 plugin. I have a file with a stored procedure that looks like … …

mysql stored-procedures liquibase changeset
Java: how to get mercurial current changeset number for use in program

I've recently started using mercurial for version control in a Java project. When I run my program, the input parameters …

java mercurial changeset
TFS - Find details of known changeset ID

I know the ID of a changeset that im interested in seeing the details of. Is there anywhere i can …

visual-studio-2010 tfs changeset