Re: [Gnu-arch-users] Using win32 and unix questions

2005-06-03 Thread Aaron Bentley
Matthew Dempsky wrote: > The only time tla ever touches your files directly is when it searches > for inline tags (and that's read-only). You've only got diff, patch, > and your fake Unix environment to blame for mysteriously changing end > lines. Actually, I believe tla touches files directly

Re: [Gnu-arch-users] Using win32 and unix questions

2005-06-03 Thread John A Meinel
Matthew Dempsky wrote: On Wed, 2005-05-18 at 08:21 +0200, Ingo Buescher wrote: John A Meinel wrote: In general, tla never changes your line endings for you. So if you check in a file with DOS (CRLF) endings, you get them back that way on all platforms. I'm not so sure that this is tru

Re: [Gnu-arch-users] Using win32 and unix questions

2005-06-03 Thread Matthew Dempsky
On Wed, 2005-05-18 at 08:21 +0200, Ingo Buescher wrote: > John A Meinel wrote: > > > In general, tla never changes your line endings for you. So if you check > > in a file with DOS (CRLF) endings, you get them back that way on all > > platforms. > > > > I'm not so sure that this is true - we had

Re: [Gnu-arch-users] Using win32 and unix questions

2005-05-22 Thread Neilen Marais
Hi On Mon, 2005-05-16 at 18:41 -0500, John A Meinel wrote: > Neilen Marais wrote: > If you want to try any of my releases (both short-path or pcomp/dos), I > will try to help you. It-works-for-me doesn't me it will work > everywhere, but if you are willing to help me track down any problems, I > w

Re: [Gnu-arch-users] Using win32 and unix questions

2005-05-18 Thread Adrian Irving-Beer
On Wed, May 18, 2005 at 08:21:18AM +0200, Ingo Buescher wrote: > >In general, tla never changes your line endings for you. So if you > >check in a file with DOS (CRLF) endings, you get them back that way > >on all platforms. This is the intended behaviour... > I'm not so sure that this is true -

Re: [Gnu-arch-users] Using win32 and unix questions

2005-05-18 Thread Ingo Buescher
John A Meinel wrote: In general, tla never changes your line endings for you. So if you check in a file with DOS (CRLF) endings, you get them back that way on all platforms. I'm not so sure that this is true - we had to explicitly change our line encodings to unix style, because tla kept changing

Re: [Gnu-arch-users] Using win32 and unix questions

2005-05-17 Thread John A Meinel
Neilen Marais wrote: Hi! I'm working on an academic code, and have been using tla quite happly as a simple revisioning system under linux. I told my colleauges who will be colaborating with me about arch, and they were quite interested! The problem is that they are using windows, and I Linux. Also,

Re: [Gnu-arch-users] Using win32 and unix questions

2005-05-17 Thread Erik de Castro Lopo
Neilen Marais wrote: > Hi! > > I'm working on an academic code, and have been using tla quite happly as > a simple revisioning system under linux. I told my colleauges who will > be colaborating with me about arch, and they were quite interested! > > The problem is that they are using windows, a