Hello,
I have added a command list for reproducing the issue.
Please note the last commit message. At this point the executable flag
is missing. It is however recovered on the commit.
best regards,
Matthias
$ svnadmin create /a/svnserver
$ svn checkout file:///a/svnserver /a/wc
Checked out re
On Tue, Jul 6, 2010 at 10:34 PM, Henrik Sundberg wrote:
> On Wed, Jul 7, 2010 at 7:06 AM, Aaron Turner wrote:
>>> echo "hi" >foo.c
>>> svn add foo.c
>> svn: Unrecognized line ending style for 'foo.c'
>>
>>> echo -n "hi" >foo.c
>>> svn add foo.c
>> svn: Unrecognized line ending style for 'foo.c'
>
On Wed, Jul 7, 2010 at 7:06 AM, Aaron Turner wrote:
>> echo "hi" >foo.c
>> svn add foo.c
> svn: Unrecognized line ending style for 'foo.c'
>
>> echo -n "hi" >foo.c
>> svn add foo.c
> svn: Unrecognized line ending style for 'foo.c'
>
>> echo "hi" >foo
>> svn add foo
> A foo
>
> Ideas anyone
On Tue, Jul 6, 2010 at 9:35 AM, Aaron Turner wrote:
> On Tue, Jul 6, 2010 at 6:18 AM, Daniel Shahaf wrote:
>> Aaron Turner wrote on Tue, 6 Jul 2010 at 01:43 -:
>>> Maybe this started happening after upgrading to svn 1.6.12, but not
>>> really sure about the timing, but all of a sudden I can't
> From: Jon Foster [mailto:jon.fos...@cabot.co.uk]
>
> What's the full output of ldd?
Here's how I built it:
rm -rf /scratch/eharvey/svn
mkdir /scratch/eharvey/svn
cd /scratch/eharvey
rm -rf subversion-1.6.12
tar xjf subversion-1.6.12.tar.bz2
tar xjf subversion-deps-1.6.12.tar.bz2
cd subversion-1
On 07/06/2010 06:16 PM, Bert Huijben wrote:
-Original Message-
From: Eric Peers [mailto:e...@missinglinktools.com]
Sent: dinsdag 6 juli 2010 22:46
To: Daniel Shahaf
Cc: users@subversion.apache.org
Subject: Re: Performance of svn+ssh vs. file for multiple files
Good suggestion Danie
On Tue, Jul 06, 2010 at 02:46:11PM -0600, Eric Peers wrote:
> svnserve -d --listen-port 8000
> ssh epe...@localhost -L 3690:localhost:8000
> ...then run my svn update commands...
You could also try ssh connection multiplexing.
>From the ssh(1) man page:
-M Places the ssh client into ``
> -Original Message-
> From: Eric Peers [mailto:e...@missinglinktools.com]
> Sent: dinsdag 6 juli 2010 22:46
> To: Daniel Shahaf
> Cc: users@subversion.apache.org
> Subject: Re: Performance of svn+ssh vs. file for multiple files
>
> Good suggestion Daniel. While this does markedly improv
Good suggestion Daniel. While this does markedly improve performance, it
does so at the expense of changing the underlying protocol.
Unfortunately, I'm not at liberty to change the underlying protocol - I
have customers that define the protocol, I don't. So my "program" needs
to access their re
Have you tried using SSH port forwarding instead of svn+ssh://?
Daniel
(perhaps one of the other devs will address the points you made; I'm
myself not familiar with that part of the code)
Eric Peers wrote on Tue, 6 Jul 2010 at 21:17 -:
> Howdy,
>
> I've got a program that needs to checkout
It's not clear to me exactly what you did. (The most unambiguous way to
explain yourself is to post a list of commands, starting from 'svnadmin
create'.) However, if you run 'svn merge' and at the end of the
operation a file has svn:executable set, then its +x permission should
be set --- and if
Juan Wajnerman wrote on Mon, 5 Jul 2010 at 18:13 -:
> I'm trying to perform a svnsync with a repo stored at Google Code but
> it always fails at certain revision with the following error:
>
> $ svnsync sync file:///~/Riff Transmitting file data
> ...svnsync: File not found: transaction
We are about to upgrade to a new Visual Studio. While preparing for the
upgrade, I created a branch call VS2010 to test our software and make
sure everything is working before moving everybody to the new IDE.
Things have checked out and now we want to upgrade. I want to swap my
trunk and my branch
Edward Ned Harvey wrote on Tue, 6 Jul 2010 at 17:14 -:
> Also, if I enable-static, shouldn't it be internal, shouldn't ldd show
> me nothing?
Did you try --enable-all-static?
Howdy,
I've got a program that needs to checkout specific files at specific
versions. In this particular case a branch does not make sense. I have
found that the performance of svn+ssh in this case is very bad.
I run the rough equivalent of:
svn update -r 2 file1 file2 file3 file4 file5
svn u
On Tue, Jul 6, 2010 at 6:18 AM, Daniel Shahaf wrote:
> Aaron Turner wrote on Tue, 6 Jul 2010 at 01:43 -:
>> Maybe this started happening after upgrading to svn 1.6.12, but not
>> really sure about the timing, but all of a sudden I can't add any new
>> files to my svn repo on my Mac (10.6.4) be
Aaron Turner wrote on Tue, 6 Jul 2010 at 01:43 -:
> Maybe this started happening after upgrading to svn 1.6.12, but not
> really sure about the timing, but all of a sudden I can't add any new
> files to my svn repo on my Mac (10.6.4) because I'm getting
> "Unrecognized line ending style" when I
Yes. The same Trac pre & post commit hooks I've been using for years.
Btw, the svn server is still 1.6.9 and hasn't changed in months.
Honestly, I don't believe the hooks to be the problem, since the
problem happens when I run "svn add", NOT "svn commit". Committing
changed files/properties wor
Hi,
Edward Ned Harvey wrote:
> I have tried everything I can think of, and I can't seem to get
> svn to build with the zlib that comes with it. It's always
> linking against /usr/lib64/zlib.
> After build:
> ldd `which svn` | grep libz
> libz.so.1 => /usr/lib64/libz.so.1 (0x0034a69000
On Tuesday 06 Jul 2010, Edward Ned Harvey wrote:
> I have tried everything I can think of, and I can't seem to get svn to
> build with the zlib that comes with it. It's always linking against
> /usr/lib64/zlib.
>
>
>
> ./configure --prefix=/scratch/eharvey/svn
> --with-zlib=/scratch/eharvey/subve
I have tried everything I can think of, and I can't seem to get svn to build
with the zlib that comes with it. It's always linking against
/usr/lib64/zlib.
./configure --prefix=/scratch/eharvey/svn
--with-zlib=/scratch/eharvey/subversion-1.6.12/zlib --enable-static
After build:
ldd `which
Do you have some sort of upstream pre-commit or other hooks on your server?
On Mon, Jul 5, 2010 at 6:43 PM, Aaron Turner wrote:
> Maybe this started happening after upgrading to svn 1.6.12, but not
> really sure about the timing, but all of a sudden I can't add any new
> files to my svn repo on m
Hyrum K. Wright ha scritto:
On Mon, Jul 5, 2010 at 12:36 PM, Nico Kadel-Garcia wrote:
On Mon, Jul 5, 2010 at 4:39 AM, Daniele Zuco wrote:
Hi
I would like to try storing my repository using the database Oracle Berkley
DB.
Why? Berkeley DB is deprecated for many reasons, and has
On Tue, Jul 06, 2010 at 06:46:05AM +0200, Ronald Geisler wrote:
> 2010/7/5 Stefan Sperling :
> > On Mon, Jul 05, 2010 at 08:10:35PM +0200, Ronald Geisler wrote:
> >> r...@betanas:/ffp/src/subversion-1.6.12# make check-swig-py
> >> cd /ffp/src/subversion-1.6.12/subversion/bindings/swig/python; \
> >
Hello all,
I am running an Java SVN-Client and I get following error message from svn:
"svn: Broken pipe svn: PROPFIND request failed on '/svn/'"
What does this error message mean? I found nothing on my internet search. Is
there a communication problem between client and server?
Best Regards,
25 matches
Mail list logo