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 daniel.shahaf.name> writes: > > LiuYan 刘研 wrote on Thu, Nov 18, 2010 at 02:53:37 +: > > Daniel Shahaf 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: Prevent mod_dav_svn REPORT log failure if files under $REPOS/db/revprops/ are not in UTF-8 encoding

2010-11-17 Thread Daniel Shahaf
LiuYan 刘研 wrote on Thu, Nov 18, 2010 at 02:53:37 +: > Daniel Shahaf 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: > > > > I mean, if the revprops files are not in UTF-8 enco

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 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: > > > I mean, if the revprops files are not in UTF-8 encoding, don't return REPORT > > Small correction: it's meaningless

Re: Completely overwrite a file.

2010-11-17 Thread Gavin Beau Baumanis
Hi Stefan, We don't use SVN in it's classic setup. Well basically it is more a case of we don't actually do "releases". We do all dev work locally. A CRON job on the staging server; does an svn update - and that (staging) local working copy becomes the staging delpoyment for our web application.

Re: svnserve : anonymous access not working

2010-11-17 Thread Gingko
- Original Message - From: "Bob Archer" To: "Gingko" ; "Subversion User List" Sent: Wednesday, November 17, 2010 8:14 PM Subject: RE: svnserve : anonymous access not working > -Original Message- > From: Gingko [mailto:from_tig...@nospam.homelinux.org] > Sent: Wednesday, Novem

RE: svnserve : anonymous access not working

2010-11-17 Thread Bob Archer
> -Original Message- > From: Gingko [mailto:from_tig...@nospam.homelinux.org] > Sent: Wednesday, November 17, 2010 1:27 PM > To: Subversion User List > Subject: Re: svnserve : anonymous access not working > > > - Original Message - > > From: "Bob Archer" > > To: "Gingko" ; "Subver

Re: svnserve : anonymous access not working

2010-11-17 Thread Gingko
- Original Message - From: "Bob Archer" To: "Gingko" ; "Subversion User List" Sent: Wednesday, November 17, 2010 3:40 PM Subject: RE: svnserve : anonymous access not working > I have a problem with svnserve : > > [..] > > Isn't it enough to set "anon-access = read" for allowing

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

2010-11-17 Thread Daniel Shahaf
Stefan Sperling wrote on Wed, Nov 17, 2010 at 18:13:44 +0100: > On Wed, Nov 17, 2010 at 03:06:19PM +, LiuYan 刘研 wrote: > > I mean, if the revprops files are not in UTF-8 encoding, don't return > > REPORT Small correction: it's meaningless to talk about the encoding of the revprop files; it's

Re: Managing users

2010-11-17 Thread David Weintraub
2010/11/17 Pazmiño Mazón, Iván Andrés : > Hello, > > I'm trying to solve a simple problem but can't find how in the svn-book. > I need to manage my users in groups, actually teams, I need only team > members to have read/write access to a set of projects and the rest of > the organization only read

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

2010-11-17 Thread Stefan Sperling
On Wed, Nov 17, 2010 at 03:06:19PM +, LiuYan 刘研 wrote: > My orginal idea is: > If this "svn: REPORT of " error is returned by mod_dav_svn, can it act > friendly > as the same as svnserve ? > I mean, if the revprops files are not in UTF-8 encoding, don't return REPORT > Failed to client side,

RE: Managing users

2010-11-17 Thread Bob Archer
> I'm trying to solve a simple problem but can't find how in the svn- > book. > I need to manage my users in groups, actually teams, I need only > team > members to have read/write access to a set of projects and the rest > of > the organization only read access. > > My subversion authenticates us

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

Managing users

2010-11-17 Thread Pazmiño Mazón , Iván Andrés
Hello, I'm trying to solve a simple problem but can't find how in the svn-book. I need to manage my users in groups, actually teams, I need only team members to have read/write access to a set of projects and the rest of the organization only read access. My subversion authenticates users with a

RE: svnserve : anonymous access not working

2010-11-17 Thread Bob Archer
> I have a problem with svnserve : > > I want to configure it for allowing anonymous users to read it, but > this > don't work : > if I checkout (using TortoiseSVN), I am always asked to supply my > password. > > If I do it, the checkout works fine. > > Otherwise I cannot checkout. > > And if I

Re: Completely overwrite a file.

2010-11-17 Thread Daniel Shahaf
Stefan Sperling wrote on Wed, Nov 17, 2010 at 14:09:47 +0100: > Note that you could also use the --accept="theirs-full" option to skip the > interactive prompt. > In trunk, '--accept=tf' (using the shorthands from the interactive resolver) also works. I've nominated the shorter spelling for 1.6.

Re: Completely overwrite a file.

2010-11-17 Thread Chris Tashjian
You should probably also add --*ignore*-*ancestry* to that merge statement. On Wed, Nov 17, 2010 at 8:09 AM, Stefan Sperling wrote: > On Wed, Nov 17, 2010 at 11:00:25PM +1100, Gavin Beau Baumanis wrote: > > I have been doing; > > svn merge -r1:head trunk/somefile branches/somefeature/somefile >

Re: Completely overwrite a file.

2010-11-17 Thread Stefan Sperling
On Wed, Nov 17, 2010 at 11:00:25PM +1100, Gavin Beau Baumanis wrote: > Hi there, > > I have a question about completely overwriting a destination file with a > merge. > I have been doing; > svn merge -r1:head trunk/somefile branches/somefeature/somefile > > As long as I continue to choose "Their

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

2010-11-17 Thread Stefan Sperling
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 > but > failed/terminated at some revisions

Completely overwrite a file.

2010-11-17 Thread Gavin Beau Baumanis
Hi there, I have a question about completely overwriting a destination file with a merge. I have been doing; svn merge -r1:head trunk/somefile branches/somefeature/somefile As long as I continue to choose "Their File" for any / all conflicts; My question is - will this actually give me a complete

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 (http:/

Re: SVN Process

2010-11-17 Thread David Weintraub
On Tue, Nov 16, 2010 at 4:52 AM, Neson Maxmelbin (RBEI/EMT5) wrote: > I want to setup a reliable development process for SVN in our environment. > > > The initial baseline of the project will be in trunk folder. > > For the first Release, the trunk is checked out , changes made and then > commited

RE: Subversion vs multicore processors

2010-11-17 Thread David Aldrich
> I doubt if there is a generic answer to that question, but with RHEL6 > recently released, maybe Centos6 will be released soon enough for your > next upgrade and won't be outdated for a while. If you want the > tradeoffs of faster update cycles, the main players are fedora and > ubuntu where fed