On Thu, 03 Jan 2013 11:56:42 +0100
Christoph Zwerschke <[email protected]> wrote:
> Am 03.01.2013 04:46, schrieb D'Arcy J.M. Cain:
> > OK, I went to tag and bag and I don't see how.  Do we just record
> > the current version number somewhere?  What did we do last time?
> 
> In Subversion, you just do a copy to create tags. Something like this:

Right.  I saw that but I didn't have tags checked out so I thought that
we did something different.  I see that it was because I only had the
trunk checked out.

> svn copy file:///usr/svn/Public/pygresql/trunk \
>      file:///usr/svn/Public/pygresql/tags/4.1 \
>      -m "Tagging version 4.1"

I have done that except I copied directly into the repository.

svn copy svn+ssh://svn.pygresql.org/usr/svn/Public/pygresql/trunk \
    svn+ssh://svn.pygresql.org/usr/svn/Public/pygresql/tags/4.1 \
    -m "Tagging release 4.1"

> just a convention to put tags and branches there. Before we start
> working on version 5.0 in the trunk, we should move the trunk to
> branches/4.0 so we can continue working on 4.x bugfix releases there.

Should it be called "branches/4.x" since it will be the the trunk for
the 4.x series?

-- 
D'Arcy J.M. Cain
PyGreSQL Development Group
http://www.PyGreSQL.org IM:[email protected]
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql

Reply via email to