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

Re: How to make the "tags" folder immutable?

From: Andrey Repin <anrdaemon_at_freemail.ru>
Date: Wed, 8 Apr 2009 01:37:09 +0400

Greetings, Shrinivasan!

> We have a single repository which has multiple projects.
> every project has "tags" folders.

And you've indeed noticed that every commit to one of these projects increase
revision number for all of them?
If they are completely separate projects, you better split them and host every
project separately.
Read about SVNParentPath and look issue thread here
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1521048
about general configuration scheme and here
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1461625
if you want to have your repositories hosted directly from
http://yourserver/reposname, without intermediate /repos/, /svn/ or whatever
useless URL part you can invent.

Also I suggest some reading around svnadmin dump to get your repos' split
properly.

Then the matter of denying someone access to the /tags will be as simple as

[/tags]
@svnadmins = rw

Note: without a repository name, it will affect EVERY repository.

--
WBR,
 Andrey Repin (anrdaemon_at_freemail.ru) 08.04.2009, <1:26>
Sorry for my terrible english...
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1583948
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-07 23:41:00 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.