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
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
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
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:
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
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
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
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:
>
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
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
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
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:
>
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
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
14 matches
Mail list logo