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

Re: Managing public and private data in svn

From: js <ebgssth_at_gmail.com>
Date: 2007-12-09 14:51:14 CET

Hi Pekka,
Thanks for the info.

But that article doesn't tell me how to prevent users from seeing private data.
Should I have to create another svn repository to do it?

On Dec 9, 2007 10:02 PM, Pekka Niiranen <pekka.niiranen@pp5.inet.fi> wrote:
>
> js wrote:
> > Hi,
> >
> > I'm trying to manage two kind of data, public and private one.
> >
> > The public ones are source code,
> > that I want to be read-write accessable from users who
> > have an account on the server, but read-only for the others.
> > (I could implement this by using svn+ssh)
> >
> > The private ones are configuration files, apache.conf, my.cnf
> > and like that which I don't want to be read by
> > anyone except for me.
> >
> > I tried to implement this by creating one big repository.
> > I did svn mkdir public and private in there and
> > installed mod_dav_svn.
> > Then I added "SVNPath /path/to/svn/public/" to apache's conf
> > and tried browsing it but
> > I got "Could not open the requested SVN filesystem"
> > and didn't work.
> >
> > So Could anyone please give me some advice or any hints?
> > I searched on the web but didn't find exact info.
> >
> > Thanks.
>
> Hi,
>
> try this article:
>
> "ONLamp.com: Setting up a Secure Subversion Server"
>
> Use svnaccess -file to set up directory rights per user.
>
> -pekka-
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Dec 9 14:51:50 2007

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.