Valentin Nechayev
2012-10-30 05:01:30 UTC
Hi,
Сижу в каталоге, который с точки зрения git создаётся последним коммитом,
а до того его не было. Делаю rebase с последними 4. Результат:
***@pod:~/work/sdp_to_rtpproxy/sippy/test/ft/ft41/ft4101_moh_ef>>
$ git rebase --continue
shell-init: error retrieving current directory: getcwd: cannot access parent
directories: No such file or directory
fatal: Unable to read current working directory: No such file or directory
***@pod:~/work/sdp_to_rtpproxy/sippy/test/ft/ft41/ft4101_moh_ef>>
$ pwd
/home/netch/work/sdp_to_rtpproxy/sippy/test/ft/ft41/ft4101_moh_ef
***@pod:~/work/sdp_to_rtpproxy/sippy/test/ft/ft41/ft4101_moh_ef>>
$ pwd -P
pwd: error retrieving current directory: getcwd: cannot access parent
directories: No such file or directory
***@pod:~/work/sdp_to_rtpproxy/sippy/test/ft/ft41/ft4101_moh_ef>>
$ cd ../../
chdir: error retrieving current directory: getcwd: cannot access
parent directories: No such file or directory
***@pod:../..>>
$ git rebase --continue
Successfully rebased and updated refs/heads/l.217123-sdp_to_rtpproxy.
***@pod:../..>>
$ pwd -P
.
***@pod:../..>>
$ /bin/pwd -P
/home/netch/work/sdp_to_rtpproxy/sippy/test/ft
***@pod:../..>>
$
Кстати, в каталоге были ещё файлы. Hо git (1.7.7) это не остановило
против того, чтобы убить его со всем содержимым.
Bash (4.2.10) тоже порадовал своим отношением к каталогу - "ну не знаю, где
я (хотя физический путь есть!), останемся с относительным путём"
И как в таких условиях работать? ;(
-netch-
... И этот парашютист задолбал...
Сижу в каталоге, который с точки зрения git создаётся последним коммитом,
а до того его не было. Делаю rebase с последними 4. Результат:
***@pod:~/work/sdp_to_rtpproxy/sippy/test/ft/ft41/ft4101_moh_ef>>
$ git rebase --continue
shell-init: error retrieving current directory: getcwd: cannot access parent
directories: No such file or directory
fatal: Unable to read current working directory: No such file or directory
***@pod:~/work/sdp_to_rtpproxy/sippy/test/ft/ft41/ft4101_moh_ef>>
$ pwd
/home/netch/work/sdp_to_rtpproxy/sippy/test/ft/ft41/ft4101_moh_ef
***@pod:~/work/sdp_to_rtpproxy/sippy/test/ft/ft41/ft4101_moh_ef>>
$ pwd -P
pwd: error retrieving current directory: getcwd: cannot access parent
directories: No such file or directory
***@pod:~/work/sdp_to_rtpproxy/sippy/test/ft/ft41/ft4101_moh_ef>>
$ cd ../../
chdir: error retrieving current directory: getcwd: cannot access
parent directories: No such file or directory
***@pod:../..>>
$ git rebase --continue
Successfully rebased and updated refs/heads/l.217123-sdp_to_rtpproxy.
***@pod:../..>>
$ pwd -P
.
***@pod:../..>>
$ /bin/pwd -P
/home/netch/work/sdp_to_rtpproxy/sippy/test/ft
***@pod:../..>>
$
Кстати, в каталоге были ещё файлы. Hо git (1.7.7) это не остановило
против того, чтобы убить его со всем содержимым.
Bash (4.2.10) тоже порадовал своим отношением к каталогу - "ну не знаю, где
я (хотя физический путь есть!), останемся с относительным путём"
И как в таких условиях работать? ;(
-netch-
... И этот парашютист задолбал...