If files in db/revprops/ are GBK encoding will cause mod_dav_svn REPORT failed?

2010-11-17 Thread LiuYan
I converted CVSNT respositoy to SVN repository some days ago, and config mod_dav_svn in Apache http.conf. When I try 'svn log http://192.168.105.4:8000/svn/cmcc', it shown some logs but failed/terminated at some revisions with a message like: svn: REPORT of '/svn/cmcc/!svn/bc/1': 200 OK

Prevent mod_dav_svn REPORT log failure if files under $REPOS/db/revprops/ are not in UTF-8 encoding

2010-11-17 Thread LiuYan
Stefan Sperling stsp at elego.de writes: On Wed, Nov 17, 2010 at 11:48:07AM +, LiuYan 刘研 wrote: I converted CVSNT respositoy to SVN repository some days ago, and config mod_dav_svn in Apache http.conf. When I try 'svn log http://192.168.105.4:8000/svn/cmcc', it shown some logs

Re: Prevent mod_dav_svn REPORT log failure if files under $REPOS/db/revprops/ are not in UTF-8 encoding

2010-11-17 Thread LiuYan
Daniel Shahaf d.s at daniel.shahaf.name writes: LiuYan 刘研 wrote on Thu, Nov 18, 2010 at 02:53:37 +: Daniel Shahaf d.s at daniel.shahaf.name writes: Stefan Sperling wrote on Wed, Nov 17, 2010 at 18:13:44 +0100: On Wed, Nov 17, 2010 at 03:06:19PM +, LiuYan 刘研 wrote

Re: something about permission

2010-10-18 Thread LiuYan
肖晗 xiaohan2012 at gmail.com writes: I set up a svn server on my own Ubuntu\Linux. When I enter commands like svn commit filename, the terminal will remind me that I have no permission to do that.(Of course, except for the case when I add sudo to the head) Then I wonder, if clients from

Need advice on when to commit and how many commits to issue when multiple files changed

2010-10-13 Thread LiuYan
Hi all, I'm new to subversion. I used CVSNT before. Because a single svn commit will result in a whole new revision tree, so currently I commit all changes once per day after work (to avoid too many revisions because of my old CVS habit). But I'm afraid it's not a proper way, so: - Should

Re: Need advice on when to commit and how many commits to issue when multiple files changed

2010-10-13 Thread LiuYan
Ryan Schmidt subversion-2010d at ryandesign.com writes: On Oct 13, 2010, at 01:25, LiuYan 刘研 wrote: I'm new to subversion. I used CVSNT before. Welcome! Because a single svn commit will result in a whole new revision tree, so currently I commit all changes once per day after

Re: Does svn merge --reintegrate ^URL syntax really work ?

2010-09-13 Thread LiuYan
Thank you Daniel! I've reported it to svnbook list here: http://code.google.com/p/svnbook/issues/detail?id=97 Daniel Shahaf-2 wrote: LiuYan 刘研 wrote on Fri, Sep 10, 2010 at 00:19:54 -0700: Thank you Erik, 1. I think I got the cause: I use Subversion in windows system, it's a little

Re: Does svn merge --reintegrate ^URL syntax really work ?

2010-09-10 Thread LiuYan
^/trunk --- Merging r357 through r380 into '.': Uinteger.c UMakefile AREADME Erik Andersson-3 wrote: 10 sep 2010 kl. 04:16 skrev LiuYan 刘研 lovet...@21cn.com: Hi, I'm learning Subversion via svn-book, I encountered a problem in section Reintegrating a Branch: http

Does svn merge --reintegrate ^URL syntax really work ?

2010-09-09 Thread LiuYan
Hi, I'm learning Subversion via svn-book, I encountered a problem in section Reintegrating a Branch: http://svnbook.red-bean.com/nightly/en/svn.branchmerge.basicmerging.html#svn.branchemerge.basicmerging.reintegrate In this section, it use the following syntax: svn merge --reintegrate