Re: Git question for the gurus

2019-04-26 Thread Dave Fisher
Hi Mark, I find SVN better for me too. It has advantages, but branches are expensive. Your repository is monolithic and you only need the parts you are interested in. Git is distributed and branches are cheap, but it makes procedures more complex and less intuitive. I often feel like I’m going

Git question for the gurus

2019-04-26 Thread Mark Murphy
I get SVN, it works like the other non-open source change management systems I have worked with in the past. I rarely end up confused by what I see happening. But I guess I just don't understand Git. I have a fork of POI on Git Hub JMarkMurphy/poi that I have been keeping synced with the

Re: Cannot clone repo with git svn

2019-01-06 Thread Vladislav Galas
Thanks Dominik Looks like it was some kind of a Windows problem. Even --revision {HEAD-1}:HEAD didn't complete. Then I started the built-in Ubuntu, and everythong worked like a charm. Thanks again. - To unsubscribe, e-mail: d

Re: Cannot clone repo with git svn

2019-01-06 Thread Dominik Stadler
Have you tried fetching less history, as described at http://poi.apache.org/devel/subversion.html git svn clone https://svn.apache.org/repos/asf/poi/trunk poisvngit --revision 1732982 <https://svn.apache.org/viewvc?view=revision&revision=1732982>:HEAD

Cannot clone repo with git svn

2019-01-06 Thread Vladislav Galas
Hello devs, I've beeh struggling to use git svn but after several days of failing I ask for help. I have authors.txt downloaded. So I say: git svn clone https://svn.apache.org/repos/asf/poi -s --no-metadata -A authors.txt ./gitsvnpoi Well, it spawns a seemingly single-threaded perl pr

Re: 4.0.1 build fails - no RELEASE-NOTES.txt in git

2018-12-27 Thread Filipp Gunbin
On 26/12/2018 18:20 -0800, Dave Fisher wrote: > The dist target is meant for the release manager. Please see > https://poi.apache.org/devel/index.html where targets are > documented. (I hope correctly.) There's no mention of dist on that page, but ant's help target shows .. - assembleProduce

Re: 4.0.1 build fails - no RELEASE-NOTES.txt in git

2018-12-26 Thread Dave Fisher
> mirrored to github. In case you would like verify the 4.0.1 build, >> the svn tag [1] should work ... hopefully. > > I see, thanks. It'd be nice to be able to build from git also (perhaps, > a git submodule for documentation directory?) > >> Just out of curiosit

Re: 4.0.1 build fails - no RELEASE-NOTES.txt in git

2018-12-26 Thread Filipp Gunbin
It'd be nice to be able to build from git also (perhaps, a git submodule for documentation directory?) > Just out of curiosity, why are you trying to run "ant dist" on a > released version? Just a usual habit of building everything (including docs) from ve

Re: 4.0.1 build fails - no RELEASE-NOTES.txt in git

2018-12-26 Thread Andreas Beeker
Hi Filipp, the documentation directory is a svn external, which is apparently not mirrored to github. In case you would like verify the 4.0.1 build, the svn tag [1] should work ... hopefully. Just out of curiosity, why are you trying to run "ant dist" on a released version? Andi [1] https:/

4.0.1 build fails - no RELEASE-NOTES.txt in git

2018-12-26 Thread Filipp Gunbin
Hi, I've cloned poi from git, checked out 4.0.1, then do `ant dist', and get this: BUILD FAILED /Users/fgunbin/src/poi-4.0.1/build.xml:2049: Warning: Could not find file /Users/fgunbin/src/poi-4.0.1/src/documentation/RELEASE-NOTES.txt to copy. Seems that release-notes is missing f

[NOTICE] Mandatory relocation of Apache git repositories on git-wip-us.apache.org

2018-12-07 Thread Daniel Gruno
[IF YOUR PROJECT DOES NOT HAVE GIT REPOSITORIES ON GIT-WIP-US PLEASE DISREGARD THIS EMAIL; IT WAS MASS-MAILED TO ALL APACHE PROJECTS] Hello Apache projects, I am writing to you because you may have git repositories on the git-wip-us server, which is slated to be decommissioned in the coming

Re: git repo is not in synch with svn

2018-03-22 Thread Nick Burch
revision that sync'd over OK, the git commit hash of that commit, and the SVN revisions that have failed to sync. They'll then investigate / prod the sync system / etc Nick - To unsubscribe, e-mail: dev-unsubscr...@poi.

git repo is not in synch with svn

2018-03-21 Thread pj.fanning
Anyone know who to contact about https://github.com/apache/poi being out of sync with svn? -- Sent from: http://apache-poi.1045710.n5.nabble.com/POI-Dev-f2312866.html - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For

Re: Moving to Git

2017-06-28 Thread Dave Fisher
ly increased contributions, but it does feel > modern... > > -Original Message- > From: Greg Woolsey [mailto:greg.wool...@gmail.com] > Sent: Wednesday, June 28, 2017 9:37 AM > To: POI Developers List > Subject: Re: Moving to Git > > I'd be all for that. Not pa

RE: Moving to Git

