You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by Alex Karasulu <ak...@apache.org> on 2007/12/10 16:39:57 UTC

[Alert] Swapping trunks with bigbang branches

Hi y'all,

I'ma gonna swap em now.  Heads up!

Alex

Re: [Alert] Swapping trunks with bigbang branches

Posted by Alex Karasulu <ak...@apache.org>.
On Dec 10, 2007 11:05 AM, Alex Karasulu <ak...@apache.org> wrote:

> svn cp ${project.base}/trunk ${project.base}/tags/old_trunk
> svn mv ${project.base}/branches/bigbang ${project.base}/trunk
> svn cp ${project.base}/branches/bigbang ${ project.base
> }/tags/post_bigbang_phase1
>


Correction that would be ...

svn mv ${project.base}/trunk ${project.base}/tags/old_trunk
svn cp ${project.base}/branches/bigbang ${project.base}/trunk
svn cp ${project.base}/branches/bigbang ${ project.base
}/tags/post_bigbang_phase1


Alex

Re: [Alert] Swapping trunks with bigbang branches

Posted by Alex Karasulu <ak...@apache.org>.
Done did it!

OK so here's what I did for the following projects:

project.name: shared
project.base: https://svn.apache.org/repos/asf/directory/shared

project.name: daemon
project.base: https://svn.apache.org/repos/asf/directory/daemon

project.name: project
project.base: https://svn.apache.org/repos/asf/directory/project

project.name: apacheds
project.base: https://svn.apache.org/repos/asf/directory/apacheds

Here's are the svn commands issued on each project:

svn cp ${project.base}/trunk ${project.base}/tags/old_trunk
svn mv ${project.base}/branches/bigbang ${project.base}/trunk
svn cp ${project.base}/branches/bigbang ${project.base
}/tags/post_bigbang_phase1

Let's start on the next phase.

Alex

On Dec 10, 2007 10:39 AM, Alex Karasulu <ak...@apache.org> wrote:

> Hi y'all,
>
> I'ma gonna swap em now.  Heads up!
>
> Alex
>
>
>
>