Re: svn command --cl don't support names that contain chinese characters.

2013-04-25 Thread Philip Martin
"Bluce Lu" writes: > svn command --cl don't support names that contain chinese characters. > > E,g. command “svn status -q D:\Project”, we see there is a changelist > named “好”, but when use command “svn status -q --verbose D:\Project > --ignore-externals --cl 好”, there is nothing to print. Does

Re: svn command --cl don't support names that contain chinese characters.

2013-04-25 Thread C. Michael Pilato
On 04/25/2013 05:14 AM, Philip Martin wrote: > "Bluce Lu" writes: > >> svn command --cl don't support names that contain chinese characters. >> >> E,g. command “svn status -q D:\Project”, we see there is a changelist >> named “好”, but when use command “svn status -q --verbose D:\Project >> --igno

答复: svn command --cl don't support names that contain chinese characters.

2013-04-25 Thread Bluce Lu
I used tortoise svn to create changelist "好". :) -邮件原件- 发件人: C. Michael Pilato [mailto:cmpil...@collab.net] 发送时间: 2013年4月25日 20:18 收件人: Philip Martin 抄送: Bluce Lu; users@subversion.apache.org 主题: Re: svn command --cl don't support names that contain chinese characters. On 04/25/2013 05:1

Re: svn command --cl don't support names that contain chinese characters.

2013-04-25 Thread Philip Martin
"C. Michael Pilato" writes: > Your Linux box is probably using a UTF8 locale, Philip. Perhaps the OP's > Windows box is using something else (GB18030 or somesuch)? > > Is this all that's needed? > > Index: subversion/svn/svn.c > ===

Re: svn command --cl don't support names that contain chinese characters.

2013-04-25 Thread C. Michael Pilato
On 04/25/2013 08:31 AM, Philip Martin wrote: > Yes, I was using UTF-8. I see the bug in iso-8859-1: > > $ svn cl å wc/f > A [å] wc/f > $ svn st wc > > --- Changelist 'å': > wc/f > $ svn st --cl å wc > $ > > With your patch: > > $ svn st --cl å wc > > --- Changelist 'å': > wc/f

Re: svn command --cl don't support names that contain chinese characters.

2013-04-25 Thread Daniel Shahaf
On Thu, Apr 25, 2013 at 08:37:01AM -0400, C. Michael Pilato wrote: > Committed my patch: ... which means the fix will likely be released in 1.7.10 and 1.8.0-alpha1 (or 1.8.0-rc1). The fix does not affect tortoisesvn; if it exhibits a problem, contact the tortoisesvn developers at http://tortoises

Re: How to setup a server?

2013-04-25 Thread
On 04/24/2013 08:52 PM, C. Michael Pilato wrote: The closest thing to "official" would be the Version Control With Subversion book (http://svnbook.org/). But don't expect to find an ordered list of steps to setting up a Subversion server, because that's just not the audience for that text. It

Re: How to setup a server?

2013-04-25 Thread C. Michael Pilato
On 04/25/2013 09:00 AM, Zé wrote: > On 04/24/2013 08:52 PM, C. Michael Pilato wrote: >> The closest thing to "official" would be the Version Control With Subversion >> book (http://svnbook.org/). But don't expect to find an ordered list of >> steps to setting up a Subversion server, because that's

Re: svn command --cl don't support names that contain chinese characters.

2013-04-25 Thread Philip Martin
Daniel Shahaf writes: > On Thu, Apr 25, 2013 at 08:37:01AM -0400, C. Michael Pilato wrote: >> Committed my patch: > > ... which means the fix will likely be released in 1.7.10 and 1.8.0-alpha1 (or > 1.8.0-rc1). The fix does not affect tortoisesvn; if it exhibits a problem, > contact the tortoise

Re: svn command --cl don't support names that contain chinese characters.

2013-04-25 Thread Daniel Shahaf
Philip Martin wrote on Thu, Apr 25, 2013 at 15:19:45 +0100: > Daniel Shahaf writes: > > > On Thu, Apr 25, 2013 at 08:37:01AM -0400, C. Michael Pilato wrote: > >> Committed my patch: > > > > ... which means the fix will likely be released in 1.7.10 and 1.8.0-alpha1 > > (or > > 1.8.0-rc1). The fi

Re: How to setup a server?

2013-04-25 Thread Les Mikesell
On Thu, Apr 25, 2013 at 8:00 AM, Zé wrote: >> > > Third-party service providers aren't an option. Note that most linux distributions include packages that are trivial to set up assuming you want approximately what the packager provided (and if you don't know better yourself it will be a good star

Files on trunk overwritten...

2013-04-25 Thread C M
I am certain there is simple way out of this situation. Some files were committed to trunk which have incorrect updates. What's the easiest way to roll back to the previous versions (before the erroneous changes were committed)? Should I checkout the previous revision and commit them over the er

Re: Files on trunk overwritten...

2013-04-25 Thread Andy Levy
On Thu, Apr 25, 2013 at 3:34 PM, C M wrote: > I am certain there is simple way out of this situation. > > Some files were committed to trunk which have incorrect updates. > > What's the easiest way to roll back to the previous versions (before the > erroneous changes were committed)? > > Should I

Re: Files on trunk overwritten...

2013-04-25 Thread Les Mikesell
On Thu, Apr 25, 2013 at 2:34 PM, C M wrote: > I am certain there is simple way out of this situation. > > Some files were committed to trunk which have incorrect updates. > > What's the easiest way to roll back to the previous versions (before the > erroneous changes were committed)? > > Should I

Re: Files on trunk overwritten...

2013-04-25 Thread Lorenz
C M wrote: >Some files were committed to trunk which have incorrect updates. > >What's the easiest way to roll back to the previous versions (before the >erroneous changes were committed)? another way is to delete the trunk and reestablish it by copying the last correct trunk revision. This way a

svn export URL of a file with svn:special fails on Microsoft Windows

2013-04-25 Thread Mark Irving
[This is intended as a bug report...] In my repository, I have one file which is a symbolic link used only in builds for other machines. It is, of course, checked out with the rest when I use svn commands on Microsoft Windows, but appears as a normal file. The svn export command fails when it