Hi Lei,

If you need to access Branch backup03222016, one option is that:
1) cd to another location where you can place the backup
2) git clone -b backup03222016
https://github.com/cmusv-sc/JPL-WebService.git
Done.

Then if you need to do some modification to backup repository, you should
be careful when you try to push the commits.
You should do like:
git push  <REMOTENAME> <BRANCHNAME>

For example in our case:
git push origin backup03222016

By the way, I have renamed the folder in our master branch.
Thanks.

Best,
Qihao


On Wed, Mar 23, 2016 at 1:24 PM, Lei Pan (JIRA) <[email protected]> wrote:

>
>     [
> https://issues.apache.org/jira/browse/CMDA-3?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15209093#comment-15209093
> ]
>
> Lei Pan commented on CMDA-3:
> ----------------------------
>
> Great job, Qihao!
>
> I ran
> git pull
> to see your changes and I did see 3 top level subdirs.
>
> How do I access the branch backup03222016 please?
>
> And I would like to rename ApacheCMDA-Frontend to frontend.
> Could you please do it for me?
>
> Thanks,
> -Lei
>
>
> > reorganize github repository
> > ----------------------------
> >
> >                 Key: CMDA-3
> >                 URL: https://issues.apache.org/jira/browse/CMDA-3
> >             Project: Apache Climate Model Diagnostic Analyzer
> >          Issue Type: Task
> >         Environment: github
> >            Reporter: Lei Pan
> >            Assignee: Qihao Bao
> >            Priority: Critical
> >              Labels: github-import
> >   Original Estimate: 168h
> >  Remaining Estimate: 168h
> >
> > reorganize github repository so root/top level sub-directories have
> meaningful names, and unused items are put in backup dir for future
> decision.
> > Suggested new dir structure:
> > git root — CMU_provenance — frontend
> >                                               — backend
> >               — JPL_CMDA — frontend
> >                                       — backend
> >               — doc
> >               — backup — as_of_201602
> > So the current sevices subdir will fall into
> > JPL_CMDA — backend. The current
> > ApacheCMDA-Frontend will become
> > JPL_CMDA — frontend. The current
> > JPL-WebService will become JPL_CMDA.
> > The current climate-service will fall into
> > CMU_provenance — frontend, and
> > climate-service-backend will fall into
> > CMU_provenance — backend.
> > The existing subdirs such as web_portal
> > will not be removed immediately,
> > but will be moved to backup — as_of_201602.
> > This is just a suggestion to change to
> > avoid confusion. Please suggest better
> > structure or dir names if you have any.
> > Also, according to our mentor Mike Joyce,
> > the official CMDA git repository should reside here:
> > https://git-wip-us.apache.org/repos/asf?p=incubator-cmda.git
> > and a mirror of it will be created on github, so
> > the current github repository is a sandbox
> > for us to get things organized but it’ll go away
> > eventually. The mirror will be created under
> > a different root dir on github.
> > git root: JPL-WebService/
> > -- JPL_CMDA: JPL-WebService/
> >     -- frontend: ApacheCMDA-Frontend/
> >     -- backend: services/
> >     -- client: clients/
> >     -- doc: doc/
> > -- CMU_provenance: need one? yes
> > Question: Do we create a git repository on Apache from scratch using
> github as ingredients, or do we fix the github repository and import to
> Apache git?
> > Create new git repository in Apache git. CMU will lead this effort.
>
>
>
> --
> This message was sent by Atlassian JIRA
> (v6.3.4#6332)
>

Reply via email to