Editting ~subversion/servers file

richaprajapati

New Member
Joined
Apr 2, 2021
Messages
1
Reaction score
0
Credits
12
With no sudo access: Whenever I try to save and exit the file after adding text to it in ~/.subversion/servers, I face an error as E212: cannot open file for writing..
What can be done to save and exit the file with added text ? Also there are no sudo rights.
 


What are the permissions of that file, can you share the output of the following.
Code:
ls -l ~/.subversion/servers
id
 


Top