jira-importer commented on issue #981: URL: https://github.com/apache/maven-scm/issues/981#issuecomment-2964637193
**[Chris Graham](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=chrisgwarp)** commented From what I can see and remember, the --dir option, which was present from RTC 2.x, 3.x to 4.0.1. I believe that 4.0.2 to 4.0.5 broke my implementation as they renamed the command to --directory for better consistency with other commands. It was changed back to working in 4.0.6, and should also work for 5.0+ as well. https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id=263772 My issue is that --directory did not exist prior to 4.0.2. I will have to check to see if I can use -d across all versions. RTC V2 is now officially out of support since V5 has been released, so that may work in my favor. The other important thing to note, is that you can use older versions of the client to connect to the server, but not a newer. So if you are using RTC 4.0.5 on the server, your only option would be to install an older version of the client (one that works, eg 4.0.1) rather than upgrade to a V5 client. So the recommendation to work around this issue is to downgrade the client to one that works <4.0.2. -- 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]
