Home | History | Annotate | Download | only in checkout

Lines Matching refs:force

186             raise ScriptError(message="Working directory has modifications, pass --force-clean or --no-clean to continue.")
190 def ensure_no_local_commits(self, force):
196 if not force:
197 error("Working directory has local commits, pass --force-clean to continue.")
443 return self.run(["svn", "delete", "--force", base], cwd=parent)
564 # git-commit and force are not used by SVN.