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

Re: branches / tags / trunk

From: Ryan Schmidt <subversion-2009a_at_ryandesign.com>
Date: Thu, 22 Jan 2009 03:04:20 -0600

On Jan 21, 2009, at 08:49, Yves Dorfsman wrote:

> I'd like to hear from people with a large user base who switched from
> another VCS to subversion, and how their users coped with the
> branches and
> tags being in a different directory, the fact that they can't
> "switch" the
> current directory to a different tag or branch, the problem of
> forgetting to
> add "trunk" when checking out and getting GiB of files instead of
> MiB, etc...

As others have mentioned, of course you can switch the working copy
between the trunk, the branches and tags, using "svn switch."

You can prevent people from checking out the entire repository (and
forcing them to check out either the trunk or a branch or tag they're
interested in) by serving the repository with apache2 instead of
svnserve and installing mod_dontdothat:

http://svn.collab.net/repos/svn/trunk/contrib/server-side/
mod_dontdothat/

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1042963

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-01-22 18:22:47 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.