[
https://issues.apache.org/jira/browse/SCM-562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17962073#comment-17962073
]
ASF GitHub Bot commented on SCM-562:
------------------------------------
jira-importer opened a new issue, #772:
URL: https://github.com/apache/maven-scm/issues/772
**[Carlos Sanchez
Gonzalez](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=carlos)**
opened
**[SCM-562](https://issues.apache.org/jira/browse/SCM-562?redirect=false)** and
commented
From MRELEA[SE-497](https://issues.apache.org/jira/browse/SE-497). Patch
attached to that issue
> When release-plugin commit to SVN, it overwrites the auth cache with
username/password defined in the pom.xml.
> I want to use a separate username `maven' for maven-related commits, and
personal username `lenik' for personal development commits, when I start to
using maven release plugin, it always overwrite the auth cache with user
`maven' , and I must do a "Tortoise/Settings/Saved Data/Clear auth cache"
before commit my personal changes.
>
> A recommend solution:
> add an option "--no-auth-cache" to svn commit command line will resolve
this problem. with option --no-auth-cache, the existing auth cache is left
unchanged after commited.
> if there is an auth-cache option in pom.xml, say
\<auth-cache>false\</auth-cache> under \<scm> element, it should be false be
default.
---
**Affects:** 1.3
**Issue Links:**
- [MRELEASE-497](https://issues.apache.org/jira/browse/MRELEASE-497) Don't
overwrite SVN auth cache
(_**"duplicates"**_)
- [MRELEASE-497](https://issues.apache.org/jira/browse/MRELEASE-497) Don't
overwrite SVN auth cache
(_**"is depended upon by"**_)
1 votes, 0 watchers
> Don't overwrite SVN auth cache
> ------------------------------
>
> Key: SCM-562
> URL: https://issues.apache.org/jira/browse/SCM-562
> Project: Maven SCM (Moved to GitHub Issues)
> Issue Type: New Feature
> Components: maven-scm-provider-svn
> Affects Versions: 1.3
> Reporter: Carlos Sanchez Gonzalez
> Assignee: Olivier Lamy
> Priority: Major
> Fix For: 1.4
>
>
> From MRELEASE-497. Patch attached to that issue
> {quote}
> When release-plugin commit to SVN, it overwrites the auth cache with
> username/password defined in the pom.xml.
> I want to use a separate username `maven' for maven-related commits, and
> personal username `lenik' for personal development commits, when I start to
> using maven release plugin, it always overwrite the auth cache with user
> `maven' , and I must do a "Tortoise/Settings/Saved Data/Clear auth cache"
> before commit my personal changes.
> A recommend solution:
> add an option "--no-auth-cache" to svn commit command line will resolve this
> problem. with option --no-auth-cache, the existing auth cache is left
> unchanged after commited.
> if there is an auth-cache option in pom.xml, say
> <auth-cache>false</auth-cache> under <scm> element, it should be false be
> default.
> {quote}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)