This repository was archived by the owner on Dec 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
OTWO-4585 Correct ASCII encoding of path files that create duplicates #5
Open
drubio1989
wants to merge
253
commits into
rcoder:master
Choose a base branch
from
blackducksoftware:OTWO-4585.a
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or 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
Non-empty STDERR does not always imply failure. In this specific case, we are receiving an upgrade warning on STDERR, but this does not mean that we should abort.
In addition, it turns out that there are multiple ways in which Bazaar can report multiple operations to a file in a single commit. I've made the parser a bit messier in order to handle all of these cases.
message includes a line of only dashes (thus confusing the parser).
…ut it in quotes, already.
It feels like just deleted this silly escape() method...
…sted revision belongs to a chained parent.
We achieve this by passing a pointer to the "current" link in the svn chain along with the commit itself. So when we want to check out a particular commit from Subversion, we can determine the appropriate branch/URL to check out from.
…subclass. This preserves the original --stop-on-copy basic behavior in its own class. * This keeps the base SvnAdapter class uncomplicated. * The base SvnAdapter can still be used if desired. * I can foresee another, better Subversion importer built around svnsync that will not require chaining.
…include bash-sensitive chars
Fix info() and ls() to strictly use root + branch_name
…to avoid merge conflicts.
OTWO-4365 Add tests for export_tag
Version bump
Get SVN tags list using ls instead of log
Version bump
OTWO-4394 Fix git tags for repository without tags
OTWO-4382: Accept configurable directory for temporary file creation
Update version to 2.2.3
Update ruby version to specific patch
OTWO-4470 Return timestamp for tags
OTWO-4466 Set the branch_name as nil if empty string
OTWO-4466 Update version to 2.2.5
OTWO-4566: Add tags method to AbstractAdapter for api consistency
OTWO-4588 Return empty svn tags if it is non-tagged repository
Set the default EPOCH timestamp when tag timestamp is empty
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.