BUG: svn st => svn: Can't open '.svn/tmp/mixed.pl.tmp': No such file or directory
From: Eric Hanchrow <offby1_at_blarg.net>
Date: 2004-09-10 03:43:06 CEST
This is reproducible. First a word about all the systems involved:
The repository is 1.1.x (r10858) on Linux (recent Debian testing).
The client is Cygwin's released version of 1.0.6, running on Win2K
The working copy lives on an old RedHat box running Samba 2.2.7a, and
First I'll describe in vague prose what I'm doing; then I'll include
I've got a repository on the new Linux box, naturally enough. My
I've got "auto-props" enabled, so that Perl scripts get svn:eol-style
I attempt to check in a Perl script whose line endings are
Now, as it happens, this bug, _as described above and in the
Anyway, enough blather. Here are the scripts:
I call this "server.sh":
#!/bin/bash
set -e
cd
rm -rfv $HOME/silly-repos
~svn/local/bin/svnadmin create --fs-type=fsfs $HOME/silly-repos
echo '[general]' > $HOME/silly-repos/conf/svnserve.conf
# I'm only using a non-standard port because the box on which the
And I call this "client.sh":
#!/bin/bash
port=9918
c=$HOME/.subversion/config
if [ -f $b ]; then
mv $c $b
echo [miscellany] > $c
# Of course you'll have to change this letter to match whatever
w=silly-wc
rm -rf $w
svn add mixed.pl
echo -e I gots a CR\\r >> mixed.pl
Run `server.sh' on a recent Linux box with a 1.1.x svn. Then by hand
$ net use \* \\\\eng01\share
Then whatever letter that drive is, edit the one line in "client.sh"
Then run server.sh on the server, and client.sh on the client; you'll
Transmitting file data .svn: Commit failed (details follow):
That last line is the bug.
Now to demonstrate that the problem is indeed related to SMB, re-edit
-- Asking the Iraqi people to assume Saddam's debts is rather like telling a man who has been shot in the head that he has to pay for the bullet. -- James Surowiecki --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Fri Sep 10 03:43:49 2004 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.