-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add svn support tags. Need to support 2 use cases: 1. The user supplies the fully qualified URL including the branch/tag and directory within the repository for the application. - **branch** must be blank. - **root** path must be blank. 3. The user supplies the URL to the root of the repository. Must not include branch or subdir to the application. - **branch** will be appended to the URL (when specified). Must be fully qualified path as needed. Ex: `tags/v1.2`. `/trunk` is no longer assumed. - **root** path will be append to the URL (when specified). Some minor re-organization. Better practice to have exported (public) methods at the top. ref: https://issues.redhat.com/browse/MTA-4236 --------- Signed-off-by: Jeff Ortel <jortel@redhat.com>
- Loading branch information
Showing
6 changed files
with
184 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.