Top "Commit" questions

Questions about committing a transaction or "unit of work" to a database, application or version control system.

Problems committing file to SVN repository

I have a maven pom build file in the root directory of my project. When trying to synchronize with SVN …

eclipse svn commit subversive
SVN commit failed: Directory out of date

I have a problem that seems very simple but is hard to solve. I get the mentioned error after deleting …

svn commit
Git: How to edit/reword a merge commit's message?

How do I edit or reword a merge commit's message? git commit --amend works if it's the last commit made (…

git commit amend
Install specific git commit with pip

I'm developing a django app and I'm using pip to manage my requirements. How can I do to install a …

git installation commit pip
How to combine group of local commits to single push in IDEA?

In IDEA I am trying to push some commits. I have a requirement that on remote server it looks like …

git intellij-idea push commit
How to commit no change and new message?

How can I make a new commit and create a new message if no changes are made to files? Is …

git commit
Getting "CHECKOUT can only be performed on a version resource" when trying to commit using Eclipse subversive plugin

I'm using Eclipse Juno on Mac 10.7.5, SVN 1.7 and the Eclipse Subversive plugin. Occassioanlly, when I try and commit changes from …

eclipse svn commit subversive
How do you move a commit to the staging area in git?

If you want to move a commit to the staging area - that is uncommit it and move all of …

git commit staging
GitHub - How to revert changes to previous state

I am using GitHub as my remote repository. I have already pushed 5 commits to the server and want to revert …

git github repository commit revert
Mercurial (hg) commit only certain files

I'm trying to commit only certain files with Mercurial. Because of of hg having auto-add whenever I try to commit …

version-control mercurial commit