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

Re: Keeping tags/ and branches/ in the "trunk"

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: Mon, 25 Jan 2010 10:26:53 -0500

trans wrote:
> Hi--
>
> Is it possible to keep tags/ and branches/ in the trunk/ so as not to
> have to differentiate these three at the top of a repository.

[...]

> I think I might prefer this approach, if possible. The problem of
> course is in creating new tags and branches, i.e. making a copy, I
> would need to prevent the tags/ and branches/ directories from being
> copied in the process. Is there a way to do that?

I'm ... confused. You're asking us how you can differentiate tags and
branches in a directory scheme that you've designed specifically to avoid
differentiating tags and branches? This is madness.

If you truly wish to avoid differentiation of this sort, just omit the
"branches" and "tags" container directories and make all these items (tags,
branches, and the trunk -- which is just a special sort of branch after all)
siblings:

   /
      trunk # ah... good ol' trunk.
      issue-1414-dev # perhaps a branch -- but is it?
      release-1.0 # looks kinda tag-ish -- but is it?
      chicken-wire-and-vasoline # *shrug* beats me!

-- 
C. Michael Pilato <cmpilato_at_collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Received on 2010-01-25 16:27:36 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.