Am 30.06.2010 um 23:31 schrieb Sancar Adali: > I have a lyx document that I version-control using SVN. I have checked out > this document outside LyX. When I try to check-in my changes, I get the > following error message > > Some problem occured while running the command: > > 'svn commit -m "test"'book_top.lyx' > > 'C:/Users/Sancar/AppData/Local/Temp/lyx_tempdir.Hp2640/...."' > Does anyone have a suggestion?
Is this message copy&pasted or is it only similarly? The is a space missing between the comment and the filename argument. The working command would be like the following: % svn commit -m "test" 'book_top.lyx' I don't know if there is a typo in the default or in the custom config. Regards, Stephan PS. You didn't mention the version of LyX.