I can connect to the SVN Server installed on Ubuntu using the command line because there is no GUI. My problem is that I don't know where the repos are stored in the svn system and I couldn't find it in my search. We use Tortoise but that doesn't help me to get to where the repos are stored. I would appreciate if you can help me with this.
I have examined many definition files such as config files etc. but there is no repository available in the specified places.
My expectation is to find out where and how the repository file structure I want to find is kept.
/var/svnbut all the config files should point there (look forSVNPath). However, it's not clear what you want to accomplish. You'd connect to a repo using a URL and its actual storage location should not matter. It's also not clear what you want to do with a repo. It's a database format, you won't find your files there.svn checkoutorsvn export.