[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNUstep github mirror status...
From: |
Gregory Casamento |
Subject: |
Re: GNUstep github mirror status... |
Date: |
Tue, 21 Feb 2012 13:38:49 -0500 |
I figured out the issue. I need to change my configuration to do this:
$ git config --add remote.origin.push 'refs/heads/*:refs/heads/*'
$ git config --add remote.origin.push 'refs/tags/*:refs/tags/*'
$ git config --add remote.origin.fetch 'refs/heads/*:refs/remotes/origin/*'
$ git config --add remote.origin.fetch 'refs/tags/*:refs/tags/*'
from
http://stackoverflow.com/questions/1914579/set-up-git-to-pull-and-push-all-branches
GC
On Tue, Feb 21, 2012 at 1:21 PM, Gregory Casamento
<greg.casamento@gmail.com> wrote:
> It looks like you're correct. I used the following command to pull in
> the data from SVN:
>
> git svn clone --stdlayout --no-metadata <svnurl>
>
> This should have, in the theory, pulled in the branches. I believe
> it did since, when I look at the repository on the disk of the machine
> which is maintaining the copies pulled in from SVN, this is what I'm
> seeing:
>
> * master
> remotes/NSControl_mouseDown_fix
> remotes/NibCompatibility
> remotes/PORTAUDIO
> remotes/Toolbar
> remotes/dawn
> remotes/dawn_6
> remotes/ericwa-opal
> remotes/ericwa-text
> remotes/freeze-0_6_5
> remotes/freeze-0_6_6
> remotes/freeze-0_7_0
> remotes/freeze-0_8_0
> remotes/freeze-0_8_5
> remotes/gjc_bug_fixes
> remotes/gnustep-gui
> remotes/gnustep_stable_20070311
> remotes/gui-0_11_0
> remotes/in_window_menu
> remotes/kazunobu_input_management
> remotes/mswin-ng
> remotes/nib_compatibility
> remotes/nsmenu_rework
> remotes/origin/master
> remotes/stable
> remotes/stable_0_12
> remotes/stable_0_14
> remotes/tags/BEFOREFIX_20050411
> remotes/tags/BeforeFixForGCC3
> remotes/tags/PORTAUDIO_0
> remotes/tags/alex_latest_semistable
> remotes/tags/before_rotation_change
> remotes/tags/before_windowtemplate_change_20050604
> remotes/tags/cd-apr-1997
> remotes/tags/cd-aug-1996
> remotes/tags/cd-aug-1997
> remotes/tags/gnustep-gui-0_1_1
> remotes/tags/gnustep-gui-0_2_0
> remotes/tags/gui-0_10_0
> remotes/tags/gui-0_10_1
> remotes/tags/gui-0_10_2
> remotes/tags/gui-0_10_3
> remotes/tags/gui-0_11_0
> remotes/tags/gui-0_12_0
> remotes/tags/gui-0_12_1
> remotes/tags/gui-0_12_2
> remotes/tags/gui-0_13_0
> remotes/tags/gui-0_13_1
> remotes/tags/gui-0_13_2
> remotes/tags/gui-0_14_0
> remotes/tags/gui-0_16_0
> remotes/tags/gui-0_17_0
> remotes/tags/gui-0_17_1
> remotes/tags/gui-0_18_0
> remotes/tags/gui-0_19_0
> remotes/tags/gui-0_20_0
> remotes/tags/gui-0_22_0
> remotes/tags/gui-0_6_7
> remotes/tags/gui-0_6_9
> remotes/tags/gui-0_7_0
> remotes/tags/gui-0_7_5
> remotes/tags/gui-0_7_6
> remotes/tags/gui-0_7_7
> remotes/tags/gui-0_7_8
> remotes/tags/gui-0_7_9
> remotes/tags/gui-0_8_0
> remotes/tags/gui-0_8_1
> remotes/tags/gui-0_8_2
> remotes/tags/gui-0_8_3
> remotes/tags/gui-0_8_4
> remotes/tags/gui-0_8_5
> remotes/tags/gui-0_8_6
> remotes/tags/gui-0_8_7
> remotes/tags/gui-0_8_8
> remotes/tags/gui-0_8_9
> remotes/tags/gui-0_9_0
> remotes/tags/gui-0_9_1
> remotes/tags/gui-0_9_3
> remotes/tags/gui-0_9_4
> remotes/tags/gui-0_9_5
> remotes/tags/gui_0_9_2
> remotes/tags/netc-1
> remotes/tags/netc-2
> remotes/tags/nib2gmod-0_6_0
> remotes/tags/nib2gmod-0_6_1
> remotes/tags/nib2gmod-0_6_2
> remotes/tags/nib2gmod-0_6_5
> remotes/tags/nib2gmod-0_6_6
> remotes/tags/nib2gmod-0_7_0
> remotes/tags/nib2gmod-0_8_0
> remotes/tags/nib2gmod-0_8_6
> remotes/tags/nib2gmod-0_9_0
> remotes/tags/nib2gmodel-0_6_0
> remotes/tags/nib2mod-0_5_5
> remotes/tags/nib2mod-0_5_6
> remotes/tags/pre-header-reorg-20030731
> remotes/tags/pre-template-change-20050430
> remotes/tags/release-0_5_0
> remotes/tags/release-0_5_5
> remotes/tags/release-0_6_0
> remotes/tags/release-0_6_5
> remotes/tags/release-0_6_6
> remotes/tags/root_nib_compatibility
> remotes/tags/snapshot-960621
> remotes/tags/snapshot-970403
> remotes/tags/snapshot-970421
> remotes/tags/snapshot-970707
> remotes/tags/snapshot-970708
> remotes/tags/snapshot-970806
> remotes/tags/snapshot-970822
> remotes/tags/snapshot-971022
> remotes/tags/snapshot-971102
> remotes/tags/snapshot-971204
> remotes/tags/snapshot-980215
> remotes/tags/snapshot-980422
> remotes/tags/snapshot-980520
> remotes/tags/snapshot-980624
> remotes/tags/snapshot-980720
> remotes/tags/snapshot-980806
> remotes/tags/snapshot-980820
> remotes/testplant_1
> remotes/text-system-branch
> remotes/text_system_threadsafety
> remotes/themes
> remotes/trunk
> remotes/unlabeled-1.1.1
>
> But when I clone the repo from github, I'm seeing this:
>
> new-host-2:gnustep-gui heron$ git branch -a
> * master
> remotes/origin/HEAD -> origin/master
> remotes/origin/master
> new-host-2:gnustep-gui heron$
>
> which means that the history is not being pushed to the remote
> repository. I'll figure out why and get back to the list.
>
> Thanks, GC
>
> On Tue, Feb 21, 2012 at 1:01 PM, Gregory Casamento
> <greg.casamento@gmail.com> wrote:
>> When I cloned the svn repository it should have gotten all branches.
>> I will check to see if they are present. I know I saw them pulled
>> in, but they might have a different name than expected.
>>
>> GC
>>
>> On Tue, Feb 21, 2012 at 3:28 AM, Derek Fawcus
>> <dfawcus+lists-gnustep-discuss@employees.org> wrote:
>>> On Tue, Feb 21, 2012 at 01:38:12AM -0500, Gregory Casamento wrote:
>>>>
>>>> All code is now up on github. Please let me know if I've missed anything.
>>>
>>> Is it your intention that tags and branches should be present?
>>>
>>> I was expecting that say gui version 0.22.0 would have been tagged.
>>> Looking at [1] I don't see one. Nor any branches - are there
>>> any branches in the gui svn repository?
>>>
>>> .pdf
>>>
>>> [1]
>>> https://github.com/gnustep/gnustep-gui/commit/9278014460023b4d2d39452c811ea14c3712f945
>>>
>>> _______________________________________________
>>> Discuss-gnustep mailing list
>>> Discuss-gnustep@gnu.org
>>> https://lists.gnu.org/mailman/listinfo/discuss-gnustep
>>
>>
>>
>> --
>> Gregory Casamento
>> Open Logic Corporation, Principal Consultant
>> yahoo/skype: greg_casamento, aol: gjcasa
>> (240)274-9630 (Cell)
>> http://www.gnustep.org
>> http://heronsperch.blogspot.com
>
>
>
> --
> Gregory Casamento
> Open Logic Corporation, Principal Consultant
> yahoo/skype: greg_casamento, aol: gjcasa
> (240)274-9630 (Cell)
> http://www.gnustep.org
> http://heronsperch.blogspot.com
--
Gregory Casamento
Open Logic Corporation, Principal Consultant
yahoo/skype: greg_casamento, aol: gjcasa
(240)274-9630 (Cell)
http://www.gnustep.org
http://heronsperch.blogspot.com
- Re: GNUstep github mirror status..., (continued)
- Re: GNUstep github mirror status..., Derek Fawcus, 2012/02/20
- Re: GNUstep github mirror status..., Ivan Vučica, 2012/02/20
- Re: GNUstep github mirror status..., Derek Fawcus, 2012/02/20
- Re: GNUstep github mirror status..., Gregory Casamento, 2012/02/21
- Re: GNUstep github mirror status..., Derek Fawcus, 2012/02/21
- Re: GNUstep github mirror status..., Gregory Casamento, 2012/02/21
- Re: GNUstep github mirror status..., Gregory Casamento, 2012/02/21
- Re: GNUstep github mirror status..., Derek Fawcus, 2012/02/21
- Re: GNUstep github mirror status..., Gregory Casamento, 2012/02/21
- Re: GNUstep github mirror status..., Derek Fawcus, 2012/02/21
- Re: GNUstep github mirror status...,
Gregory Casamento <=
- Re: GNUstep github mirror status..., Derek Fawcus, 2012/02/21
- Re: GNUstep github mirror status..., Eric Wasylishen, 2012/02/21
- Re: GNUstep github mirror status..., Derek Fawcus, 2012/02/21
- Re: GNUstep github mirror status..., Gregory Casamento, 2012/02/21
Re: GNUstep github mirror status..., Fred Kiefer, 2012/02/20