Re: [VFS] Deleting the git branch 'trunk'

2019-05-02 Thread sebb
On Thu, 2 May 2019 at 00:09, Bruno P. Kinoshita wrote: > > Yesterday I submitted a pull request against the wrong branch in GitHub. > Spent a couple of minutes scratching my head and trying to find out how to > change that... then found the option while editing it. > > GitHub help has a page

Re: [VFS] Deleting the git branch 'trunk'

2019-05-01 Thread Bruno P. Kinoshita
Yesterday I submitted a pull request against the wrong branch in GitHub. Spent a couple of minutes scratching my head and trying to find out how to change that... then found the option while editing it. GitHub help has a page explaining how to do that:

Re: [VFS] Deleting the git branch 'trunk'

2019-05-01 Thread Gary Gregory
On Wed, May 1, 2019 at 6:23 PM sebb wrote: > On Wed, 1 May 2019 at 23:02, Gary Gregory wrote: > > > > On Wed, May 1, 2019 at 5:30 PM sebb wrote: > > > > > On Wed, 1 May 2019 at 21:48, Gary Gregory > wrote: > > > > > > > > On Wed, May 1, 2019 at 3:54 PM Gary Gregory > > > wrote: > > > > > > >

Re: [VFS] Deleting the git branch 'trunk'

2019-05-01 Thread sebb
On Wed, 1 May 2019 at 23:02, Gary Gregory wrote: > > On Wed, May 1, 2019 at 5:30 PM sebb wrote: > > > On Wed, 1 May 2019 at 21:48, Gary Gregory wrote: > > > > > > On Wed, May 1, 2019 at 3:54 PM Gary Gregory > > wrote: > > > > > > > I created https://issues.apache.org/jira/browse/INFRA-18316 >

Re: [VFS] Deleting the git branch 'trunk'

2019-05-01 Thread Gary Gregory
On Wed, May 1, 2019 at 4:54 PM Mark Thomas wrote: > On 01/05/2019 21:48, Gary Gregory wrote: > > On Wed, May 1, 2019 at 3:54 PM Gary Gregory > wrote: > > > >> I created https://issues.apache.org/jira/browse/INFRA-18316 > >> > > > > And the work is done. Note that open PRs on trunk have been

Re: [VFS] Deleting the git branch 'trunk'

2019-05-01 Thread Gary Gregory
On Wed, May 1, 2019 at 5:30 PM sebb wrote: > On Wed, 1 May 2019 at 21:48, Gary Gregory wrote: > > > > On Wed, May 1, 2019 at 3:54 PM Gary Gregory > wrote: > > > > > I created https://issues.apache.org/jira/browse/INFRA-18316 > > > > > > > And the work is done. Note that open PRs on trunk have

Re: [VFS] Deleting the git branch 'trunk'

2019-05-01 Thread sebb
On Wed, 1 May 2019 at 21:48, Gary Gregory wrote: > > On Wed, May 1, 2019 at 3:54 PM Gary Gregory wrote: > > > I created https://issues.apache.org/jira/browse/INFRA-18316 > > > > And the work is done. Note that open PRs on trunk have been closed > automatically, so they would need to be

Re: [VFS] Deleting the git branch 'trunk'

2019-05-01 Thread Rob Tompkins
> On May 1, 2019, at 4:54 PM, Mark Thomas wrote: > >> On 01/05/2019 21:48, Gary Gregory wrote: >>> On Wed, May 1, 2019 at 3:54 PM Gary Gregory wrote: >>> >>> I created https://issues.apache.org/jira/browse/INFRA-18316 >>> >> >> And the work is done. Note that open PRs on trunk have been

Re: [VFS] Deleting the git branch 'trunk'

2019-05-01 Thread Mark Thomas
On 01/05/2019 21:48, Gary Gregory wrote: > On Wed, May 1, 2019 at 3:54 PM Gary Gregory wrote: > >> I created https://issues.apache.org/jira/browse/INFRA-18316 >> > > And the work is done. Note that open PRs on trunk have been closed > automatically, so they would need to be re-opened. Note

