Reputation: 67440
I am trying to use git svn clone
with cygwin 64 on a svn repository and I keep getting this message which errors out:
Temp file with moniker 'svn_delta' already in use at /usr/lib/perl5/vendor_perl/5.14/Git.pm line 1024.
How do I resolve this issue? I found this one that's related to macs, but I'm on windows. The two main answers there say:
~/.subversion/servers
" I don't know where this is in Windows 7.I have a feeling the latter isn't a necessary step or else everyone using the git svn bridge in cygwin would be complaining like me.
Upvotes: 3
Views: 835
Reputation: 67440
The first answer I linked to in my question had the solution. I had to find the .subversion/servers file which existed in my cygwin path of ~/.subversion/servers
. I also have a SilkSVN client and I changed that servers file there too. I found the path for that in this answer.
Upvotes: 4