DVS and lfs

Avi Bryant avi at beta4.com
Thu Oct 31 19:52:35 UTC 2002


On Thu, 31 Oct 2002 danielv at netvision.net.il wrote:

> Hi Avi, all.
>
> Well, filing out using DVS adds lf to my line endings.
>
> Avi, you said before that this comes from working with CVS, which
> requires it.
>
> Is there some way us non-CVS users can avoid this, hmm, feature? ;-)

Ok, yes, I need to provide an option for that (although it should go at
the PackageManager level, not the PackageInfo level).

As a quick hack, just modify FilePackageDumper>>storePackage: to suit
yourself (eg,

storePackage: aPackage
  stream := fileStream.
  super storePackage: aPackage

would do nicely).

Avi




More information about the Squeak-dev mailing list