Re: RIP Trunk Branch

2017-03-24 Thread Geert Janssens
On vrijdag 24 maart 2017 07:24:37 CET David T. via gnucash-devel wrote:
> Just a reminder to check the wiki for references to trunk (a quick search
> there turns up 17 page references), and make sure they are
> corrected/updated. It would be best for someone to make these changes who
> actually understands what those changes should look like (i.e., probably
> not me, unfortunately).
> 
> David

Thanks David,

I have done just that now.

"trunk" still appears on some obsolete pages which are kept for historical 
interested and really talk about subversion/trunk.

Geert
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: RIP Trunk Branch

2017-03-24 Thread David T. via gnucash-devel
Just a reminder to check the wiki for references to trunk (a quick search there 
turns up 17 page references), and make sure they are corrected/updated. It 
would be best for someone to make these changes who actually understands what 
those changes should look like (i.e., probably not me, unfortunately).

David

> On Mar 24, 2017, at 4:21 AM, John Ralls  wrote:
> 
> We removed the 'trunk' branch from the GnuCash repository today. It was 
> equivalent to 'master' and retained as a holdover from subversion, from which 
> we'd converted to Git 3 years ago.
> 
> Until today code.gnucash.org's refs/HEADS pointed to refs/heads/trunk. 
> Github's has pointed to refs/heads/master almost since the conversion, so the 
> following applies only to the few devs who have cloned directly from code: To 
> reset refs/HEAD in your local repo, run
>  git set-head origin -a
> If you have a tracking branch pointed at trunk you'll need to change it with
>  git branch -u origin/master 
> where  is the name of your tracking branch.
> 
> Regards,
> John Ralls
> 
> ___
> gnucash-devel mailing list
> gnucash-devel@gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-devel

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


RIP Trunk Branch

2017-03-23 Thread John Ralls
We removed the 'trunk' branch from the GnuCash repository today. It was 
equivalent to 'master' and retained as a holdover from subversion, from which 
we'd converted to Git 3 years ago.

Until today code.gnucash.org's refs/HEADS pointed to refs/heads/trunk. Github's 
has pointed to refs/heads/master almost since the conversion, so the following 
applies only to the few devs who have cloned directly from code: To reset 
refs/HEAD in your local repo, run
  git set-head origin -a
If you have a tracking branch pointed at trunk you'll need to change it with
  git branch -u origin/master 
where  is the name of your tracking branch.

Regards,
John Ralls

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel