Hi Ariel,

I have pushed it :)

I thought that the reason for a wrong tmp might be, that I had sourced winenv.set.sh for the build. I have restarted Cygwin to set back the environment variables. I don't know whether this was the reason, but commiting has worked then.

Hopefully all is OK now.

Kind regards
Regina

Ariel Constenla-Haile schrieb:
Hi Regina,

On Sat, May 19, 2012 at 09:38:35PM +0200, Regina Henschel wrote:
DOne, but it seems to fail. I get
$ git svn dcommit
Committing to
https://svn-master.apache.org/repos/asf/incubator/ooo/trunk ...
Authentication realm:<https://svn-master.apache.org:443>  ASF Committers
Password for 'pppregin':
Authentication realm:<https://svn-master.apache.org:443>  ASF Committers
Username: regina
Password for 'regina':
         M 
main/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.cxx
No such file or directory: Can't create temporary file from template
'/cygdrive/c/AOO_2012_05_git/trunk/C:/cygwin/tmp/svn-XXXXXX':
No such file or directory at /usr/lib/git-core/git-svn line
  579

What is wrong?

This looks like a bug in git-svn Win-port:

'/cygdrive/c/AOO_2012_05_git/trunk/C:/cygwin/tmp/svn-XXXXXX'

it looks like it is messing with the $TEMP directory.
A fast and dirty workaround would be to create that folder:

cd /cygdrive/c/AOO_2012_05_git/trunk/
mkdir 'C:'


Then git status will show you this 'C:' folder as untracked, a horrible
hack, but I will have to google if there is another solution.

Reply via email to