Re: Cannot accept 'svn:sync-lock' property because it is not encoded in UTF-8

2010-03-18 Thread Dmitry Savvateev
s a single-byte encoding for the local language used by the system (cp1251 in my case). There are also set of "parallel" APIs returning Unicode strings in UTF-16. May be these should be used instead, I don't know. 2010/3/18 Ryan Schmidt : > > On Mar 18, 2010, at 03:47, Dmitry Sa

Re: Cannot accept 'svn:sync-lock' property because it is not encoded in UTF-8

2010-03-18 Thread Dmitry Savvateev
erm, we'll have to make sure the 'mylocktoken' is always > valid UTF-8. (e.g., what is the encoding of hostname_str?) > > Daniel > > Dmitry Savvateev wrote on Wed, 17 Mar 2010 at 12:40 +0300: >> Yes, I know that, but svn:sync-lock is a system property added by &g

Re: Cannot accept 'svn:sync-lock' property because it is not encoded in UTF-8

2010-03-17 Thread Dmitry Savvateev
Yes, I know that, but svn:sync-lock is a system property added by svnsync during synchronization, to keep the target repository locked. How do I re-encode it? 2010/3/17 Ryan Schmidt : > On Mar 17, 2010, at 00:08, Dmitry Savvateev wrote: > >> I've ran into the following proble

Cannot accept 'svn:sync-lock' property because it is not encoded in UTF-8

2010-03-16 Thread Dmitry Savvateev
Oct 26 2009, 20:14:36 Copyright (C) 2000-2009 CollabNet. Subversion is open source software, see http://subversion.tigris.org/ This product includes software developed by CollabNet (http://www.Collab.Net/). The following repository back-end (FS) modules are available: * fs_base : Module for working with a Berkeley DB repository. * fs_fs : Module for working with a plain file (FSFS) repository. Yours, Dmitry Savvateev