jojochuang commented on code in PR #143: URL: https://github.com/apache/ozone-site/pull/143#discussion_r2043186954
########## docs/08-developer-guide/04-project/02-release-guide.md: ########## @@ -24,6 +33,25 @@ brew install gnu-tar export PATH="$HOMEBREW_PREFIX/opt/gnu-tar/libexec/gnubin:$PATH" ``` +You may encounter problems regarding sqlite3 compatibility issues when installing Subversion on Mac. Use the following workaround to resolve it: + +```bash title="Install Subversion on Mac" +# fix svn sqlite3 incompatibility +brew update +brew remove sqlite svn +brew reinstall sqlite svn --build-from-source +``` + +</TabItem> +<TabItem value="linux" label="Linux"> Review Comment: I'll verify with different flavors of Linux. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
