Brian Harring wrote:
> On Wed, Jul 11, 2007 at 09:38:54AM -0500, Deryck Hodge wrote:
>> For example:
>>
>> mkdir repos
>> cd repos
>> bzr init
>> svn co http://code.djangoproject.com/svn/django/trunk/ django_trunk
>> bzr add django_trunk
>> bzr commit
>>
>> Then you can bzr branch from there to have as many branches as needed.
> Doing that makes merging a fairly major PITA: alternative-

What do you mean by this?  Merging from others' branches?  Merging to 
svn repo?  I've been using bazaar lately for my work on Django, but have 
only really used it on my local machine.

> bzr branch http://pkgcore.org/~ferringb/django/trunk
> 
> using bzr-svn to proxy svn directly into bzr; usually is up to date 
> within a day or so, although if folks beyond me use it I can cronjob 
> it to be a bit more regular.

I also noticed that there is a Django project set up on launchpad [1] 
which has an import of Django's subversion repository and seems to be 
synced at least a couple times a day from what I have noticed.

Speaking of launchpad, has anyone had much experience using it?  If so, 
what are your thoughts?  I have been dabbling a (very little) bit with 
it recently, and like what I have seen so far.

Anyone can register branches for a project, which all show up on the 
project's code page.  Branches can be linked to design specs 
(blueprints), can set dependencies on other branches, and branches can 
either be owned by an individual or a team.

> Only real downside I see to this route is that trac doesn't understand 
> how to render bundles; so you wind up having to do bzr diff instead of 
> just bundling the revs you want to throw at upstream.
> 
> ~harring

Gary

[1] https://launchpad.net/django

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to