On Dec 29, 2009, at 19:07, Andy Levy wrote: > On Tue, Dec 29, 2009 at 19:36, Gilbert Ornelas wrote: >> > >> I have been trying to figure out where in the server my projects >> source code resides phisically. I can vew it through apache >> (http://localhost/svn) but I cannot seem to figure out where the >> source code is in my server. >> >> For example: If I have in source control files Project1/somefileA, >> I would expect to find in some location a directory Project1 and >> inside a file somefileA when I log in through my terminal. > > You cannot see the files themselves. They are stored in the repository > database. This database is not meant to be read by anything but the > Subversion libraries.
The location of this database is specified in your Apache configuration. Look for a line like "SVNPath /path/to/repository" or "SVNParentPath /path/to/repositories".