💻 Software
How can I solve this error I get when I commit changes on an SVN repository from the Ubuntu terminal?
Fresh5 days ago
Mar 15, 20269645 viewsConfidence Score0%
0%
Problem
When I commit changes on a SVN repository, I always run into the following problem in the terminal in Ubuntu: Any ideas how to solve it?
Error Output
Error reading /home/ssylee/.nano_history: Permission denied
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How can I solve this error I get when I commit changes on an SVN repository from the Ubuntu terminal?
Low Risk
This is usually caused by running . This runs the nano process as root, but leaves set to the regular user's home directory, so if nano creates any files (including the .nano_history file), it will be owned by root and placed in your home directory.…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix