jira-importer commented on issue #481: URL: https://github.com/apache/maven-scm/issues/481#issuecomment-2964598219
**[Dana Lacoste](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=dlacoste)** commented I haven't investigated the code since November 2006, but at that time, Brian, but at that time this would happen : 1 - read filespec line 2 - create new clientspec with filespec line as referenced (over-write, not append) 3 - sync 4 - if not persist, delete clientspec. if persist, keep clientspec. so you always lost your current clientspec, though you could keep it for manual work later. It's just the way the code was written. the persist variable was not investigated at clientspec create, only at clientspec delete. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
