[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

svn status freezes in working copies with unusual file names

From: Vlad Skvortsov <vss_at_73rus.com>
Date: 2007-02-24 01:31:31 CET

Hi!

I've done a quick search in the issue database, but haven't found
related issues.

16:39 [vss@tiger] ~/tmp > uname -a
FreeBSD tiger.escuela 6.2-STABLE FreeBSD 6.2-STABLE #1: Sat Jan 27
16:42:20 PST 2007 root@tiger.escuela:/usr/obj/usr/src/sys/TIGER i386
16:39 [vss@tiger] ~/tmp > svn --version
svn, version 1.4.2 (r22196)
compiled Feb 2 2007, 17:36:41

Copyright (C) 2000-2006 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet
(http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
- handles 'http' scheme
- handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
- handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
- handles 'file' scheme

16:39 [vss@tiger] ~/tmp > cat create.c
#include <unistd.h>
#include <fcntl.h>

int main(void)
{
int fd;

fd = open("\x8b", O_WRONLY | O_CREAT, 0644);
close(fd);
}
16:39 [vss@tiger] ~/tmp > gcc create.c -o ./create
16:39 [vss@tiger] ~/tmp > svnadmin create repo
16:39 [vss_at_tiger] ~/tmp > svn co file://`pwd`/repo wc
Checked out revision 0.
16:39 [vss@tiger] ~/tmp > cd wc
16:39 [vss@tiger] ~/tmp/wc > ../create
16:40 [vss@tiger] ~/tmp/wc > ls | hexdump -C
00000000 8b 0a |▀.|
00000002
16:40 [vss@tiger] ~/tmp/wc > svn st
^C^C^C
^Z
[1]+ Stopped svn st
16:40 [vss@tiger] ~/tmp/wc >

After issuing the 'status' command svn gets busy, taking almost 100% of CPU.

-- 
Vlad Skvortsov, vss_at_73rus.com, http://vss.73rus.com
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Feb 24 01:31:56 2007

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.