You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Howard Lewis Ship <hl...@gmail.com> on 2009/12/11 02:54:27 UTC

Git svn for Tapestry 5

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 everyone else been doing?  I guess I could ignore
--tags, etc, and point right at trunk, but I want the option to switch
to the other branches.

-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: Git svn for Tapestry 5

Posted by Igor Drobiazko <ig...@gmail.com>.
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 <hl...@gmail.com> wrote:

> 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 everyone else been doing?  I guess I could ignore
> --tags, etc, and point right at trunk, but I want the option to switch
> to the other branches.
>
> --
> Howard M. Lewis Ship
>
> Creator of Apache Tapestry
>
> The source for Tapestry training, mentoring and support. Contact me to
> learn how I can get you up and productive in Tapestry fast!
>
> (971) 678-5210
> http://howardlewisship.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>


-- 
Best regards,

Igor Drobiazko
http://tapestry5.de/blog

Re: Git svn for Tapestry 5

Posted by Andreas Andreou <an...@di.uoa.gr>.
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 <hl...@gmail.com> wrote:
> 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 everyone else been doing?  I guess I could ignore
> --tags, etc, and point right at trunk, but I want the option to switch
> to the other branches.
>
> --
> Howard M. Lewis Ship
>
> Creator of Apache Tapestry
>
> The source for Tapestry training, mentoring and support. Contact me to
> learn how I can get you up and productive in Tapestry fast!
>
> (971) 678-5210
> http://howardlewisship.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>



-- 
Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
Tapestry / Tacos developer
Open Source / JEE Consulting

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org