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

When using svn with bower and temp dir has @ the repo is not fetched correctly #1650

Closed
arturokunder opened this issue Jan 8, 2015 · 1 comment · Fixed by #2060
Closed
Assignees

Comments

@arturokunder
Copy link

When I fetch a bower package, it is stored at a temp dir.
In some cases, the computer's username may have an @.
In this case, the generated temp dir will contain this @, making svn act weird.

For example, in Windows, if I have "example@example.com" as username, generated temp dir will be:
C:\Users\EXAMPLE~1.COM\AppData\Local\Temp\PC-EX-example@example.com\bower\PACKAGE-NAME-XXXX

SVN interprets the @ on this uri as something else and it crops it to:
C:\Users\EXAMPLE~1.COM\AppData\Local\Temp\PC-EX-example

Storing the data somewhere else. Then, when bower tries to read and copy the files, it throws an error

I'm making a PR for fix this issue

@sindresorhus
Copy link
Contributor

Open a ticket on SVN, it should be fixed there too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants