On Tue, May 13, 2014 at 01:27:17PM -0600, Chad Perrin wrote:
> On Tue, May 13, 2014 at 09:55:10AM +0200, Stephan Beal wrote:
> > On Tue, May 13, 2014 at 12:12 AM, Chad Perrin <c...@apotheon.net> wrote:
> > >
> > > When I use the "fossil wiki" command to work with wiki pages at the
> > > shell, edit files and check them back in, what was once treated as a
> > > markdown formatted wiki page gets coerced back to being a "wiki markup"
> > > formatted wiki page.  How do I stop this from happening?
> > 
> > Doh - you can't currently. The shell mode export/import was added _long_
> > before other formats were supported, and it's not aware of them. i've added
> > that to the TODO list.
> 
> Thanks.  I look forward to that going away.
> 
> 
> > >
> > > While I'm at it . . . how do I stop changes saved from the web interface
> > > from inserting a bunch of MS Windows style "^M" CRLF character garbage
> > > at the end of every line when I check out a wiki file locally for
> > > editing in a text editor?
> > >
> > 
> > That's new to me - i don't recall ever having seen that.
> 
> Is there any other information I could provide that might help narrow
> down the source of the problem?  I'm currently at kind of a loss.
> 
> The local install of Fossil is 1.28 built from ports on FreeBSD.  The
> remote install is 1.26 built from downloaded sources on a Linux-based
> webhosting platform (though I expect to move that to a FreeBSD VPS,
> with Fossil installed from ports and thus more up to date, "soon").

Hi, 

I confirm, I have same result: (on linux x64)

  $ fossil ver
  This is fossil version 1.29 [379309b6da] 2014-04-30 07:43:47 UTC

  $ fossil wiki export "test wiki" > test.wiki

  $ file test.wiki
  test.wiki HTML document, ASCII text, with CRLF, LF line terminators

It's even not a real CRLF (DOS) file but a mix between CRLF an LF...


Moreover, same thing happens with "fossil conf export".


-- 
Martin G.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to