commons-lang pull request: Adding .gitignore to commons-lang

2013-09-03 Thread mureinik
Github user mureinik closed the pull request at: https://github.com/apache/commons-lang/pull/8 - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: commons-lang pull request: Adding .gitignore to commons-lang

2013-08-29 Thread Benedikt Ritter
2013/8/29 Oliver Heger > Am 29.08.2013 12:31, schrieb sebb: > > On 29 August 2013 09:01, Benedikt Ritter wrote: > >> Hi, > >> > >> two questions about this: > >> > >> 1. What is the process for applying github pull requests? I guess one > has > >> to generate a patch file and apply it directly t

Re: commons-lang pull request: Adding .gitignore to commons-lang

2013-08-29 Thread Oliver Heger
Am 29.08.2013 12:31, schrieb sebb: > On 29 August 2013 09:01, Benedikt Ritter wrote: >> Hi, >> >> two questions about this: >> >> 1. What is the process for applying github pull requests? I guess one has >> to generate a patch file and apply it directly to the SVN Repo? > > It's difficult to trac

Re: commons-lang pull request: Adding .gitignore to commons-lang

2013-08-29 Thread sebb
On 29 August 2013 09:01, Benedikt Ritter wrote: > Hi, > > two questions about this: > > 1. What is the process for applying github pull requests? I guess one has > to generate a patch file and apply it directly to the SVN Repo? It's difficult to track patches in mail messages, so I suggest creati

Re: commons-lang pull request: Adding .gitignore to commons-lang

2013-08-29 Thread Benedikt Ritter
Hi, two questions about this: 1. What is the process for applying github pull requests? I guess one has to generate a patch file and apply it directly to the SVN Repo? 2. Do we add .gitignore files to our repos even though our primary SCM is SVN? It makes sense since everything is mirrored to git

commons-lang pull request: Adding .gitignore to commons-lang

2013-08-24 Thread mureinik
GitHub user mureinik opened a pull request: https://github.com/apache/commons-lang/pull/8 Adding .gitignore to commons-lang Added .gitignore to the project in order to make working with git easier, and avoid accidentally commiting files that should not be commited. These pa