Re: Project status

2017-03-17 Thread Robert Middleton
The current PRs on the log4cxx github are most likely invalid at this point. Going by the commit dates of 2003(as well as looking at the license), the version that is on there does appear to be from that time period, and thus the pull requests are so old that the issues that they refer to have pro

Re: Project status

2017-03-17 Thread Matt Sicker
Well, after the migration, I bet the PRs will have super merge conflicts unless they do a full rebase. I don't know how that'd work, either. It'd probably be easier for the individuals to create a diff, check out the new history, then apply that diff, commit, and force push over their old PR. On 1

Re: Project status

2017-03-17 Thread Thorsten Schöning
Guten Tag Matt Sicker, am Freitag, 17. März 2017 um 19:36 schrieben Sie: > Unfortunately, I don't think the history will have the same commit > ids, so the PRs won't be valid anymore. They'll have to rebase on the new > history. But things might not be lost at all and one could send them a messa

Re: Project status

2017-03-17 Thread Matt Sicker
I haven't figured that part out yet (we're working on doing that in commons-pool right now), but there's a setting somewhere that determines what gets mirrored to GitHub. When we switch over to git, we'll update that settings so that the git mirror is updated. Unfortunately, I don't think the histo

Re: Project status

2017-03-17 Thread Thorsten Schöning
Guten Tag Matt Sicker, am Freitag, 17. März 2017 um 18:27 schrieben Sie: > You can also add > GitHub as an additional remote in your own git clone so that you can > pull directly from github, merge, then push directly to git-wip-us. > GitHub will see the merge commit and will automatically close t

Re: Project status

2017-03-17 Thread Matt Sicker
Let me overview the different flows: When you're using Subversion as the master read/write repository, that gets mirrored in git.apache.org, which then gets mirrored to GitHub. To apply a PR from GitHub, you'd generally download it as a patch, apply that patch locally, then svn commit it. There's

Re: Project status

2017-03-17 Thread Thorsten Schöning
Guten Tag Matt Sicker, am Freitag, 17. März 2017 um 16:25 schrieben Sie: > Since I'm a PMC here, I shouldn't have any issues in the process. > I'll post back on the lists if I need karma to do anything. Sorry, but seems I might be too fast by asking for a migration and I have some questions now:

Re: Project status

2017-03-17 Thread Matt Sicker
Since I'm a PMC here, I shouldn't have any issues in the process. I'll post back on the lists if I need karma to do anything. On 17 March 2017 at 10:24, Ralph Goers wrote: > Thanks Matt. If you know how to do this I would very much appreciate that. > > Ralph > > > On Mar 17, 2017, at 7:09 AM, Ma

Re: Project status

2017-03-17 Thread Ralph Goers
Thanks Matt. If you know how to do this I would very much appreciate that. Ralph > On Mar 17, 2017, at 7:09 AM, Matt Sicker wrote: > > With that in mind, I can help migrate the repos this weekend. > > On 17 March 2017 at 09:08, Matt Sicker > wrote: > We actually have

Re: Project status

2017-03-17 Thread Matt Sicker
With that in mind, I can help migrate the repos this weekend. On 17 March 2017 at 09:08, Matt Sicker wrote: > We actually have to manually migrate to git nowadays. Infra provides help > if necessary, but we can create a new repo via a form, then use git-svn to > import the svn repo, then set the

Re: Project status

2017-03-17 Thread Matt Sicker
We actually have to manually migrate to git nowadays. Infra provides help if necessary, but we can create a new repo via a form, then use git-svn to import the svn repo, then set the remote to the new git repo and push it. Then we can archive the old svn repo. I've been working on doing the same th

Re: Project status

2017-03-17 Thread Thorsten Schöning
Guten Tag Ralph Goers, am Freitag, 17. März 2017 um 03:56 schrieben Sie: > My personal experience is that you > will get more contributions if you move to git. People seem to > really like being able to fork the project on GitHub and send in > pull requests. I totally agree and Robert Middleton a