Re: [VFS] Deleting the git branch 'trunk'

2019-05-01 Thread Gary Gregory
On Wed, May 1, 2019 at 3:54 PM Gary Gregory wrote: > I created https://issues.apache.org/jira/browse/INFRA-18316 > And the work is done. Note that open PRs on trunk have been closed automatically, so they would need to be re-opened. Gary > > Gary > > On Wed, May 1, 2019 at 3:55 AM Benedikt

Re: [VFS] Deleting the git branch 'trunk'

2019-05-01 Thread Gary Gregory
I created https://issues.apache.org/jira/browse/INFRA-18316 Gary On Wed, May 1, 2019 at 3:55 AM Benedikt Ritter wrote: > Am Di., 30. Apr. 2019 um 14:43 Uhr schrieb Gary Gregory < > garydgreg...@gmail.com>: > > > Should we take a broader stroke and remove ALL trunk branches from all > > Commons

Re: [VFS] Deleting the git branch 'trunk'

2019-05-01 Thread Benedikt Ritter
Am Di., 30. Apr. 2019 um 14:43 Uhr schrieb Gary Gregory < garydgreg...@gmail.com>: > Should we take a broader stroke and remove ALL trunk branches from all > Commons git repos? > I think we should remove all trunk branches from git repos. > > Gary > > On Mon, Apr 29, 2019 at 11:25 AM Otto

Re: [VFS] Deleting the git branch 'trunk'

2019-04-30 Thread Gary Gregory
Should we take a broader stroke and remove ALL trunk branches from all Commons git repos? Gary On Mon, Apr 29, 2019 at 11:25 AM Otto Fowler wrote: > Probably need INFRA > > > On April 29, 2019 at 11:23:38, Gary Gregory (garydgreg...@gmail.com) > wrote: > > On Mon, Apr 29, 2019 at 11:22 AM Gary

Re: [VFS] Deleting the git branch 'trunk'

2019-04-29 Thread Otto Fowler
Probably need INFRA On April 29, 2019 at 11:23:38, Gary Gregory (garydgreg...@gmail.com) wrote: On Mon, Apr 29, 2019 at 11:22 AM Gary Gregory wrote: > Well, crud, neither these works: > > C:\git\commons-vfs>git push origin --delete trunk > remote: Rewinding refs/heads/trunk is forbidden. >

Re: [VFS] Deleting the git branch 'trunk'

2019-04-29 Thread Gary Gregory
On Mon, Apr 29, 2019 at 11:22 AM Gary Gregory wrote: > Well, crud, neither these works: > > C:\git\commons-vfs>git push origin --delete trunk > remote: Rewinding refs/heads/trunk is forbidden. > remote: > To https://gitbox.apache.org/repos/asf/commons-vfs > ! [remote rejected] trunk

Re: [VFS] Deleting the git branch 'trunk'

2019-04-29 Thread Gary Gregory
Well, crud, neither these works: C:\git\commons-vfs>git push origin --delete trunk remote: Rewinding refs/heads/trunk is forbidden. remote: To https://gitbox.apache.org/repos/asf/commons-vfs ! [remote rejected] trunk (pre-receive hook declined) error: failed to push some refs to '

Re: [VFS] Deleting the git branch 'trunk'

2019-04-29 Thread Rob Tompkins
+1 > On Apr 29, 2019, at 10:58 AM, Otto Fowler wrote: > > +1 > > > On April 29, 2019 at 08:01:43, Gary Gregory (garydgreg...@gmail.com) wrote: > > I am going to delete the branch 'trunk'. > > It's too confusing. > > Gary

Re: [VFS] Deleting the git branch 'trunk'

2019-04-29 Thread Otto Fowler
+1 On April 29, 2019 at 08:01:43, Gary Gregory (garydgreg...@gmail.com) wrote: I am going to delete the branch 'trunk'. It's too confusing. Gary