Re: Git svn for Tapestry 5

2010-01-31 Thread Igor Drobiazko
Did you find out what is the right way to checkout/commit Tapestry sources with git? Can you share your experience? I would like to switch to git. On Fri, Dec 11, 2009 at 2:54 AM, Howard Lewis Ship wrote: > Ok, this looked like the right command: > > git svn init --tags=tags/releases -bbranches

Re: Git svn for Tapestry 5

2009-12-10 Thread Andreas Andreou
Doesn't git branch -r or git show-ref show everything? Then probably git checkout trunk should get you to 5.2 but also git checkout -b trunk to create a local branch On Fri, Dec 11, 2009 at 3:54 AM, Howard Lewis Ship wrote: > Ok, this looked like the right command: > > git svn init --tags=tags/

Git svn for Tapestry 5

2009-12-10 Thread Howard Lewis Ship
Ok, this looked like the right command: git svn init --tags=tags/releases -bbranches -Ttrunk https://svn.apache.org/repos/asf/tapestry/tapestry5 t5-project But what I got at the end was: Checked out HEAD: https://svn.apache.org/repos/asf/tapestry/tapestry5/branches/5.0 r889469 Huh? What has