Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for #11, Added Support for Custom Destination Names #16

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

danyowdee
Copy link

Hi,

the script did not work for me as is because for whatever reason git svn show-externals did not separate the revision and the path in my setting.

In addition, my externals specified a customized name so this needed a little tweaking, too.

Both changes are actually contained within the first commit, but the regexp will fail for directory names that end in a non-ASCII-character.
This is rectified in the second commit which uses the (non-)whitespace-character-distinction to capture the path and revision.

Daniel Demiss added 2 commits April 3, 2012 18:49
…ory to support fixed revisions at custom destinations
…on-whitespace characters and made the separator match any type of whitespace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant