eric6.Plugins.VcsPlugins.vcsPySvn.SvnInfoDialog
Module implementing a dialog to show repository related information for a
file/directory.
Global Attributes
Classes
| SvnInfoDialog | Class implementing a dialog to show repository related information for a file/directory. | 
Functions
SvnInfoDialog
    Class implementing a dialog to show repository related information
    for a file/directory.
Derived from
QDialog, SvnDialogMixin, Ui_VcsRepositoryInfoDialog
Class Attributes
Class Methods
Methods
Static Methods
SvnInfoDialog (Constructor)
SvnInfoDialog(vcs, parent=None)
        Constructor
- vcs
- 
reference to the vcs object
- parent
- 
parent widget (QWidget)
SvnInfoDialog.__showError
__showError(msg)
        Private slot to show an error message.
- msg
- 
error message to show (string)
SvnInfoDialog.start
start(projectPath, fn)
        Public slot to start the svn info command.
- projectPath
- 
path name of the project (string)
- fn
- 
file or directory name relative to the project (string)