eric7.Plugins.VcsPlugins.vcsPySvn.SvnInfoDialog

Module implementing a dialog to show repository related information for a file/directory.

Global Attributes

None

Classes

SvnInfoDialog Class implementing a dialog to show repository related information for a file/directory.

Functions

None


SvnInfoDialog

Class implementing a dialog to show repository related information for a file/directory.

Derived from

QDialog, SvnDialogMixin, Ui_VcsRepositoryInfoDialog

Class Attributes

None

Class Methods

None

Methods

SvnInfoDialog Constructor
__showError Private slot to show an error message.
start Public slot to start the svn info command.

Static Methods

None

SvnInfoDialog (Constructor)

SvnInfoDialog(vcs, parent=None)

Constructor

vcs (Subversion)
reference to the vcs object
parent (QWidget)
parent widget

SvnInfoDialog.__showError

__showError(msg)

Private slot to show an error message.

msg (str)
error message to show

SvnInfoDialog.start

start(projectPath, fn)

Public slot to start the svn info command.

projectPath (str)
path name of the project
fn (str)
file or directory name relative to the project
Up