Re: Bug report against SVN 1.6.13

2010-10-17 Thread 'Daniel Shahaf'
'Daniel Shahaf' wrote on Mon, Oct 18, 2010 at 00:24:13 +0200: > Paul Maier wrote on Sun, Oct 17, 2010 at 22:30:23 +0200: > > svn cp svn://./a b > > should also leave file b as read-write, doesn't it? > > > > Should, but doesn't. > Fixed in r1023647, using the very same approach I originally

Re: Bug report against SVN 1.6.13

2010-10-17 Thread 'Daniel Shahaf'
Paul Maier wrote on Sun, Oct 17, 2010 at 22:30:23 +0200: > Hi Daniel, > > thanks for having taken over this idea. > No problem. > One question: > Does your solution code and testing code also cover the case when the copy > source is a URL? > > svn cp svn://./a b > should also leave file

Re: Bug report against SVN 1.6.13

2010-10-17 Thread Daniel Shahaf
Stefan Sperling wrote on Sun, Oct 17, 2010 at 20:54:41 +0200: > On Sun, Oct 17, 2010 at 04:30:41PM +0200, Daniel Shahaf wrote: > > Stefan Sperling wrote on Sun, Oct 17, 2010 at 14:43:57 +0200: > > > Your patch seems to handle copies only. What about locally added files? > > > > Does this part of t

Re: Bug report against SVN 1.6.13

2010-10-17 Thread Stefan Sperling
On Sun, Oct 17, 2010 at 04:30:41PM +0200, Daniel Shahaf wrote: > Stefan Sperling wrote on Sun, Oct 17, 2010 at 14:43:57 +0200: > > Your patch seems to handle copies only. What about locally added files? > > Does this part of the regression patch cover the scenario you have in mind? Yup. It does c

Re: Compiling mod_dav_svn against an installed Apache2 instance ?

2010-10-17 Thread Nelson Cabral
I downloaded apache 2.2.16 sources and compiled with make, but where are the binaries ? I'm not familiar with linux conventions :-/ Do binaries have an extension ? 2010/10/17 Ryan Schmidt : > > On Oct 17, 2010, at 10:19, Nelson Cabral wrote: > >> Let's try :-) How to build them ? The Apache versio

Re: Compiling mod_dav_svn against an installed Apache2 instance ?

2010-10-17 Thread Ryan Schmidt
On Oct 17, 2010, at 10:19, Nelson Cabral wrote: > Let's try :-) How to build them ? The Apache version is 2.2.16. Can > downloading apache sources & compiling them help? Right, that is what you would have to do.

Re: Compiling mod_dav_svn against an installed Apache2 instance ?

2010-10-17 Thread Nelson Cabral
Let's try :-) How to build them ? The Apache version is 2.2.16. Can downloading apache sources & compiling them help?

Re: Compiling mod_dav_svn against an installed Apache2 instance ?

