Operations on server
Martin Guillon
MGuillon at movea.com
Tue Jan 5 08:32:48 GMT 2010
Thanks a lot it seems to work just fine
-----Original Message-----
From: Jelmer Vernooij [mailto:jelmer at samba.org]
Sent: Monday, January 04, 2010 2:08 PM
To: Martin Guillon
Cc: bazaar at lists.canonical.com
Subject: Re: Operations on server
<
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