Re: Switching from CVS to GIT

2007-10-14 Thread Greg Chicares
On 2007-10-13 16:37Z, Paul Smith wrote:
 
 I'm considering switching from CVS to another form of SCM.  Currently,
 Savannah supports (in addition to CVS) GNU arch and GIT.  If SVN were
 supported I'd probably go for that, because (a) it has great support for
 alternative OSs like Windows, etc.; and (b) GNU make development is
 currently straightforward enough that the advanced features of GIT
 (advanced merging and peer-to-peer development) aren't critical.
 However, SVN is not an option

Although the FAQ
  https://savannah.gnu.org/maintenance/WhenSvN
says SVN isn't available yet, that page was last edited six months
ago and seems out of date in light of this post by one of the
savannah hackers a month ago:

  https://savannah.gnu.org/task/index.php?7111#comment3
| savannah offers subversion as beta test (for information, I used it
| for 1 month now without any problems). But savannah offers git and
| arch too. So you have choice.

I'd guess this is the savannah svn repository he's referring to:
  https://savannah.nongnu.org/svn/?group=scleaner
in case anyone wants to see a concrete example.



___
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make


[bug #19348] Ineffective configure option --disable-case-insensitive-file-system

2007-03-19 Thread Greg Chicares

URL:
  http://savannah.gnu.org/bugs/?19348

 Summary: Ineffective configure option
--disable-case-insensitive-file-system
 Project: make
Submitted by: chicares
Submitted on: Tuesday 03/20/2007 at 04:26
Severity: 3 - Normal
  Item Group: Build/Install
  Status: None
 Privacy: Public
 Assigned to: None
 Open/Closed: Open
 Discussion Lock: Any
   Component Version: 3.81
Operating System: None
   Fixed Release: None

___

Details:

These two configure options:
   --enable-case-insensitive-file-system
  --disable-case-insensitive-file-system
should have different effects but do not: the second seems
to work incorrectly.

I did not regenerate 'configure'. The session below used MSYS,
but I would guess that doesn't matter.

$./configure --enable-case-insensitive-file-system /dev/null
$grep HAVE_CASE_INSENSITIVE_FS config.h
#define HAVE_CASE_INSENSITIVE_FS 1

$make distclean /dev/null
$./configure --disable-case-insensitive-file-system /dev/null
$grep HAVE_CASE_INSENSITIVE_FS config.h
#define HAVE_CASE_INSENSITIVE_FS 1

$make distclean /dev/null
$./configure /dev/null
$grep HAVE_CASE_INSENSITIVE_FS config.h
/* #undef HAVE_CASE_INSENSITIVE_FS */





___

Reply to this item at:

  http://savannah.gnu.org/bugs/?19348

___
  Message sent via/by Savannah
  http://savannah.gnu.org/



___
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make