Tagged Questions
A *commit* is the "confirmation of a unit of work"
3
votes
0answers
632 views
Eclipse EGit Committing fails - Caused by: java.io.EOFException
Details of the error are below. I have just installed on a new Windows 7 machine and am getting this error on any commit done in EGit. I can successfully commit using the Git Bash shell. I checked ...
2
votes
0answers
172 views
Git commit returns “nothing to commit”
I am following instructions from
https://devcenter.heroku.com/articles/facebook#what_is_heroku
I have edited the file once already and pushed the changes successfully to the app.
But when I tried to ...
2
votes
0answers
669 views
using svn log to extract commit messages between tags when revisions overlap across branches
I always use the svn log command, e.g.svn log -rXXXX:YYYY to get the commit messages between two tags in my SVN repository.
The problem I sometimes find is that if I am doing a large release that ...
2
votes
0answers
157 views
can't commit file delete in SVN repo; Internal Error: Non-modifying file change
i seem to be no longer able to commit file deletions in my repository.
Error Commit failed (details follow):
Error Commit blocked by pre-commit hook (exit code 1) with output:
Error Internal error: ...
2
votes
0answers
341 views
WPF Datagrid combobox retrieving value before commit
I've got a Datagrid in a WPF application (with Entity Framework) that has a combobox as one of the columns in it.
This combobox is bound to a datasource that is using a joined reference to a table ...
2
votes
0answers
337 views
git won't commit changes to files already in index (preserving permissions: operation not supported)
I'm trying to setup git as a deployment solution on a server but I encounter some pretty weird behavior using it. Basically git won't add changes for commit.
make a new repo:
~$ mkdir test ...
2
votes
0answers
604 views
Templates for log messages at the moment of commiting a change
I use Subversion.
When I try to commit a change in a repository, and forget to write a comment as part of the parameters (parameter -m or --message), a text editor opens and tells you to write a ...
1
vote
0answers
38 views
How to check for git uncommited changes in a script?
In a script I want to check that there are no uncommited changes so that I can switch to a different branch (and then switch back). What is the proper way how to do such a check?
1
vote
0answers
13 views
How to reduce commit memory for vc++ application?
I have an application written in vc++. When the application runs, i can observer (in windows resource monitor) the commit memory for my application to be very high where as private memory to be ...
1
vote
0answers
356 views
Accidental Git Commit All Files Xcode 5
Background
I use the git source control interface provided by Xcode. Typically, I edit several files, then commit only a subset of related files at a time. To exclude some files from a particular ...
1
vote
0answers
301 views
Tortoise svn commit: “Delta source ended unexpectedly ”
I have a problem when I try to commit a certain file with Tortoise SVN (1.4.7). I have tried to svn delete and svn add the file. But with no luck - every time I try to commit a change in it, I get the ...
1
vote
0answers
273 views
<MyFragment> is not currently in the FragmentManager Android
I know that to solve it exception I need write thmth like this :
FragmentTransaction ft = getSupportFragmentManager().beginTransaction();
TabInfo currentTabInfo = getCurrentTabInfo();
Fragment ...
1
vote
0answers
52 views
eclipse java annotation processing commit generated java classes with subclipse to svn
I'm using Java annotation processing to generate a couple of Java source files. I enabled it on the project specific settings (Properties -> Java Compile -> Annotation Processing). The generation ...
1
vote
0answers
78 views
JPA with dynamic datasource and CMT
I am using Java EE 6, JPA 2, JBoss 7.1.1 and EJB 3.1.
In my application I only know on request time (EJB method call) which datasource is meant. In the examples the there are static entries in the ...
1
vote
0answers
196 views
toad commit to oracle
When using Toad for oracle db. Sometimes an issue occurs such that
if you do an insert or an update and use commit button afterwards, it actually
does not commit until closing the toad application. ...