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

Problem with svn 1.0.6 on debian

From: GALLET Sébastien <sgallet_at_ibourgogne.net>
Date: 2004-10-04 22:29:27 CEST

Hi,
I try to install subversion on my debian sarge.
Installation seems to be ok
but i can't import project in repository.
Here's is the strace result :

execve("/usr/bin/svn", ["svn", "import", "neokernel",
"file:///farm/svn/private/
", "-m", "Initial import"], [/* 16 vars */]) = 0
uname({sys="Linux", node="ring", ...}) = 0
brk(0) = 0x805f8ac
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0
x40017000
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
open("/etc/ld.so.preload", O_RDONLY) = -1 ENOENT (No such file or
directory)
open("/etc/ld.so.cache", O_RDONLY) = 3
....
stat64("/var/tmp", {st_mode=S_IFDIR|S_ISVTX|0777, st_size=4096, ...}) = 0
stat64("/farm/svn/private/db/__db.001", {st_mode=S_IFREG|0644,
st_size=8192, ...
}) = 0
open("/farm/svn/private/db/__db.001", O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE,
0666) =
-1 EEXIST (File exists)
open("/farm/svn/private/db/__db.001", O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE,
0666) =
-1 EEXIST (File exists)
open("/farm/svn/private/db/__db.001", O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE,
0666) =
-1 EEXIST (File exists)
open("/farm/svn/private/db/__db.001", O_RDWR|O_LARGEFILE) = 4
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=8192, ...}) = 0
close(4) = 0
open("/farm/svn/private/db/__db.001", O_RDWR|O_LARGEFILE) = 4
fcntl64(4, F_SETFD, FD_CLOEXEC) = 0
mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_SHARED, 4, 0) = 0x4001b000
close(4) = 0
select(0, NULL, NULL, NULL, {0, 1000}) = 0 (Timeout)
select(0, NULL, NULL, NULL, {0, 2000}) = 0 (Timeout)
select(0, NULL, NULL, NULL, {0, 4000}) = 0 (Timeout)
select(0, NULL, NULL, NULL, {0, 4000}) = 0 (Timeout)
select(0, NULL, NULL, NULL, {0, 4000}) = 0 (Timeout)
.....
select(0, NULL, NULL, NULL, {0, 4000}) = 0 (Timeout)
select(0, NULL, NULL, NULL, {0, 4000}) = 0 (Timeout)

I stop this command with ctrl+c
Any idea ??

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 4 22:30:41 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.