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 <cmpil...@collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to