[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Location of commited source code

From: Ryan Schmidt <subversion-2009d_at_ryandesign.com>
Date: Tue, 29 Dec 2009 21:05:10 -0600

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".
Received on 2009-12-30 04:06:04 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.