So this isn't necessarily a programming question but here it is. Also I'm not sure if this is the right area to be posting this. Couldn't find an area that matched my question
If I have a SVN Repository like /usr/data/svn/myproject And this repo directory has files and folders in it.
Then I type
sudo svnadmin create myproject
Will that automatically overwrite the previous directory or will it throw an error saying the repo already exists
I by mistake created my new directory and I am not sure if it overwrited an existing directory