मैंने हाल ही में माउंटेन लायन से लेकर मावेरिक्स तक अपडेट किया है और किसी कारण से मैं अब किसी भी git + svn कमांड का उपयोग नहीं कर सकता हूं, इससे कोई फर्क नहीं पड़ता कि मैं किस रेपो का उपयोग करता हूं, मुझे सभी simular त्रुटियाँ मिलती हैं:
xxx@xxx:/path/$ sudo git svn clone http://svn.domain/path/ .
Initialized empty Git repository in /path/.git/
W: Ignoring error from SVN, path probably does not exist: (160013): Filesystem has no item: '/xxx' path not found
W: Do not be alarmed at the above message git-svn is just searching aggressively for old history.
This may take a while on large repositories
fatal: Cannot open '.git/Git_exc7sv': Resource temporarily unavailable
hash-object -w --stdin-paths --no-filters: command returned error: 128
error closing pipe: Bad file descriptor at /Applications/Xcode.app/Contents/Developer/usr/libexec/git-core/git-svn line 0.
error closing pipe: Bad file descriptor at /Applications/Xcode.app/Contents/Developer/usr/libexec/git-core/git-svn line 0.
मैंने सबसे हाल के संस्करण में Xcode अपडेट किया है और कमांड लाइन टूल इंस्टॉल किया है, सिस्टम को रिबूट करने का कोई प्रभाव नहीं है।
/path/
एक NAS पर है, और दूसरी ड्राइव पर काम किया है। यदि आप NFS पर साझा कर रहे हैं, तो मुझे संदेह है कि यह एक अनुमति समस्या है।