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 setAuthenticationForced breaks default authentication #17

Open
maiflai opened this issue Mar 26, 2014 · 0 comments
Open

SVN setAuthenticationForced breaks default authentication #17

maiflai opened this issue Mar 26, 2014 · 0 comments

Comments

@maiflai
Copy link
Contributor

maiflai commented Mar 26, 2014

Hi,

I access our SVN repository over HTTPS, but unfortunately it seems that my credentials are not used when attempting to create the new tag.

I intend to use default authentication and therefore have not specified a username or password:

release {
  scm = 'svn'
}

I think that http://issues.tmatesoft.com/issue/SVNKIT-457 has been triggered. SVNKit attempts to load credentials for the incorrect realm, and fails.

Unfortunately the SVNKit CLI doesn't seem to support forced authentication, and therefore I manually created an appropriate file in config/auth/svn.simple/ which allowed authentication to succeed.

Has anyone else reported this?

Is it ok to remove the use of setAuthenticationForced here, as it doesn't seem to actually force the validation of credentials?

Thanks,
Stu.

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

1 participant