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

Managing public and private data in svn

From: js <ebgssth_at_gmail.com>
Date: 2007-12-09 11:48:59 CET

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.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Dec 9 11:49:31 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.