1
1

Do not try svk info if the user has never done

`svk depotmap --init`.

This commit was SVN r16587.
Этот коммит содержится в:
Ethan Mallove 2007-10-26 19:46:06 +00:00
родитель 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