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

svn ci problem (hangs w/o error)

From: Markus Tacker <mtacker_at_itfuture.de>
Date: 2004-08-18 15:35:22 CEST

   Hoi,

   svn co + up are working fine.
   But if I try to ci changes svn asks me for the comment
   and hangs after that.

   I've launched a strace on that process:

waitpid(2075, [WIFEXITED(s) && WEXITSTATUS(s) == 0], 0) = 2075
rt_sigaction(SIGINT, {0x804dd20, [], SA_INTERRUPT}, NULL, 8) = 0
rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
stat64("svn-commit.tmp", {st_mode=S_IFREG|0644, st_size=108, ...}) = 0
open("svn-commit.tmp", O_RDONLY) = 3
read(3, "- Ignoriere logs-Verzeichnisse\n-"..., 8192) = 108
read(3, "", 8192) = 0
close(3) = 0
chdir("/itf/fund-x") = 0
rt_sigaction(SIGPIPE, {SIG_IGN}, {SIG_IGN}, 8) = 0
open("/dev/random", O_RDONLY) = 3
read(3,

   It's sits there with no timeout.

   Server Version is 1.02 (works fine from other machines).
   Client Version is 1.02, but I also tried 1.1, 1.06.

   System ist SuSe Linux 9.1.

   In the server log is no single request by this action.

   Any ideas?

-- 
   mit freundlichen Grüßen
------------------------------------------------------------
  IT Future AG                   Markus Tacker
  Bockenheimer Ldstr. 45         Mediengestalter
  60325 Frankfurt / Main        -----------------------------
                                 E-Mail: mtacker@itfuture.de
  Telefon: 069 - 719163 0        Jabber: m@tacker.org
  Telefax: 069 - 719163 13       ICQ:    9170 9561
------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 18 15:35:52 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.