Re: Experimental Git repository available

2008-06-20 Thread David Reynolds
On 19 Jun 2008, at 6:07 pm, Jacob Kaplan-Moss wrote: > If you know the correct incantation to add other git-svn-created > branches, feel free to school me :) I think Brian Rosner covered pulling in all branches from svn on his screencast about django and git [0] but I can't off the top of my

Re: Experimental Git repository available

2008-06-20 Thread Jeffrey Gelens
On Jun 20, 3:21 am, "Waylan Limberg" <[EMAIL PROTECTED]> wrote: > On Thu, Jun 19, 2008 at 1:52 PM, Alexander Solovyov > > <[EMAIL PROTECTED]> wrote: > > > On Thu, Jun 19, 2008 at 8:09 PM, Jacob Kaplan-Moss > > <[EMAIL PROTECTED]> wrote: > >> Yeah, hgsvn is one-way, > > > H > > >>hg help

Re: Experimental Git repository available

2008-06-19 Thread Gary Wilson Jr.
Marc Fargas wrote: > El jue, 19-06-2008 a las 14:03 -0700, Michael Elsdörfer escribió: >> FWIW (I'm currently playing around with all three of them), bazaar >> appears to support pushing into svn as well. > > Yes, with bzr-svn. Be advised, though, that currently bzr-svn will dump out a ton of

Re: Experimental Git repository available

2008-06-19 Thread Jeremy Dunck
On Thu, Jun 19, 2008 at 5:02 PM, Rob Hudson <[EMAIL PROTECTED]> wrote: > > On 6/19/08, Rob Hudson <[EMAIL PROTECTED]> wrote: >> Use the `-T`, `-t`, `-b` flags, or `-s` if the project has a "standard >> layout". This should bring over branches and tags as well. Oh, er, uh, I didn't notice only

Re: Experimental Git repository available

2008-06-19 Thread Rob Hudson
On 6/19/08, Rob Hudson <[EMAIL PROTECTED]> wrote: > Use the `-T`, `-t`, `-b` flags, or `-s` if the project has a "standard > layout". This should bring over branches and tags as well. I forgot to reference the man page (which was in my clipboard):

Re: Experimental Git repository available

2008-06-19 Thread Rob Hudson
On 6/19/08, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote: > > On Thu, Jun 19, 2008 at 11:55 AM, [EMAIL PROTECTED] > <[EMAIL PROTECTED]> wrote: > > Is this only going to offer the trunk branch? > > > Until I learn more about Git, yes :) > > If you know the correct incantation to add other

Re: Experimental Git repository available

2008-06-19 Thread Tom Tobin
On Thu, Jun 19, 2008 at 4:27 PM, Marc Fargas <[EMAIL PROTECTED]> wrote: > El jue, 19-06-2008 a las 14:03 -0700, Michael Elsdörfer escribió: >> FWIW (I'm currently playing around with all three of them), bazaar >> appears to support pushing into svn as well. > > Yes, with bzr-svn. Didn't play too

Re: Experimental Git repository available

2008-06-19 Thread Michael Elsdörfer
> Yeah, hgsvn is one-way, which git-svn has the "dcommit" command > which'll commit back to SVN. I'm really not much of a git fan, but > git-svn makes a better svn than svn does, if you know what I mean. FWIW (I'm currently playing around with all three of them), bazaar appears to support

Re: Experimental Git repository available

2008-06-19 Thread Ben Ford
> Something like this? > http://hg.dpaste.com/django/ Yeah I use that one at the moment, I was getting at a more thing. I'm sure that's more difficult to do with HG then GIT and like Jacob said, it's a moot point anyway :-) Ben 2008/6/19 Ariel Mauricio Nunez Gomez

Re: Experimental Git repository available

2008-06-19 Thread Jeremy Dunck
I'm just guessing, but I think git-clone doesn't pull in remotes, so that our clones are getting whatever's your master, hence trunk. You can make a local copy of a remote branch like so: git-checkout -b local/branchname branchname There's no magic in the "local" prefix, it's just to

Re: Experimental Git repository available

2008-06-19 Thread Waylan Limberg
On Thu, Jun 19, 2008 at 1:52 PM, Alexander Solovyov <[EMAIL PROTECTED]> wrote: > > On Thu, Jun 19, 2008 at 8:09 PM, Jacob Kaplan-Moss > <[EMAIL PROTECTED]> wrote: >> Yeah, hgsvn is one-way, > > H > >>hg help convert > hg convert [OPTION]... SOURCE [DEST [REVMAP]] > > Convert a foreign SCM

Re: Experimental Git repository available

2008-06-19 Thread dankelley
You're a gentleman and a scholar, Jacob. I think you'll find that git is a tool that feels good in the hand. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send

Re: Experimental Git repository available

2008-06-19 Thread Alexander Solovyov
On Thu, Jun 19, 2008 at 8:09 PM, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote: > > On Thu, Jun 19, 2008 at 11:59 AM, Ben Ford <[EMAIL PROTECTED]> wrote: >> This sounds like a nice idea... Any plans to do a mercurial repo (a-la the >> documentation refactor)? Am I right in thinking that support of

Re: Experimental Git repository available

2008-06-19 Thread Tom Tobin
On Thu, Jun 19, 2008 at 11:39 AM, Jacob Kaplan-Moss <[EMAIL PROTECTED]> wrote: > I've published an experimental Git clone of Django's SVN repository > (created with git-svn). If you're a Git user and want to use this > repository, be my guest. Please still upload patches to Trac for > review, but

Re: Experimental Git repository available

2008-06-19 Thread Jacob Kaplan-Moss
On Thu, Jun 19, 2008 at 11:59 AM, Ben Ford <[EMAIL PROTECTED]> wrote: > This sounds like a nice idea... Any plans to do a mercurial repo (a-la the > documentation refactor)? Am I right in thinking that support of SVN <=> HG > is less complete than GIT <=> SVN? Yeah, hgsvn is one-way, which

Re: Experimental Git repository available

2008-06-19 Thread Jacob Kaplan-Moss
On Thu, Jun 19, 2008 at 11:55 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Is this only going to offer the trunk branch? Until I learn more about Git, yes :) If you know the correct incantation to add other git-svn-created branches, feel free to school me :) Jacob

Re: Experimental Git repository available

2008-06-19 Thread Ben Ford
Hi Jacob, This sounds like a nice idea... Any plans to do a mercurial repo (a-la the documentation refactor)? Am I right in thinking that support of SVN <=> HG is less complete than GIT <=> SVN? Cheers, Ben 2008/6/19 [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > Is this only going to offer the

Re: Experimental Git repository available

2008-06-19 Thread [EMAIL PROTECTED]
Is this only going to offer the trunk branch? On Jun 19, 11:39 am, "Jacob Kaplan-Moss" <[EMAIL PROTECTED]> wrote: > Hi folks -- > > I've published an experimental Git clone of Django's SVN repository > (created with git-svn). If you're a Git user and want to use this > repository, be my guest.

Experimental Git repository available

2008-06-19 Thread Jacob Kaplan-Moss
Hi folks -- I've published an experimental Git clone of Django's SVN repository (created with git-svn). If you're a Git user and want to use this repository, be my guest. Please still upload patches to Trac for review, but mention you're using my clone so I can more easily apply patches from