Re: assertion failed (svn_dirent_is_absolute(local_abspath)) TortoiseSVN-1.8.8

2015-08-27 Thread Andreas Stieger
Hello, On 02/07/15 11:34, Valeriy Goncharov wrote: > Subversion Exception! > In file > 'D:\Development\SVN\Releases\TortoiseSVN-1.8.8\ext\subversion\subversion\libsvn_wc\wc_db.c' > line 8731: assertion failed (svn_dirent_is_absolute(local_abspath)) Please update to the latest compatible TortoiseS

Re: How to pass a message file in UTF8 encoding to svn commit?

2015-08-27 Thread Hunger Tobias
Hi Bert, thank you for your prompt reply! I'll give that a try and see whether that works for everybody. "utf8" does work fine for me, but people on windows claim it breaks for them. Best Regards, Tobias Tobias Hunger, Senior Software Engineer | The Qt Company The Qt Company GmbH, Rudower Cha

RE: How to pass a message file in UTF8 encoding to svn commit?

2015-08-27 Thread Bert Huijben
> -Original Message- > From: Hunger Tobias [mailto:tobias.hun...@theqtcompany.com] > Sent: donderdag 27 augustus 2015 15:45 > To: users@subversion.apache.org > Subject: How to pass a message file in UTF8 encoding to svn commit? > > Hello SVN users list! > > I have a file in UTF8 encodin

How to pass a message file in UTF8 encoding to svn commit?

2015-08-27 Thread Hunger Tobias
Hello SVN users list! I have a file in UTF8 encoding, containing a couple of non-ASCII characters (Cyrillic mostly, some äüß and such). I know that file to be in UTF8 encoding. Then I am trying to run: svn commit --encoding utf8 --file mymsg.txt somefile.cpp and I get the following error: svn:

update -r PREV causes tree conflict if a folder to be removed contains ignored sub-folder

2015-08-27 Thread Gert Kello
Hi. I have a case where updating to older version causes tree conflict, if update (to older revision) removes some folder and that folder has some global-ignores ignored sub-folder. I'm not sure if that's a bug but it is inconvenient for me... The (windows cmd) script to create situation is attac