eric6.Plugins.VcsPlugins.vcsSubversion.SvnRelocateDialog
Module implementing a dialog to enter the data to relocate the workspace.
Global Attributes
Classes
| SvnRelocateDialog | Class implementing a dialog to enter the data to relocate the workspace. | 
Functions
SvnRelocateDialog
    Class implementing a dialog to enter the data to relocate the workspace.
Derived from
QDialog, Ui_SvnRelocateDialog
Class Attributes
Class Methods
Methods
Static Methods
SvnRelocateDialog (Constructor)
SvnRelocateDialog(currUrl, parent=None)
        Constructor
- currUrl
- 
current repository URL (string)
- parent
- 
parent widget (QWidget)
SvnRelocateDialog.getData
getData()
        Public slot used to retrieve the data entered into the dialog.
- Returns:
- 
the new repository URL (string) and an indication, if
            the relocate is inside the repository (boolean)