[Rd] [PATCH v2] Makefile: add support for git svn clones

2015-01-26 Thread Felipe Balbi
ts in top_builddir and, if so, call git svn info insstead of svn info. Note, however, that this only supports Linux (and possibly Mac) users, as I have no means of writing/testing an equivalent patch for the Windows Makefiles. Signed-off-by: Felipe Balbi --- Due to lack of a Windows system, this has

Re: [Rd] [PATCH] Makefile: add support for git svn clones

2015-01-19 Thread Felipe Balbi
Hi, On Mon, Jan 19, 2015 at 04:33:15PM -0800, Karl Millar wrote: > Felipe, > > CXXR development has moved to github, and we haven't fixed up the build for > using git yet.  Could you send a pull request with your change to the repo > at  > https://github.com/cxxr-devel/cxxr/? > > Also, this p

Re: [Rd] [PATCH] Makefile: add support for git svn clones

2015-01-19 Thread Felipe Balbi
Hi, On Mon, Jan 19, 2015 at 03:44:45PM -0500, Duncan Murdoch wrote: > > git has an interface for cloning SVN repositories into git > > which some users might decide to use. For those users' > > surprise, the repository will always fail to build on > > svnonly target and it will e

Re: [Rd] [PATCH] Makefile: add support for git svn clones

2015-01-19 Thread Felipe Balbi
Hi, On Mon, Jan 19, 2015 at 03:31:32PM -0500, Duncan Murdoch wrote: > >>> git has an interface for cloning SVN repositories into git > >>> which some users might decide to use. For those users' > >>> surprise, the repository will always fail to build on svnonly > >>> target and it will exit ear

Re: [Rd] [PATCH] Makefile: add support for git svn clones

2015-01-19 Thread Felipe Balbi
Hi, On Mon, Jan 19, 2015 at 03:06:11PM -0500, Duncan Murdoch wrote: > On 19/01/2015 2:33 PM, Felipe Balbi wrote: > > git has an interface for cloning SVN repositories into git which > > some users might decide to use. For those users' surprise, the > > repository wi

[Rd] [PATCH] Makefile: add support for git svn clones

2015-01-19 Thread Felipe Balbi
ts in top_builddir and, if so, call git svn info insstead of svn info. Signed-off-by: Felipe Balbi --- Resending the patch as I believe the previous version didn't reach the mailing list. Makefile.in | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefil

[Rd] [PATCH] Makefile: add support for git svn clones

2015-01-12 Thread Felipe Balbi
ts in top_builddir and, if so, call git svn info insstead of svn info. Signed-off-by: Felipe Balbi --- Patch generated with git. Let me know if there are any formatting changes you guys might want. Makefile.in | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefi