search for: insstead

Displaying 10 results from an estimated 10 matches for "insstead".

Did you mean: instead
2015 Jan 19
2
[PATCH] Makefile: add support for git svn clones
...epositories 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 early. The problem is simple enough to fix by just checking if a .git directory exists in top_builddir and, if so, call git svn info insstead of svn info. Signed-off-by: Felipe Balbi <balbi at kernel.org> --- 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/Makefile.in index 44b0a3b4b99f..221...
2015 Jan 19
3
[PATCH] Makefile: add support for git svn clones
...e repository will always fail to build on svnonly > >>> target and it will exit early. > >>> > >>> The problem is simple enough to fix by just checking if a .git > >>> directory exists in top_builddir and, if so, call git svn > >>> info insstead of svn info. > >>> > >> > >> I think we are unlikely to accept this change. Nobody in R Core > >> uses git this way, so it would never be tested, and would likely > >> soon fail. > > > > it will be tested by anybody using git svn clo...
2015 Jan 19
2
[PATCH] Makefile: add support for git svn clones
...to use. For those users' surprise, the > > repository will always fail to build on svnonly target and it will > > exit early. > > > > The problem is simple enough to fix by just checking if a .git > > directory exists in top_builddir and, if so, call git svn info insstead > > of svn info. > > > > I think we are unlikely to accept this change. Nobody in R Core uses > git this way, so it would never be tested, and would likely soon fail. it will be tested by anybody using git svn clone, right ? > Indeed, it already fails if someone were to...
2005 Dec 23
6
file_column and HABTM
I have several models that will be using file_column by way of the "Picture" class (HABTM). Right now, all pictures are stored in: public/picture/image/1/filename1.jpg public/picture/image/2/filename2.jpg Is there a way I can dynamically define the "store_dir" based on the model? For example, if I have "user", "product" and "place" models all
2015 Jan 26
1
[PATCH v2] Makefile: add support for git svn clones
...epositories 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 early. The problem is simple enough to fix by just checking if a .git directory exists 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 <balbi at kernel.org> --- Due to lack of a Windows system, this has only been tested on my li...
2015 Jan 13
0
[PATCH] Makefile: add support for git svn clones
...epositories 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 early. The problem is simple enough to fix by just checking if a .git directory exists in top_builddir and, if so, call git svn info insstead of svn info. Signed-off-by: Felipe Balbi <balbi at kernel.org> --- 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/Makefile.in index 44b0a3b4b99...
2015 Jan 19
0
[PATCH] Makefile: add support for git svn clones
...; some users might decide to use. For those users' surprise, the > repository will always fail to build on svnonly target and it will > exit early. > > The problem is simple enough to fix by just checking if a .git > directory exists in top_builddir and, if so, call git svn info insstead > of svn info. > I think we are unlikely to accept this change. Nobody in R Core uses git this way, so it would never be tested, and would likely soon fail. Indeed, it already fails if someone were to try it on Windows, since you didn't patch the makefiles for that platform. The R sou...
2015 Jan 19
0
[PATCH] Makefile: add support for git svn clones
...>>> surprise, the repository will always fail to build on svnonly >>> target and it will exit early. >>> >>> The problem is simple enough to fix by just checking if a .git >>> directory exists in top_builddir and, if so, call git svn >>> info insstead of svn info. >>> >> >> I think we are unlikely to accept this change. Nobody in R Core >> uses git this way, so it would never be tested, and would likely >> soon fail. > > it will be tested by anybody using git svn clone, right ? > >> Indeed,...
2015 Jan 19
0
[PATCH] Makefile: add support for git svn clones
...will always fail to build on >>>>> svnonly target and it will exit early. >>>>> >>>>> The problem is simple enough to fix by just checking if a >>>>> .git directory exists in top_builddir and, if so, call git >>>>> svn info insstead of svn info. >>>>> >>>> >>>> I think we are unlikely to accept this change. Nobody in R >>>> Core uses git this way, so it would never be tested, and >>>> would likely soon fail. >>> >>> it will be tested by anybod...
2015 Jan 19
3
[PATCH] Makefile: add support for git svn clones
...on > >>>>> svnonly target and it will exit early. > >>>>> > >>>>> The problem is simple enough to fix by just checking if a > >>>>> .git directory exists in top_builddir and, if so, call git > >>>>> svn info insstead of svn info. > >>>>> > >>>> > >>>> I think we are unlikely to accept this change. Nobody in R > >>>> Core uses git this way, so it would never be tested, and > >>>> would likely soon fail. > >>> > >&...