RE: How best to move a source code trees back and forth from NT.

1998-04-30 Thread Dave Wreski
> >Could you NFS mount the Linux stuff on NT? > > Probably, but I do most of my development under NT, and my company has some > funny ideas about using lots of small source modules instead of combining > them into logical units. If my C compiler has to read hundreds of files > over the network o

Re: How best to move a source code trees back and forth from NT.

1998-04-30 Thread Doug Elznic
Go with CVS. It is a little bit of a hassle but in the end it turns out to be the best option... -- PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES! http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists To unsubscribe: mail [EMAIL PROTEC

RE: How best to move a source code trees back and forth from NT.

1998-04-30 Thread Doug Elznic
On Thu, 30 Apr 1998, Edmunds, Keith wrote: > On Thursday, April 30, 1998 3:16 PM, Al Margheim [SMTP:[EMAIL PROTECTED]] > wrote: > > > > I have to regularly move an entire source code tree back and forth between > > Linux and NT. > > Could you NFS mount the Linux stuff on NT? This wouldn't handle

Re: How best to move a source code trees back and forth from NT.

1998-04-30 Thread Al Margheim
At 10:40 AM 4/30/98 -0400, Dave Wreski wrote: > >- I think NT has an rdist implementation, which I think should be able to >do the carriage return processing as well. Thanks, I'll investigate rdist (and rsync) when I get more time. > >- Create a windows-share on the NT machine, and mount it from

Re: How best to move a source code trees back and forth from NT.

1998-04-30 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- At 09:15 4/30/98 -0500, Al Margheim wrote: > >I have to regularly move an entire source code tree back and forth between >Linux and NT. When I move the tree of code I need to maintain the >directory structure, convert carriage returns appropriately for the >des

RE: How best to move a source code trees back and forth from NT.

1998-04-30 Thread Al Margheim
At 03:26 PM 4/30/98 +0100, Keith Edmunds wrote: > >Could you NFS mount the Linux stuff on NT? Probably, but I do most of my development under NT, and my company has some funny ideas about using lots of small source modules instead of combining them into logical units. If my C compiler has to read

Re: How best to move a source code trees back and forth from NT.

1998-04-30 Thread Al Margheim
At 03:44 PM 4/30/98 +0100, James Youngman wrote: > >Why not just control the source with a CVS server? CVS can deal with >changing line-ends etc. You then designate one machine at the server >and the other as the client. I have been considering setting up CVS for other reasons. I hesitate to be

RE: How best to move a source code trees back and forth from NT.

1998-04-30 Thread Stephan Greene
On Thu, 30 Apr 1998, Edmunds, Keith wrote: > On Thursday, April 30, 1998 3:16 PM, Al Margheim [SMTP:[EMAIL PROTECTED]] > wrote: > > > > I have to regularly move an entire source code tree back and forth between > > Linux and NT. > > Could you NFS mount the Linux stuff on NT? Or use smbmount/sa

Re: How best to move a source code trees back and forth from NT.

1998-04-30 Thread James Youngman
> "Al" == Al Margheim <[EMAIL PROTECTED]> writes: Al> I have to regularly move an entire source code tree back and Al> forth between Linux and NT. When I move the tree of code I need Al> to maintain the directory structure, convert carriage returns Al> appropriately for the destinati

Re: How best to move a source code trees back and forth from NT.

1998-04-30 Thread Dave Wreski
> I have to regularly move an entire source code tree back and forth between > Linux and NT. When I move the tree of code I need to maintain the > directory structure, convert carriage returns appropriately for the > destination platform, and not change the date/time of last modification. > Main

RE: How best to move a source code trees back and forth from NT.

1998-04-30 Thread Edmunds, Keith
On Thursday, April 30, 1998 3:16 PM, Al Margheim [SMTP:[EMAIL PROTECTED]] wrote: > > I have to regularly move an entire source code tree back and forth between > Linux and NT. Could you NFS mount the Linux stuff on NT? Keith -- PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST

How best to move a source code trees back and forth from NT.

1998-04-30 Thread Al Margheim
I have to regularly move an entire source code tree back and forth between Linux and NT. When I move the tree of code I need to maintain the directory structure, convert carriage returns appropriately for the destination platform, and not change the date/time of last modification. Maintaining th