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
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
> -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
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:
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