From: Marius Mauch <genone@gentoo.org>
To: gentoo-portage-dev@lists.gentoo.org
Subject: Re: [gentoo-portage-dev] The road ahead...
Date: Sat, 22 Oct 2005 13:48:22 +0200 [thread overview]
Message-ID: <20051022134822.26a729cd@sven.genone.homeip.net> (raw)
In-Reply-To: <200510220014.40928.jstubbs@gentoo.org>
[-- Attachment #1: Type: text/plain, Size: 1182 bytes --]
On Sat, 22 Oct 2005 00:14:40 +0900
Jason Stubbs <jstubbs@gentoo.org> wrote:
> The cheapness is exactly why I was questioning. Consider:
>
> # svn cp tags/2.0.53 branches/2.0.53-branch
> # cd branches/2.0.53-branch
> # patch < something-that-needs-fixing-now.patch
> # svn ci
> # cd ../..
> # svn cp branches/2.0.53-branch tags/2.0.53-r1
> # svn rm branches/2.0.53-branch
> # svn ci
The last fives steps are easier to do:
# svn ci # could even omit this, but that's bad practice
# svn mv . ../../tags/2.0.53-something
# cd ../..
# svn ci
> compared to:
>
> # svn cp tags/2.0.53 tags/2.0.53-r1
> # cd tags/2.0.53-r1
> # patch < something-that-needs-fixing-now.patch
> # svn ci
>
> With the way subversion works, I would have thought the end result
> would be identical...
It is, but the concept of a tag in vcs (as I understand it) is that
it's immutable, and branches are the mutable counterpart. Technically
it doesn't matter to svn.
Marius
--
Public Key at http://www.genone.de/info/gpg-key.pub
In the beginning, there was nothing. And God said, 'Let there be
Light.' And there was still nothing, but you could see a bit better.
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2005-10-22 11:48 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-15 4:45 [gentoo-portage-dev] The road ahead Jason Stubbs
2005-10-15 4:59 ` Brian Harring
2005-10-16 5:20 ` Zac Medico
2005-10-15 5:16 ` Brian Harring
2005-10-16 9:20 ` Jason Stubbs
2005-10-16 23:25 ` Zac Medico
2005-10-19 13:56 ` Jason Stubbs
2005-10-21 10:06 ` Marius Mauch
2005-10-21 15:14 ` Jason Stubbs
2005-10-22 1:08 ` Brian Harring
2005-10-22 3:13 ` Jason Stubbs
2005-10-22 3:30 ` Brian Harring
2005-10-22 12:25 ` Jason Stubbs
2005-10-22 12:35 ` Brian Harring
2005-10-22 11:48 ` Marius Mauch [this message]
2005-10-22 1:05 ` Brian Harring
2005-10-23 3:26 ` Jason Stubbs
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20051022134822.26a729cd@sven.genone.homeip.net \
--to=genone@gentoo.org \
--cc=gentoo-portage-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox