Operations on server

Jelmer Vernooij jelmer at samba.org
Mon Jan 4 13:08:20 GMT 2010


<

On Mon, 2010-01-04 at 13:48 +0100, Martin Guillon wrote:

> This morning I imported our svn layout to bazaar. It worked great but
> as a result I got something like that(due to our old svn layout):
> 
>  
> 
> Dir1
> 
> .bzr (the repository)
> 
> Src/Project/branches
> 
>                           Tags
> 
>                           Trunk
> 
>  
> 
>  
> 
> And I would like to change it to that:
> 
> Dir1
> 
> .bzr(the repository)
> 
> Branches
> 
> Tags
> 
> Trunk
> 
>  
> 
> But I really don’t see how to operate on my repository to move the
> dirs and delete empty resulting directories.
> 
> So my question is how do you do direct operations on the repository?
> 
Since you would only want to move the branches, just use filesystem
operations to move them around. That should just work.

Cheers,

Jelmer




More information about the bazaar mailing list