On Friday, October 19, 2018 at 2:53:26 PM UTC+2, Yakov Maryanov wrote: > > Hello! > > I execute command: > "C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe" /command:commit > /pathfile:"d:\SVN\Work\Source\Project\f2.txt" > > File f2.txt contains two strings: > > d:\SVN\Work\Source\Source\Project.Client > d:\SVN\Work\Source\Source\Project.Server >
is the file encoded in utf-16? It has to be, ANSI or utf-8 won't work. > > 'D:\Development\SVN\Releases\TortoiseSVN-1.10.2\ext\subversion\subversion\libsvn_wc\wc_db.c' > > > line 10238: assertion failed (svn_dirent_is_absolute(local_abspath)) > this means the paths passed in the file are wrong. Either because the file f2.txt isn't encoded in utf16 or the paths are not correct/don't exist. Stefan -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/0459b71e-c16e-41f6-b059-68ef71119669%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
