Home | History | Annotate | Download | only in symsrc

Lines Matching full:repository

8 were used in building the PDB, query SVN for which repository and revision
117 # directory are part of the same repository or at the same revision number.
119 """Calls svn info to extract the repository, path, and revision."""
130 root = vals['Repository Root']
132 raise "URL is not inside of the repository root?!?"
169 # repository, or from one we're not interested in indexing.
177 # Skip the file if it's not under an svn repository. To avoid constantly
184 print " skipping, file is not in an SVN repository"
191 # Check if file was from a svn repository we don't know about, or don't
195 print " skipping, file is from an unknown SVN repository %s" % root
199 # We might want to map an internal repository URL to an external repository.