2017-06-28 Thread Allison, Timothy B.
Developers List Subject: Re: Moving to Git I'd be all for that. Not particularly proficient, but I can Google like everyone else. On Wed, Jun 28, 2017, 01:35 Javen O'Neal wrote: > A fair increase in Github PR's. Having a git repo might increase the > number of (good) PR's w

Re: Moving to Git

2017-06-28 Thread Andreas Beeker
I'm 0 - although I haven't done much with git/-hub, it seems to be the (new) standard ... > Then we'd be able to have github show merged PR's with credit to the > author rather than closed PR's. I wonder what is our stance at credits? ... I usually remove the

Re: Moving to Git

2017-06-28 Thread Greg Woolsey
I'd be all for that. Not particularly proficient, but I can Google like everyone else. On Wed, Jun 28, 2017, 01:35 Javen O'Neal wrote: > A fair increase in Github PR's. Having a git repo might increase the > number of (good) PR's we get, as that seems to be where a

Moving to Git

2017-06-28 Thread Javen O'Neal
A fair increase in Github PR's. Having a git repo might increase the number of (good) PR's we get, as that seems to be where a lot of developers are at. Then we'd be able to have github show merged PR's with credit to the author rather than closed PR's. Looks like some o

[Bug 60326] Issue with synching svn to git

2016-11-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60326 PJ Fanning changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 60326] Issue with synching svn to git

2016-11-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60326 --- Comment #1 from Andreas Beeker --- I've added a me-too in https://issues.apache.org/jira/browse/INFRA-12812 -- You are receiving this mail because: You are the assignee for the bug.

[Bug 60326] New: Issue with synching svn to git

2016-11-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60326 Bug ID: 60326 Summary: Issue with synching svn to git Product: POI Version: 3.15-FINAL Hardware: PC OS: Mac OS X 10.1 Status: NEW Severity: normal

Re: How do those of you who use Git produce patches

2016-06-24 Thread Nick Burch
On Fri, 24 Jun 2016, Murphy, Mark wrote: I have a small change to xwpf that I am working on in a local Git repository, but I need to know how to create a patch. The documentation on the How to contribute page isn't particularly helpful. The easiest is probably to fork the POI github

How do those of you who use Git produce patches

2016-06-24 Thread Murphy, Mark
I have a small change to xwpf that I am working on in a local Git repository, but I need to know how to create a patch. The documentation on the How to contribute page isn't particularly helpful.

Re: Git

2016-06-15 Thread Nick Burch
On Tue, 14 Jun 2016, Mark Murphy wrote: Trying to find documentation site on Git, but it does not appear to exist. Is this true? IIRC only trunk, branches and tags get mirrored into github. THe docs are in a different bit of the tree, in part so that the ASF webservers can watch svn for

Re: Git

2016-06-14 Thread Javen O'Neal
That seems to be correct. https://git.apache.org/poi.git and the github mirror at https://github.com/apache/poi don't link to https://svn.apache.org/repos/asf/poi/poi-site. For now, Subversion is your best bet. I think there was some discussion about moving the project to git, rather than h

Git

2016-06-14 Thread Mark Murphy
Trying to find documentation site on Git, but it does not appear to exist. Is this true?

[Bug 57468] Add .gitkeep files to make it easier for git users to compile

2015-05-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57468 Dominik Stadler changed: What|Removed |Added Blocks||57904 -- You are receiving this mai

[GitHub] poi pull request: Add empty files to compile-lib/lib for git users

2015-03-03 Thread virtuald
Github user virtuald closed the pull request at: https://github.com/apache/poi/pull/16 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enable

[Bug 57468] Add .gitkeep files to make it easier for git users to compile

2015-01-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57468 Dominik Stadler changed: What|Removed |Added CC||gros...@gmail.com --- Comment #6

[Bug 57468] Add .gitkeep files to make it easier for git users to compile

2015-01-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57468 Dominik Stadler changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 57468] Add .gitkeep files to make it easier for git users to compile

2015-01-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57468 virtuald changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #4 from virtuald --- $

[Bug 57468] Add .gitkeep files to make it easier for git users to compile

2015-01-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57468 Dominik Stadler changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #3 from Dom

[Bug 57468] Add .gitkeep files to make it easier for git users to compile

2015-01-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57468 virtuald changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #2 from virtuald --- >

[Bug 57468] Add .gitkeep files to make it easier for git users to compile

2015-01-19 Thread bugzilla
Dominik Stadler --- These two directories should always be created by the compilation as they usually contain the downloaded 3rd party libs. In fact some of the POI developers work with Git-svn and do not see this problem, so can you please describe a bit more how you trigger this, e.g. which ant

[Bug 57468] New: Add .gitkeep files to make it easier for git users to compile

2015-01-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57468 Bug ID: 57468 Summary: Add .gitkeep files to make it easier for git users to compile Product: POI Version: unspecified Hardware: PC OS: Mac OS X 10.1

[GitHub] poi pull request: Add empty files to compile-lib/lib for git users

2015-01-19 Thread virtuald
GitHub user virtuald opened a pull request: https://github.com/apache/poi/pull/16 Add empty files to compile-lib/lib for git users You can merge this pull request into a Git repository by running: $ git pull https://github.com/virtuald/poi gitkeep Alternatively you can