dev@javaserverfaces.java.net

Re: Manfred: how to check out what used to be branches/2.2.8 in svn?

From: Edward Burns <edward.burns_at_oracle.com>
Date: Fri, 18 Dec 2015 09:22:43 -0800

>>>>> On Wed, 25 Nov 2015 12:52:30 -0800, Edward Burns <ed.burns_at_sun.com> said:

EB> Hello Manfred,
EB> I'd like to backport JAVASERVERFACES-4077 to the 2.2.8 code line. This
EB> line used to be in svn under branches/2.2.8. I don't know how to check
EB> it out from git, though. When I do git "checkout 2.2.8" I end up in
EB> detached HEAD state, and that's not what I want.

I was running into some combination of ssh key related problems and git
ignorance. For the record, here's what I had to do to make it work.

1. Ensure the .git/config within mojarra~git had the correct user.name
and user.email for java.net. I'm not sure if this actually was
significant.

2. Make sure to fetch the 2.2.8 remote branch

3. manually set up local branch 2.2.8-test to track origin/2.2.8

Even so, I'm still not that confident I would be able to reproduce it
again in a fresh environment.

Bottom line, the branches are set up correctly in the git repo.

Ed

-- 
| edward.burns_at_oracle.com | office: +1 407 458 0017