On Tue, Dec 29, 2009 at 19:36, Gilbert Ornelas <gtorne...@gmail.com> wrote: > Hello, > > I am currently using subversion to manage my projects. I am using > smartsvn as a client and everything works smoothly. > > 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.