2010-10-17 Thread Ryan Schmidt
On Oct 17, 2010, at 09:40, Nelson Cabral wrote: > Not installed (find & which don't return anything). > I guess I have to install apache-devel, haven't I? Are there > instructions somewhere? 'apache-devel' on google returns nothing :-/ > > In case you wonder, it looks like ipkg only install com

Re: Compiling mod_dav_svn against an installed Apache2 instance ?

2010-10-17 Thread Nelson Cabral
Not installed (find & which don't return anything). I guess I have to install apache-devel, haven't I? Are there instructions somewhere? 'apache-devel' on google returns nothing :-/ In case you wonder, it looks like ipkg only install compiled software. For my NAS, available packages are here http:

Re: svn Farm

2010-10-17 Thread Daniel Shahaf
Nico Kadel-Garcia wrote on Sun, Oct 17, 2010 at 08:41:51 -0400: > On Sun, Oct 17, 2010 at 3:52 AM, Alan Barrett wrote: > > On Sun, 17 Oct 2010, Nico Kadel-Garcia wrote: > >> > What he really wants is an alternate-universe Subversion which never > >> > had the plaintext password storage feature in

Re: Bug report against SVN 1.6.13

2010-10-17 Thread Daniel Shahaf
Stefan Sperling wrote on Sun, Oct 17, 2010 at 14:43:57 +0200: > Your patch seems to handle copies only. What about locally added files? Does this part of the regression patch cover the scenario you have in mind? Index: subversion/tests/cmdline/lock_tests.py ===

Re: Compiling mod_dav_svn against an installed Apache2 instance ?

2010-10-17 Thread Ryan Schmidt
On Oct 17, 2010, at 09:10, Nelson Cabral wrote: > I've caught this message during ./configure : > > == > WARNING: skipping the build of mod_dav_svn > try using --with-apxs > ==

Re: Compiling mod_dav_svn against an installed Apache2 instance ?

2010-10-17 Thread Nelson Cabral
I've caught this message during ./configure : == WARNING: skipping the build of mod_dav_svn try using --with-apxs == As there are apache modules in my NAS, is t

Re: svn Farm

2010-10-17 Thread Stefan Sperling
On Sun, Oct 17, 2010 at 03:14:09PM +0200, Stefan Sperling wrote: > The gpg-agent password store will be optional and behave just like > the gnome-keyring and kwallet stores. Just FYI, the current implementation of this feature doesn't seem to be usable: http://svn.haxx.se/dev/archive-2010-10/0286.

Re: Compiling mod_dav_svn against an installed Apache2 instance ?

2010-10-17 Thread Nelson Cabral
It was a clean attempt... I guess. Are installed via ipkg : apr - 1.3.12-1 - Apache Portable Runtime library apr-util - 1.3.9-1 - Apache Portable Runtime utilities library svn - 1.6.12-1 - a compelling replacement for CVS But I downloaded svn 1.6.13 sources. I'm gonna re-download all source from

Re: Compiling mod_dav_svn against an installed Apache2 instance ?

2010-10-17 Thread Ryan Schmidt
On Oct 17, 2010, at 07:17, Nelson Cabral wrote: > I installed the tr utility. I still do have this error : > > In file included from subversion/libsvn_fs_fs/rep-cache.c:28: > subversion/libsvn_fs_fs/rep-cache-db.h:7:3: macro names must be identifiers > subversion/libsvn_fs_fs/rep-cache.c:35: er

Re: svn Farm

2010-10-17 Thread Stefan Sperling
On Sun, Oct 17, 2010 at 12:14:12AM -0400, Nico Kadel-Garcia wrote: > On Sat, Oct 16, 2010 at 10:00 AM, Stefan Sperling wrote: > > I share Nico's concerns, and when I did (successfully) try to get the > > behaviour changed, the community was OK with adding a prompt, but not > > with dropping the fe

Re: Bug report against SVN 1.6.13

2010-10-17 Thread Stefan Sperling
On Sun, Oct 17, 2010 at 05:24:49AM +0200, Daniel Shahaf wrote: > Daniel Shahaf wrote on Sun, Oct 17, 2010 at 05:09:37 +0200: > > Index: subversion/libsvn_wc/copy.c > > === > > --- subversion/libsvn_wc/copy.c (revision 1023400) > >

Re: svn Farm

2010-10-17 Thread Nico Kadel-Garcia
On Sun, Oct 17, 2010 at 3:52 AM, Alan Barrett wrote: > On Sun, 17 Oct 2010, Nico Kadel-Garcia wrote: >> > What he really wants is an alternate-universe Subversion which never >> > had the plaintext password storage feature in the first place. >> >> I'd settle for being able to block that local use

Re: Compiling mod_dav_svn against an installed Apache2 instance ?

2010-10-17 Thread Nelson Cabral
I installed the tr utility. I still do have this error : In file included from subversion/libsvn_fs_fs/rep-cache.c:28: subversion/libsvn_fs_fs/rep-cache-db.h:7:3: macro names must be identifiers subversion/libsvn_fs_fs/rep-cache.c:35: error: `REP_CACHE_DB_SQL' undeclared here (not in a function)

something about permission

2010-10-17 Thread 肖晗
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 different PCs try to commit something, how

Re: svn Farm

2010-10-17 Thread Alan Barrett
On Sun, 17 Oct 2010, Nico Kadel-Garcia wrote: > > What he really wants is an alternate-universe Subversion which never > > had the plaintext password storage feature in the first place. > > I'd settle for being able to block that local use on the server side: OK, so you want a feature in which th