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
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
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
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
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 -
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
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,
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