Re: D3 and *nix - Using os dirs for program files



On May 22, 4:01 pm, dtsig <dt...@xxxxxxxxxxx> wrote:
Does anyone here use OS level directories for program tables? If so
how does it work?  Any "gotchas"?

Thanks
Dsig

I am using OS level directories for my program source code so that
Subversion can see them. I have it all working nicely now. The only
gotchas are the characters that are not allowed in a Unix file/folder
name (like a / ) but are fine in Pick item names. Those have caused
me some real grief. One other small thing is the system I am working
on stores screens with CrLf at the end of each line so the item can be
read and simply displayed. Unix will translate the CrLf to just a Lf
and then when you read it back you will get it as an Attr Mark. Not
so nice, but it's easily overcome.

Marshall
.