My experience with bzr-svn

Jelmer Vernooij jelmer at samba.org
Tue May 19 02:45:36 BST 2009


On Mon, May 18, 2009 at 08:45:02PM -0400, Lars Kellogg-Stedman wrote:
> > What sort of layout does your repository have?
> "none" would be the preferred choice.  This repository has effectively
> no tagging or branching.  The layout looks like:

>   documentation/
>   managers/
>   redhat/
>   sites/
>   projects/someprojectname/foo.c
>   projects/someotherprojectname/another_file

> And so forth.  I just want the "projects/" subdirectory.  I've tried:

> $ bzr svn-import svn+https://svn.example.com/reporoot/projects/

If you just want that specific branch rather than a set of branches, try:

$ bzr branch svn+https://svn.example.com/reporoot/projects/ projects

Cheers,

Jelmer

-- 
Jelmer Vernooij <jelmer at samba.org> - http://jelmer.vernstok.nl/



More information about the bazaar mailing list