svn credentials does not work
the problem:
Job started
svn checkout -q svn://*****/ "/appveyor/projects/thtd" --non-interactive --trust-server-cert
svn log command exited with code 1
I see it run svn checkout
with --username
and --password
(does not shown in web log but shown in server log) and checkout command works well, but following svn log command seems can't access the credential and failed.
If I save passwords manually in runner machine it will work.
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 20 Jul, 2021 06:23 PM
If you can save credentials manually and it works then you may save them using a script on "init" phase of the build, before clone operation. Hope that helps.
2 Posted by zh99998 on 22 Jul, 2021 01:15 AM
this is a very general bug and will make all svn project fail.
I don't think it should be patched in project.
Support Staff 3 Posted by Feodor Fitsner on 22 Jul, 2021 05:27 PM
OK, how/where do you save credentials to make it work? I'd check with that we do in a build agent.
Feodor Fitsner closed this discussion on 21 Sep, 2021 09:03 PM.