--- a/Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.py Sat Jun 02 15:25:38 2012 +0200 +++ b/Plugins/VcsPlugins/vcsPySvn/SvnCopyDialog.py Sat Jun 02 15:27:03 2012 +0200 @@ -55,6 +55,7 @@ @return the target name (string) and a flag indicating the operation should be enforced (boolean) """ + # TODO: check if target is an absolute path. If not make it relative to source. return self.targetEdit.text(), self.forceCheckBox.isChecked() @pyqtSlot()