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

Re: Exposing SVN through Apache

From: David Weintraub <qazwart_at_gmail.com>
Date: Tue, 28 Sep 2010 17:12:50 -0400

What you need to do is have a WORKING copy inside of your HTML's
document directory, and not just the source repository.

If you use "svn export", there's not much to it. You simply delete the
old copy and do "svn export <repository location> to the spot you want
the files.

If you want a full working client directory where you can do "svn up"
to update the files, you need to set Apache up to ignore the .svn
files. Otherwise, someone will find them.

Someone already pointed you to the FAQ which should answer most of
your questions. It isn't all that difficult. The basic Apache setup is
much more difficult that getting Subversion to work. You simply treat
the working directory as if it was your DOCROOT. That's all there
really is to it.

-- 
David Weintraub
qazwart_at_gmail.com
Received on 2010-09-28 23:13:32 CEST

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.