A *commit* is the "confirmation of a unit of work"
3
votes
0answers
378 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 ...
3
votes
0answers
662 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
183 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
843 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
181 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
355 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
644 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
12 views
BBDD not updated when update returns 1
Here is my code:
@Override
public int modificarServicios() {
int rs
Connection done = con.conexionBBDD();
Statement stmt;
try{
String sql = "select IDCLASIFICACION from ...
1
vote
0answers
22 views
What code commit model fosters the best codebase in an enterprise project?
Specifically i am looking for alternatives to our commit model to improve :
code and design qualities
code reviews efficiency (as a mean to spread experience and knowledge)
In our projects (teams ...
1
vote
0answers
32 views
git for multiple linux users
I have a specific question about the git file, "COMMIT_EDITMSG". I have a setup where three linux users have access to the same repository. The repository was initialized with the following commands:
...
1
vote
0answers
25 views
Rollback to savepoint doesn't release locks
I think I have a misunderstanding about how to use Savepoints. Perhaps someone can clear it up for me. I present my example as what I am trying to do, and what I have experienced.
My app is doing a ...
1
vote
0answers
38 views
Ember Data: Is it possible to commit any/all unsaved changes without calling save on a per-model basis?
I would like to create routes with forms/input that change several models and then save all changes either as I transition away or with a single action. Ideally, something like this:
App.Autosavable ...
1
vote
0answers
29 views
Xcode commit issue with git
I'm having an issue with Xcode trying to commit some changes to a Git repo. Today, I created a branch from master in order to work on future updates of an app while keeping the ability to fix the ...
1
vote
0answers
754 views
SVN issue / ssl handshake failed
I know other issues such as this one have been posted but none helped to fix my case.
I currently have to commit on an enterprise svn repo and got the following error :
svn: E175002: Commit failed ...
1
vote
0answers
21 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 ...