SVN Commit by dpage: r7717 - trunk/pgadmin3/pgadmin/frm

Поиск
Список
Период
Сортировка
От svn@pgadmin.org
Тема SVN Commit by dpage: r7717 - trunk/pgadmin3/pgadmin/frm
Дата
Msg-id 200903171357.n2HDvoHR012492@developer.pgadmin.org
обсуждение исходный текст
Список pgadmin-hackers
Author: dpage

Date: 2009-03-17 13:57:50 +0000 (Tue, 17 Mar 2009)

New Revision: 7717

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7717&view=rev

Log:
The change to using long options for pg_dump and friends seem to have
broken it, at least on linux. But I assume it still worked on at least
osx *or* windows, since that's where Dave would've tested it :-)

It would more or less never work, since it tried to put a double-quote
in the actual filename *before* the / specifying the root directory..

Here's a patch that removes the = sign after the parameter names. That
makes it work on linux again. I would appreciate it if somebody can test
this patch on windows and/or osx as well to confirm it doesn't break
things there.

[Magnus Hagander]


Modified:
   trunk/pgadmin3/pgadmin/frm/frmBackup.cpp
   trunk/pgadmin3/pgadmin/frm/frmBackupGlobals.cpp
   trunk/pgadmin3/pgadmin/frm/frmBackupServer.cpp
   trunk/pgadmin3/pgadmin/frm/frmRestore.cpp

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: long options vs unix
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: pgAdminIII 1.10 Visual Tour