Hello everyone,

I've run into a minor bug in the git svn integration. When I run git svn 
dcommit with git 1.7.12, it successfully sends the commit to the svn server and 
rebases if necessary. However, the svn server has a post commit hook which 
runs, and is supposed to return some text to the client.

Git does not display this text, though the hook runs server side, and git says 
the commit succeeded on the server.  According to the response I got from my 
question on SO:

http://stackoverflow.com/q/12264108/724357

The problem is caused by git svn using get_commit_editor() instead of 
get_commit_editor2(). Hacking a fix together is way down my priority list at 
the moment, so I just wanted to give you a quick bug report.

Regards,
Spencer Rathbun

This email and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity to whom they are addressed. If 
you have received this email in error please notify the system manager. This 
message contains confidential information and is intended only for the 
individual named. If you are not the named addressee you should not 
disseminate, distribute or copy this e-mail. Please notify the sender 
immediately by e-mail if you have received this e-mail by mistake and delete 
this e-mail from your system. If you are not the intended recipient you are 
notified that disclosing, copying, distributing or taking any action in 
reliance on the contents of this information is strictly prohibited.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to