Re: cvs2svn failing on "non-CVS" files

2012-09-14 Thread Nico Kadel-Garcia
On Thu, Sep 13, 2012 at 5:32 AM, Andreas Tscharner wrote: >> /data/cvs/tusk/ocw/tmpl/Attic/header,v >> Processed 5345 files >> Pass 1 complete. >> == >> = >> Error summary: >> ERROR: '/var/www/cvs/module/badfile,v' is not a va

REGRESSION in 1.7.6: * move mod_dontdothat to install-tools (r1307177)

2012-09-14 Thread Lev Serebryakov
Hello, Users. Now tools could not be built and installed without installed apache, even if mod_dav_svn is disabled at configure stage. -- // Black Lion AKA Lev Serebryakov

Re: REGRESSION in 1.7.6: * move mod_dontdothat to install-tools (r1307177)

2012-09-14 Thread Daniel Shahaf
Did you search the lists archives? It's been reported and a fix is nominated for backport to 1.7.7 in the STATUS file. Lev Serebryakov wrote on Fri, Sep 14, 2012 at 15:33:15 +0400: > Hello, Users. > > Now tools could not be built and installed without installed apache, > even if mod_dav_svn is

RE: Problem with merging

2012-09-14 Thread John Maher
Thanks Ryan, sent them a suggestion. Don't know if they'll like it, but we'll find out. John -Original Message- From: Ryan Schmidt [mailto:subversion-20...@ryandesign.com] Sent: Thursday, September 13, 2012 4:46 PM To: John Maher Cc: Stefan Sperling; users@subversion.apache.org Subject:

Re: REGRESSION in 1.7.6: * move mod_dontdothat to install-tools (r1307177)

2012-09-14 Thread Stefan Sperling
On Fri, Sep 14, 2012 at 03:33:15PM +0400, Lev Serebryakov wrote: > Hello, Users. > > Now tools could not be built and installed without installed apache, > even if mod_dav_svn is disabled at configure stage. See http://subversion.apache.org/docs/release-notes/1.7.html#mod_dontdothat-issue

Why main Makefile don't use INSTALL_PROGRAM, only INSTALL? It causes installed binaries to be not stripped.

2012-09-14 Thread Lev Serebryakov
Hello, Users. Now Makefile.in contains: INSTALL = @INSTALL@ ... INSTALL_BIN = $(LIBTOOL) --mode=install $(INSTALL) And after configure it is expanded to: INSTALL = /usr/bin/install -c -o root -g wheel ... INSTALL_BIN = $(LIBTOOL) --mode=install $(INSTALL) It means, that all binaries are ins

Re: Problem with merging

2012-09-14 Thread Stefan Sperling
On Thu, Sep 13, 2012 at 09:23:54AM -0400, John Maher wrote: > How hard is it to change the book? Check out the book sources, make changes, and either send a patch (i.e. the output of "svn diff" showing your changes) to the svnbook development list, or file an issue in the book's issue tracker and

RE: Problem with merging

2012-09-14 Thread John Maher
Thank you Stefan. Very helpful. John -Original Message- From: Stefan Sperling [mailto:s...@elego.de] Sent: Friday, September 14, 2012 10:24 AM To: John Maher Cc: users@subversion.apache.org Subject: Re: Problem with merging On Thu, Sep 13, 2012 at 09:23:54AM -0400, John Maher wrote: >

Re: Problem with merging

2012-09-14 Thread Daniel Shahaf
John Maher wrote on Thu, Sep 13, 2012 at 10:26:39 -0400: > Yes that is what I did. Now that I know that causes problems with the > subversion mailing list I won't do it again. > For completeness... http://subversion.apache.org/docs/community-guide/mailing-lists#fresh-post

Re: problem with dialog box uisng Tortoisesvn

2012-09-14 Thread Daniel Shahaf
Carmit Shiran wrote on Wed, Sep 12, 2012 at 13:12:52 +0200: > If you look at my example I sent in the previous email, you can see I > filled in the argument= $target_path : > my $target_path = "file:///C:/svn_repos3/trunk/Widget3" > But I'm looking for a way to fill it automatically with the "curre

Re: AuthzSVNAccessFile and [alias]

2012-09-14 Thread Daniel Shahaf
To clarify, you want the left-hand side of an alias line to be the full DN, right? How is this going to work? Does our ini parser allow the LHS to contain embedded '=' sign? https://svn.apache.org/repos/asf/subversion/trunk/subversion/libsvn_subr/config_file.c http://docs.python.org/library/con

Re: Limit general read-operations to svn-repo

2012-09-14 Thread Daniel Shahaf
Stefan Bauer wrote on Thu, Sep 13, 2012 at 10:20:06 +0200: > Dear Users, > > We're having around 40 repositories. > > I'm trying to limit write access to a specific group per repository > and all read access to a group. How can i achieve this? > > I was able to limit the write operations with: >

Re: svndumpfilter and empty revisions

2012-09-14 Thread Daniel Shahaf
Can you post the actual parts of the dumpfile for those empty revisions? (between successive "Revision-number: " lines) David Newman wrote on Wed, Sep 12, 2012 at 12:02:29 -0400: > Hi there, > I have received a subversion dump file that contains about 12000 empty > revisions. There's only one sub

Re: Malformed Network Data Error accessing svnserve on OS X Server 10.8

2012-09-14 Thread Daniel Shahaf
If you telnet or netcat to the host on port 3690, what do you get? The expected answer is, "The same output I get when I run 'svnserve -i' on the server". Larry Goldman wrote on Tue, Sep 11, 2012 at 16:46:29 -0700: > I'm attempting to get svnserve running on OS X Server 10.8. > > I have successf