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

2010-03-18 Thread Daniel Shahaf
Ryan Schmidt wrote on Thu, 18 Mar 2010 at 05:33 -0500: > If your hostname is not UTF-8, how is Subversion to know what > character encoding it's using? It seems to me it's a bug (of your OS) > to present a non-UTF-8 string (or possibly even a non-ASCII string) as > a valid hostname. We get the hos

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

2010-03-18 Thread Dmitry Savvateev
hostname is irrelevant for those not using their PCs as servers (like me). I've been using this computer (with this hostname) for about a year without any problems. It was used for Internet access, but only client side. AFAIK, Windows has a notion of "ansi" encoding, which is a single-byte encodin

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

2010-03-18 Thread Ryan Schmidt
On Mar 18, 2010, at 03:47, Dmitry Savvateev wrote: > Yes, indeed, the host name contained cyrillics. I changed it, and the > problem disappeared. > > I think, the host name was automatically generated by the system > (sounded like "user-pc" in Russian). That means the problem may be > rather com

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

2010-03-18 Thread Dmitry Savvateev
on Windows Vista. >> >> I'm trying to mirror a repository from my flash drive to the local >> >> disk, and keep getting the following message: >> >> >> >> svnsync: Cannot accept 'svn:sync-lock' property because it is not >> >&

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

2010-03-17 Thread Daniel Shahaf
: > > > >> I've ran into the following problem with svnsync on Windows Vista. > >> I'm trying to mirror a repository from my flash drive to the local > >> disk, and keep getting the following message: > >> > >> svnsync: Cannot accept '

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

2010-03-17 Thread Dmitry Savvateev
m with svnsync on Windows Vista. >> I'm trying to mirror a repository from my flash drive to the local >> disk, and keep getting the following message: >> >> svnsync: Cannot accept 'svn:sync-lock' property because it is not >> encoded in UTF-8 >> &g

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

2010-03-16 Thread Ryan Schmidt
vn:sync-lock' property because it is not > encoded in UTF-8 > > What's wrong here? I've been doing the same thing many times before, > on Windows and Linux, and never seen anything like this. Subversion requires properties to be UTF-8. This wasn't enforced before

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

2010-03-16 Thread Dmitry Savvateev
Hello, I've ran into the following problem with svnsync on Windows Vista. I'm trying to mirror a repository from my flash drive to the local disk, and keep getting the following message: svnsync: Cannot accept 'svn:sync-lock' property because it is not encoded in UTF-8 Wha