On 11/08/2010 10:35 PM, Campbell Allan wrote:
On Monday 08 Nov 2010, wrodrigues201 wrote:
Hello,
Our subversion (1.4.3-r23084 on windows 2003) was holding around 1.6 TB
of data and one user has accidentally deleted a directory of 1 TB. I
have done a svn export from the previous version and
On Sat, Nov 13, 2010 at 12:23 AM, Edward Ned Harvey wrote:
>> From: Nico Kadel-Garcia [mailto:nka...@gmail.com]
>>
>> RHEL 5 still directly only provides Subversion 1.4.2. EPEL will not
> replace it in
>
> On RHEL4 / RHEL5, I find it ridiculously easy to build svn from source.
> Here is my build s
- Original Message -
From: "Daniel Shahaf"
To: "Gingko"
Cc: "Subversion User List"
Sent: Wednesday, November 10, 2010 10:45 PM
Subject: Re: svnserve : anonymous access not working
I agree that anon-access=read should work. From looking at the code,
I'm not sure whether the SASL glu
Hello!
I've faced with crash during following command ( dns name was replaced ):
svn merge --dry-run -r3778:5716 svn://svn.example.com/repo/trunk . | tee
merge.log
Working copy has few local modifications ( removed svn:mergeinfo on some
files and directories ). Svn log attached.
svn --version
Edward Ned Harvey wrote on Sat, Nov 13, 2010 at 00:23:54 -0500:
> ./configure --prefix=$INSTALLDIR --with-ssl && \
> make && \
> make install && \
> echo "" && \
> echo "installed ok: ${INSTALLDIR}/bin/svn"
set -e
./configure
make
make install
set +e
More readable?