bzr-svn 1.0 ?

Jelmer Vernooij jelmer at samba.org
Mon Jun 8 14:08:23 BST 2009


John Szakmeister wrote:
> On 6/7/09, Jelmer Vernooij <jelmer at samba.org> wrote:
> [snip]
>   
>> Before externals can be supported in bzr-svn nested trees have to be
>> supported in Bazaar, and it doesn't look like that will be anytime soon.
>>     
>
> *nod*  I see some work has been done on them and it's slowly coming in
> (no offense to anyone, I realize these things take time).
>
>   
>> eol-style is already supported in Subversion working copies, and so are
>> properties. Bazaar doesn't have equivalents for these yet, so there's
>> nothing bzr-svn can map to.
>>     
>
> I guess that's what I'm getting at.  I don't know of any way to set
> Subversion properties (even if Bazaar doesn't respect them).  But I'm
> not necessarily using Subversion working copies either (I take it we
> agree on the meaning there: working copies originally created by
> Subversion versus a Bazaar branch created with bzr-svn).  The issue
> comes up whenever I need to add files into a branch that I'm working
> on, because they don't necessarily get all the right properties set...
> and some of these projects really require them.  
Native svn working copies are also created when you use "bzr checkout
--lightweight".

> It'd be nice to have
> an svn-setprop command or something to help set them.  Although, my
> particular case may be broken a bit, because I was unable to branch
> the trunk originally (it was pretty early on and a number of fixes
> have been made since then).
If we had a "bzr svn-setprop" command it would only work in Subversion
working copies (and for that purpose you can already use "svn propset").
Supporting such a command in Bazaar working trees / branches would
require format changes in Bazaar itself, since there is no place to
store file properties at the moment. I am doubtful such a change would
be accepted in Bazaar, since it's just a workaround for features that
are in progress.

Cheers,

Jelmer



More information about the bazaar mailing list