Class GitTagCommandTckTest

    • Constructor Detail

      • GitTagCommandTckTest

        public GitTagCommandTckTest()
    • Method Detail

      • initRepo

        public void initRepo()
                      throws java.lang.Exception

        Initialize repository at the ScmTckTestCase.getScmUrl() location with the files in ScmTckTestCase.getScmFileNames()

        The setup is also asserting on the existence of these files.
        This should only be used by this class (thus do not call this method from derived classes)

        Note: 'svnadmin' should be a system command.
        Specified by:
        initRepo in class ScmTckTestCase
        Throws:
        java.lang.Exception - if any