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

Re: Question on release process - making release public by svn move

From: Daniel Shahaf <danielsh_at_apache.org>
Date: Sat, 3 Mar 2012 11:02:15 +0200

> >>> The release tarballs and signatures can be svn mv'ed from the
> >>> https://dist.apache.org/repos/dist/dev/httpd/ repository across to the
> >>> https://dist.apache.org/repos/dist/release/httpd/ repository.
> >>> <<
> >>>
> >>> I've tried using svn mv directly on a test repo (i.e. not using a
> >>> workspace), and it does not seem to be possible to move multiple files
> >>> at once.
> >>>
> >>> Can I ask for a bit more detail on how you actually do the move?

1)
svnmucc -m logmsg -U https://dist.apache.org/repos/dist/ \
        mv dev/subversion/subversion-1.7.4.tar.bz2 \
           release/subversion/subversion-1.7.4.tar.bz2 \
        mv dev/subversion/subversion-1.7.4.tar.bz2.asc \
           release/subversion/subversion-1.7.4.tar.bz2.asc

2)
svn mv https://dist.apache.org/repos/dist/dev/subversion/subversion-1.7.4.tar.bz2 \
       https://dist.apache.org/repos/dist/dev/subversion/subversion-1.7.4.tar.bz2.asc \
       https://dist.apache.org/repos/dist/release/subversion/

3)
svn mv https://dist.apache.org/repos/dist/dev/subversion/1.7.4/ \
       https://dist.apache.org/repos/dist/release/subversion/

4)
svn mv https://dist.apache.org/repos/dist/dev/subversion/1.7.4/ \
       https://dist.apache.org/repos/dist/release/subversion/1.7.4/

Does that answer your question?
Received on 2012-03-03 10:02:35 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.