A *commit* is the "confirmation of a unit of work"

learn more… | top users | synonyms

0
votes
0answers
17 views

GIT merge with several targets in Xcode

I created a second target in my Xcode project and some images with the already existing names in the branding folder. Now if I commit the changes, push them to server and my teammate pulls them down, ...
1
vote
1answer
35 views

How to write a batch file for svn commit and update

so far I have used Tortoise SVN to commit and update folders under version control. When I commit I check "all" in the GUI dialog so that deletions as well as additions are committed. Now I have more ...
-1
votes
0answers
17 views

SVN validation error with xcode + IOS [closed]

I am trying to commit files to my SVN through Xcode. However, I am getting following error:- Error validating server certificate for 'https://rep.blah.com:xxx': - The certificate is not issued by a ...
0
votes
1answer
18 views

How to tell when a user is making a tag vs a commit in Mercurial

I have a hook written for Mercurial. It uses the pretxncommit to make sure that the user includes an 'issue number' in their commit message. But sometimes the user may use the 'hg tag' command instead ...
0
votes
0answers
23 views

PHP + ORACLE - Managing transactions

I have script1.php and its code looks like below $con = oci_pconnect(connection_details); if(!$con){ //throw error; } $q1 = "SOME INSERT STATEMENT on EMPLOYEE TABLE"; $stid = oci_parse($con, $q1); ...
0
votes
4answers
37 views

setAutocommit(true) further explanations

I have come across this oracle java tutorial. As a beginner in the topic I cannot grasp why it's needed to set con.setAutocommit(true); at the end of the transaction. Here is the oracle explanation: ...
0
votes
1answer
25 views

TortoiseSVN on Windows 8 can't commit

The situation: I reinstalled my PC and installed Windows 8. I also installed the latest version of TortoiseSVN. My files are on another (Ubuntu) PC on my network, so windows sees that drive as a ...
0
votes
1answer
33 views

How do I get the SHA of the latest commit on a GitHub repository via jQuery?

I've been at this for several hours now and I have yet to find any useful information anywhere. I'm trying to use jQuery to get the latest commit of any GitHub repository from a single user to show up ...
0
votes
0answers
19 views

Netbeans: How to show all (git) commits than will be pushed?

How to show all (git) commits than will be pushed within Netbeans ? Netbeans 7.3 simply pushes everything without showing a list of all commits first (like IntelliJ IDEA does).
0
votes
1answer
30 views

Removing changes from one file in a commit

I have a private repo with a single commit on Github -- specifically for a Rails project. My schema file was changed along with migrations, and a fellow dev wants me to remove the schema changes from ...
0
votes
2answers
17 views

How to detect if a commit has been done on a remote SVN repo

So I have a SVN repo like svn://xx.xx.xx.xx/proj_name/trunk/. I want to check it every 5 minutes if a new commit has been done on it. my problem is not with the timing, but with the actual detection ...
3
votes
1answer
21 views

Copy commit comments to windows clipboard

I recently saw a nifty hack for ClearCase where the version number was added to the Windows clipboard as part of a commit. The hack look like this: @rem = ' PERL for Windows NT - ccperl must be in ...
0
votes
0answers
18 views

How to delete the new commit and get back to the old commit in git repository

I have two repositories, I committed and pushed my code to other repository instead to the right one. Now I need to delete this push and get the original previous one. How can I do that? Thank you. ...
0
votes
1answer
50 views

Mysql commit sometimes takes minutes to finish

Ive been having this problem for over 1 week now. Ive allready gone though the similar problems other people had here on stackoverflow. Im running Mysql 5.6.10. "query end" step very long ...
0
votes
1answer
19 views

Please help me understanding MySQL InnoDB Transactions

I'm trying to understand the locking mechanisms for InnoDB. Let's say i have the following PHP script: mysql_query('BEGIN;'); $a=mysql_query('SELECT id, status FROM testtable WHERE id=123 LIMIT 1 ...
0
votes
0answers
40 views

Is MySQL commit synchronous when executed from PHP PDO?

Using the PHP PDO interface to MySQL, suppose I have this code to end a transaction (assuming it was properly begun): $pdo->query('commit'); When the function returns, have writes to the log ...
2
votes
1answer
39 views

Can git list the tags that occur between two particular commits?

Is there a way to get git to list all the tags that were added in between two commits? That is, only show me the tags that appear between point A and point B.
1
vote
1answer
48 views

Ember Data - re-commit current transaction

I have a button that submits the whole form to the server. Sometimes the server responds with errors and the users need to change/update the fields and submit again (common sense?). I'm using this ...
0
votes
1answer
38 views

Empty commit with Mercurial

Is it possible to do a commit without any changes in the current repository with Mercurial, like git's --allow-empty?
1
vote
1answer
40 views

intellij idea: how to disable pre-commit code analysis for Git-backed projects

I have a project in intellij, and I'm using Git/GitHub as source control. Each time I try to commit changes, intellij runs a lengthy code analysis and searches for TODOs. When it finds "problems," ...
-1
votes
2answers
40 views

git cant add . or comit or whatever with buged files

I saw a lot of questions in google like this but i cant figure it out what exactly to do. Git status still display this files... and when i push files to remote github repo... not all files are ...
0
votes
1answer
16 views

SVN log details of uncommitted merge

I had recently merged my branch with the latest revision of the trunk. However, I did not commit at that time and do not remember with which trunk version I had merged. Currently, I need the trunk ...
1
vote
2answers
30 views

Must every git commit be an ancestor of a branch?

Given this git tree: A <--- B <--- C (HEAD, master) is it possible to put the tree into this state: A <--- B (HEAD, master) <--- C (There are no branches or tags other than master.) ...
0
votes
1answer
31 views

How can I commit my changes if I am working with a read only svn, in order to work with it on different computers?

I use SVN and I am working on a project which is read only. I would like to make my own modification of this code, but also get the official updates. I am used to use svn for my projects and commit ...
0
votes
1answer
27 views

change an commited svn revision with sharpsvn

I have made an program that works can read out TortoiseSVN commits and shows it into listbox and a textbox. Now I have to do this, when you press publish button then for each selected commit the ...
-1
votes
1answer
29 views

When should I commit and push in Test Driven Development? [closed]

My question regards TDD and when should I commit or push changes? I'm wondering is it fine to push the code where some values returned by function are still faked or implementation is obvious to pass ...
0
votes
0answers
45 views

GitHub History Changes on Every Commit

So my team and I are having a very strange issue with Git / GitHub. (a private repo) Every time one of us commits, the commit history changes. This isn't a matter of different branches; at the ...
1
vote
0answers
23 views

svn - what best way to deal with multiple explicit files in status/commit etc

I have been experimenting with passing several files to svn commit/status/etc : svn status -u -v file1, file2, file3 ... file1000 svn appears to run svn status -u -v on each filex in turn, is this ...
-2
votes
1answer
29 views

After committing /updating in SVN the project isn't seemed as android application project [closed]

I have a problem , I have updated the changes from SVN , the project isn't seemed as android application project , only the java files are seen . No Android dependencies or com.something.something ...
1
vote
1answer
27 views

Does git rebase update commits in other local branches?

I know I can test this experimentally, but having discussion would be nice. If I have a local head on (local branch) master that has diverged from the remote master, I tend to do a git pull --rebase ...
0
votes
0answers
20 views

How to push the amended commit message to remote

I followed this thread on how to amend the commit message. It went well. But in the previous commit I pushed the updates to remote as well. Now once I changed the commit message, its rejecting the ...
0
votes
0answers
59 views

svn commit during build in Jenkins

During our build process, managed by Jenkins, we actually update some files and commit them to the repository. Since this happens by our build account, I am easily able to ignore this account's ...
0
votes
0answers
32 views

Git hook to create archive of changes on commit

A particular client does not give me access to their web server, so I need to send all updates to them as a zip. How can I set up a Git hook that will create a zip archive of the latest commits that ...
0
votes
1answer
45 views

github - how to remove commit from branch

I have read a lot of questions and answers which could be related to my question, but I can't find an answer. Maybe because I'm not experienced git user. Then I'm sorry and would be grateful for links ...
1
vote
2answers
16 views

Taking the changes of a specific file from a past commit and putting it in a new branch

a while back I changed a file. today I want to add these changes to a few branches. The thing is that the commit of which that file was changed also include other files, which I don't want to be ...
0
votes
0answers
16 views

Does autocommit stay disabled in the second connection?

Does autocommit stay disabled in the 2. mysql connection after you close the first mysql one and open the second? MYSQLi For example if i have something like the code below. Would i have to turn it ...
0
votes
2answers
27 views

How to subversion commits make private

I have been working on a project shared in svn. I am working from home as well as from office. I wanted to commit some files from office privately (may be partial functionality) so that I can update ...
1
vote
1answer
17 views

Remove a reference with a commit message on GitHub?

It is possible to reference a issue from an other issue with: reference #xxx Is it somehow possible to delete a reference from a issue with a commit? (like this one:)
0
votes
1answer
15 views

Referring to the previous/next commit in git?

I have seen git commands use a syntax such as HEAD~, but I haven't been able to find this syntax in the Git Reference Manual. Here is what I have understood: <commit>~<n> refers to the ...
0
votes
0answers
61 views

GIT push not pushing commits to remote

I have been working on a git repository and have been pushing my local changes to a remote server all the time... up until recently. When I do a git push, it says that everything is up-to-date. In ...
0
votes
0answers
57 views

MySQL second connection does not see committed change from first connection

I have a problem with a Grails based application that is connected to MySQL where there is a process that updates a record as part of a larger transaction. This process also kicks off a 2nd thread via ...
1
vote
2answers
87 views

SET TRANSACTION error , C# , Oracle

I have procedure in my C# device application app. This is how it looks: private void stk_crane_start_movement() { conn.Open(); OracleCommand cmd = new OracleCommand(); ...
1
vote
1answer
31 views

TortoiseSVN never checks if working copy is updated to latest revision

Since we upgraded to TortoiseSVN 1.7, I noticed that TortoiseSVN never showed me the message that I need to update my working copy, it is never out of date. I was at an earlier revision, I made some ...
2
votes
1answer
55 views

Modify the Commit Message of a Pushed Commit. (Mercurial) [duplicate]

I created a dummy repository on bitbucket to try to learn how to do this. I've seen this done in Git, but I am unsure if this is possible in Hg. I have the following hg log: changeset: ...
0
votes
1answer
37 views

Svn non-existent child node

This should be an extremely simple question, but I find no answers about it anywhere. Maybe someone on here can help... What's the cause of the problem when committing in SVN, one gets a message ...
1
vote
1answer
57 views

How to load the latest version of code from SVN server ignoring my local changes?

Few days ago I "updated" my local copy of the source code (i.e. I took the code from the SVN repository). After that the code was changed by other people and committed to the repository. Now I want ...
1
vote
0answers
85 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 ...
0
votes
1answer
33 views

git: How to get the latest commit on a specific file, regardless of branch?

I have this big repository containing different modules, which should have been broken down in different repositories, one for each module. Sometimes I created a branch, say featbranch, in the repo to ...
0
votes
0answers
47 views

In Visual Studio, how to commit data to a database table without closing it?

I am filling database tables manually with a few items of test data before writing my ORM code. For two tables with a 1:N relationship, it would be convenient to first fill a row in the one table, ...
0
votes
0answers
66 views

I get last insert value but I don't see such a record in the table

I am having an issue with an insert statement. Once I process a query using PDO I display on my screen the last inserted id. it displays this number 4344484. But when I search for 4344484 in my table ...

1 2 3 4 5 22