Home | History | Annotate | Download | only in checkout

Lines Matching refs:realm

325     def has_authorization_for_realm(self, realm, home_directory=os.getenv("HOME")):
329 find_args = ["find", ".subversion", "-type", "f", "-exec", "grep", "-q", realm, "{}", ";", "-print"]