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

SVN support custom credentials via --username and --password parameters #4086

Closed
dalu93 opened this issue Aug 26, 2015 · 2 comments
Closed

Comments

@dalu93
Copy link

dalu93 commented Aug 26, 2015

Hi,

I have to export a library from SVN (private library) using this command:

svn export --non-interactive --trust-server-cert --force --username USERNAME --password PASSWORD https://scm.nexse.com/svn/eurobet/nx-betting-core-ios/trunk/ DEST_FOLDER

instead of

svn export --non-interactive --trust-server-cert --force https://scm.nexse.com/svn/eurobet/nx-betting-core-ios/trunk/ DEST_FOLDER

How can I achieve this?

@segiddins
Copy link
Member

Can you not set SVN credentials globally, or via environment variables, or in the URL?
Either way, this belongs on https://github.com/CocoaPods/cocoapods-downloader if there really is a CocoaPods issue.

@dalu93
Copy link
Author

dalu93 commented Aug 26, 2015

I tried with http basic authentication in the URL, but the server rejects the authentication challenge. I will post there, @segiddins thanks!

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

No branches or pull requests

2 participants