Do not try svk info
if the user has never done
`svk depotmap --init`. This commit was SVN r16587.
Этот коммит содержится в:
родитель
dce57ebf3b
Коммит
f35c9eb162
@ -1120,7 +1120,7 @@ check_for_svk_checkout() {
|
||||
is_svk_checkout=0
|
||||
|
||||
svk_path=`which svk 2>/dev/null`
|
||||
if test -x "$svk_path" -a -d "$HOME/.svk"; then
|
||||
if test -x "$svk_path" -a -d "$HOME/.svk/local"; then
|
||||
top_level_dir="`dirname $0`"
|
||||
svk info $top_level_dir >/dev/null 2>&1
|
||||
if test "$?" = 0 ; then
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user