Hi, how are you?
You installed svn on Linux and even created a repository in /usr/local.
The path the domain looks at is /home/www this way.
If you modify and commit the file using svn, the file will be saved in the /usr/local storage.Isn't it impossible to check the screen on the web (/home/www)?
I only used the configured svn, but it's complicated to install it alone on Linux.
I wonder if there is a way.
linux svn
Svn and document root are different, so we can't check even if we commit.
Replace the repository of svn with /home/www, or
You can replace the domain document root with /usr/local.
The method may vary from environment to environment, but it's not that difficult.
© 2024 OneMinuteCode. All rights reserved.