Esempio n. 1
0
    def __init__(self, path, base_path, vobstag):
        """Initialize the repsitory info.

        Args:
            path (unicode):
                The path of the repository.

            base_path (unicode):
                The relative path between the repository root and the working
                directory.

            vobstag (unicode):
                The vobstag for the repository.
        """
        RepositoryInfo.__init__(self, path, base_path,
                                supports_parent_diffs=False)
        self.vobstag = vobstag
Esempio n. 2
0
 def __init__(self, path, base_path, vobstag, supports_parent_diffs=False):
     RepositoryInfo.__init__(self, path, base_path,
                             supports_parent_diffs=supports_parent_diffs)
     self.vobstag = vobstag
Esempio n. 3
0
File: svn.py Progetto: beol/rbtools
 def __init__(self, path, base_path, uuid, supports_parent_diffs=False):
     RepositoryInfo.__init__(self,
                             path,
                             base_path,
                             supports_parent_diffs=supports_parent_diffs)
     self.uuid = uuid
Esempio n. 4
0
 def __init__(self, path, base_path, uuid, supports_parent_diffs=False):
     RepositoryInfo.__init__(self, path, base_path,
                             supports_parent_diffs=supports_parent_diffs)
     self.uuid = uuid