Home | History | Annotate | Download | only in checkout

Lines Matching refs:uuid

358         return cls.value_from_svn_info(path, 'Repository UUID')
371 uuid = SVN.find_uuid(path)
373 if not uuid:
375 # Search up the directory hierarchy until we find a different UUID.
378 if uuid != SVN.find_uuid(path):