Exemple #1
0
    def setup(self, svn_rev_count):
        self._symbolings_reader = SymbolingsReader()
        self.f = open(self.dump_filename, 'wb')

        # The youngest revnum that has been committed so far:
        self._youngest = 0

        # A map {lod : [(revnum, mark)]} giving each of the revision
        # numbers in which there was a commit to lod, and the
        # corresponding mark.
        self._marks = {}
Exemple #2
0
    def setup(self, svn_rev_count):
        self._symbolings_reader = SymbolingsReader()
        self.f = open(self.dump_filename, 'wb')

        # The youngest revnum that has been committed so far:
        self._youngest = 0

        # A map {lod : [(revnum, mark)]} giving each of the revision
        # numbers in which there was a commit to lod, and the mark active
        # at the end of the revnum.
        self._marks = {}

        self._mirror.open()
        self.revision_writer.start(self.f, self._mirror)
Exemple #3
0
 def setup(self, svn_rev_count):
     self._symbolings_reader = SymbolingsReader()
     self._mirror.open()