View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000718 | Subversion for OS/2 & eCS | Bug | public | 2020-08-25 03:16 | 2020-08-25 03:16 |
| Reporter | LewisR | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | new | Resolution | open | ||
| Product Version | 1.14.x | ||||
| Target Version | 1.14.x | Fixed in Version | |||
| Summary | 0000718: svnsync 1.14.0 (2020-08-24) seems to pass source credentials to local server instance and not to source server | ||||
| Description | Attempting to init a mirror using a destination (mirror) URI for a local repository over the svn:// protocol, I noticed auth failures on the local server side. This is unexpected, because by definition, --source-username and --source-password should be sent to the source (remote server) side. | ||||
| Steps To Reproduce | {0}[j:\] svnsync init --source-username username --source-password pass svn://localhost/svn14-snap-test svn://hawking:3691/svn14-snap-test/ | ||||
| Additional Information | Result: CLI says: svnsync: E170001: Authorization failed local svnserve.log says: 3352 2020-08-24T17:30:23.558000Z 127.0.0.1 - svn14-snap-test open 2 cap=(edit-pipeline svndiff1 accepts-svndiff2 absent-entries depth mergeinfo log-revprops) / SVN/1.14.0%20(i386-pc-os2-emx) - 3352 2020-08-24T17:30:23.558000Z 127.0.0.1 - svn14-snap-test rev-prop r0 svn:sync-lock 3352 2020-08-24T17:30:23.558000Z 127.0.0.1 - svn14-snap-test ERR - 0 170001 Authorization failed Auth should be attempted against the remote (source) server, and not the local (destination) one. For reference: initialize (init): usage: svnsync initialize DEST_URL SOURCE_URL --source-username ARG : connect to source repository with username ARG --source-password ARG : connect to source repository with password ARG This may tie in somehow with 0000717 and #713, if the source and destination are somehow being switched. | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2020-08-25 03:16 | LewisR | New Issue |