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

RE: Repository Directory Tree

From: Giulio Troccoli <Giulio.Troccoli_at_uk.linedata.com>
Date: Mon, 13 Sep 2010 08:53:13 +0100

>

Linedata Limited
Registered Office: 85 Gracechurch St., London, EC3V 0AA
Registered in England and Wales No 3475006 VAT Reg No 710 3140 03

-----Original Message-----

> From: Nico Kadel-Garcia [mailto:nkadel_at_gmail.com]
> Sent: 10 September 2010 23:01
> To: Lorenz
> Cc: users_at_subversion.apache.org
> Subject: Re: Repository Directory Tree
>
> On Fri, Sep 10, 2010 at 5:57 PM, Nico Kadel-Garcia
> <nkadel_at_gmail.com> wrote:
> > On Fri, Sep 10, 2010 at 1:42 AM, Lorenz <lorenznl_at_yahoo.com> wrote:
> >> Giulio Troccoli wrote:
> >>>[...]
> >>>- check out the whole thing (it might be too big but maybe not)
> >>> svn checkout file:///var/svn ~/tmp This will create a new
> >>>directory called tmp in your home directory whit the whole
> of your repository.
> >>>Insinde ~/tmp you will have var/svn/proj1, var/svn/proj2
> and var/svn/proj3.
> >>>
> >>>- move the projects to the root of your repository
> >>> cd ~/tmp
> >>> svn move var/svn/proj1 proj1
> >>> svn move var/svn/proj2 proj2
> >>> svn move var/svn/proj3 proj3
> >>>Since you have used svn command the history will be preserved.
> >>>
> >>>- commit
> >>> svn commit -m"Reorganising the projects"
> >>
> >> if you don't want to check-out the whole repository, and
> are working
> >> from the command line anyway, you can use svnmucc to do the
> >> restructuring in one commit without a working copy.
> >>
> >> svnmucc mv url1 url2 mv url3 url4 ...
> >> --
> >
> > What, exactly, is wrong with:
> >
>
> Gahh, web interface messed with my use of tabs in typing:
>
> What's wrong with this syntax to do the move without a checkout?
>
> svn move [URLOFREPO]/var/svn/proj1 [URLOFREPO/proj1

Nothing at all. I personally prefer to do all my restructuring in a working copy and commit once I'm happy, that's why I suggested that way.

G
Received on 2010-09-13 09:54:11 CEST

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

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