I am getting the following error when trying to co linuxbios for the first time: cvs [checkout aborted]: could not chdir to freebios/src/arch/alpha/config: Not a directory
anyone have an idea as to what is going on...
__________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com
I just checked out a fresh tree just fine to test out your problem, though i was having trouble logging in a second before that. I think sourceforge is just having issues, that is not uncommon.
On Wed, 14 May 2003, Frank wrote:
I am getting the following error when trying to co linuxbios for the first time: cvs [checkout aborted]: could not chdir to freebios/src/arch/alpha/config: Not a directory
anyone have an idea as to what is going on...
Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com _______________________________________________ Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios
Frank wrote:
I am getting the following error when trying to co linuxbios for the first time: cvs [checkout aborted]: could not chdir to freebios/src/arch/alpha/config: Not a directory
Do you per chance have that on a filesystem that isn't case sensitive? In the alpha directory there is both a 'Config' file and a 'config' directory.
very good point. I'm doing under cygwin.:-( --- Richard Smith rsmith@bitworks.com wrote:
Frank wrote:
I am getting the following error when trying to co linuxbios
for
the first time: cvs [checkout aborted]: could not chdir to freebios/src/arch/alpha/config: Not a directory
Do you per chance have that on a filesystem that isn't case sensitive? In the alpha directory there is both a 'Config' file and a 'config' directory.
-- Richard A. Smith rsmith@bitworks.com
Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios
__________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com
Frank wrote:
very good point. I'm doing under cygwin.:-(
--- Richard Smith rsmith@bitworks.com wrote:
I am getting the following error when trying to co linuxbios
for
the first time: cvs [checkout aborted]: could not chdir to freebios/src/arch/alpha/config: Not a directory
Do you per chance have that on a filesystem that isn't case sensitive? In the alpha directory there is both a 'Config' file and a 'config'
This has come up before. Ron perhaps in new developemnet tree you should use an extension for the 'Config' file like Config.lbc or .nlb
On Wed, 14 May 2003, Richard Smith wrote:
This has come up before. Ron perhaps in new developemnet tree you should use an extension for the 'Config' file like Config.lbc or .nlb
oh my, that would break so much. I think I'd rather rename the directory.
ron
ron minnich wrote:
On Wed, 14 May 2003, Richard Smith wrote:
This has come up before. Ron perhaps in new developemnet tree you should use an extension for the 'Config' file like Config.lbc or .nlb
oh my, that would break so much. I think I'd rather rename the directory.
Why? Shouldn't that be a simple change in nlbconfig.py and then a find command that renames ever occurance of Config to Config.xxx?
On Wed, 14 May 2003, Richard Smith wrote:
Why? Shouldn't that be a simple change in nlbconfig.py and then a find command that renames ever occurance of Config to Config.xxx?
good point, I just worry about these big changes as it always seems to uncover Something I Didn't Think Of.
I'll try it out later this week.
ron
I get this problem under MacOS X, since it uses a non case-sensitive filesystem as well. I'd support it being fixed if possible.
Greg
At 5:36 PM -0500 14/5/03, Richard Smith wrote:
ron minnich wrote:
On Wed, 14 May 2003, Richard Smith wrote:
This has come up before. Ron perhaps in new developemnet tree you should use an extension for the 'Config' file like Config.lbc or .nlb
oh my, that would break so much. I think I'd rather rename the directory.
Why? Shouldn't that be a simple change in nlbconfig.py and then a find command that renames ever occurance of Config to Config.xxx?
-- Richard A. Smith rsmith@bitworks.com
Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios
On Wed, 14 May 2003, Greg Watson wrote:
I get this problem under MacOS X, since it uses a non case-sensitive filesystem as well. I'd support it being fixed if possible.
everyone who wants Config files to become Config.lbc tell me.
Everyone who wants to rename the config directories as config.d, tell me.
ron
Hello again from Gregg C Levine Ron, gang, I use Linux to build Linux BIOS. So, I'll work with whatever is chosen. It matters not, to me. ------------------- Gregg C Levine hansolofalcon@worldnet.att.net ------------------------------------------------------------ "The Force will be with you...Always." Obi-Wan Kenobi "Use the Force, Luke." Obi-Wan Kenobi (This company dedicates this E-Mail to General Obi-Wan Kenobi ) (This company dedicates this E-Mail to Master Yoda )
-----Original Message----- From: linuxbios-admin@clustermatic.org [mailto:linuxbios- admin@clustermatic.org] On Behalf Of ron minnich Sent: Wednesday, May 14, 2003 7:41 PM To: Greg Watson Cc: LinuxBIOS Subject: Re: cvs co error
On Wed, 14 May 2003, Greg Watson wrote:
I get this problem under MacOS X, since it uses a non
case-sensitive
filesystem as well. I'd support it being fixed if possible.
everyone who wants Config files to become Config.lbc tell me.
Everyone who wants to rename the config directories as config.d,
tell me.
ron
Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios
My vote: keep config dirs the same. Rename Config to Config.lbc.
Greg
At 5:40 PM -0600 14/5/03, ron minnich wrote:
On Wed, 14 May 2003, Greg Watson wrote:
I get this problem under MacOS X, since it uses a non case-sensitive filesystem as well. I'd support it being fixed if possible.
everyone who wants Config files to become Config.lbc tell me.
Everyone who wants to rename the config directories as config.d, tell me.
ron
Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios
ron minnich rminnich@lanl.gov writes:
On Wed, 14 May 2003, Greg Watson wrote:
I get this problem under MacOS X, since it uses a non case-sensitive filesystem as well. I'd support it being fixed if possible.
everyone who wants Config files to become Config.lbc tell me.
Everyone who wants to rename the config directories as config.d, tell me.
Renaming config to config.d won't help as you will retain phantom directories in CVS. So the problem will continue, except for releases.
I don't know if renaming the Config files will help, either, but it should as deleted files are not checked out. How about just Config.lb I don't think the extra c buys us anything.
In addition while I can see supporting case insensitive filesystems supporting only 8.3 filenames is out. We have files in the tree that are too long already and it will be too easy to make that mistake.
Eric