You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Niels Soeffers <ns...@skynet.be> on 2004/03/04 16:41:28 UTC

svn+ssh diff?

Hello,

I really googled hard and searched the users mailing list for this
problem but I'm not finding anything appropriate.

The problem I have is that some diffs don't work.

For example if I execute 
"svn diff -r 2" it works perfect.

But if i do a "svn diff -r 2:3" the program is hanging. Also if I'm
comparing the trunk with a branch for example "diff
svn+ssh://user%40server/repos/trunk/test
svn+ssh://user%40server/repos/branches/test-branch" the program hangs.

If i do an strace I see the program actually spitting out errors:

can someone help me analyzing this???

If I run the same command on the server using a file:/// URL everything
works perfect????

close(3)                                = 0
close(6)                                = 0
read(5, "( success ( 1 2 ( ANONYMOUS EXTE"..., 256) = 61
write(4, "( 1 EXTERNAL ( 0: ) ( ) ) ", 26) = 26
read(5, "( success ( ) ) ", 4096)       = 16
write(4, "( 59:svn+ssh://niels%40icarus.ho"..., 67) = 67
read(5, "( success ( 36:89e381c9-68d4-031"..., 4096) = 100
pipe([3, 6])                            = 0
pipe([7, 8])                            = 0
clone(child_stack=0,
flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD,
child_tidptr=0xbf561868) = 7858
close(3)                                = 0
close(8)                                = 0
read(7, "( success ( 1 2 ( ANONYMOUS EXTE"..., 256) = 61
write(6, "( 1 EXTERNAL ( 0: ) ( ) ) ", 26) = 26
read(7, "( success ( ) ) ", 4096)       = 16
write(6, "( 59:svn+ssh://niels%40icarus.ho"..., 67) = 67
read(7, "( success ( 36:89e381c9-68d4-031"..., 4096) = 100
write(4, "( diff ( ( 27 ) 0: true true 59:"..., 147) = 147
read(5, "( failure ( ( 170000 134:\'svn+ss"..., 4096) = 403
write(4, "( failure ( ( 210001 25:Unknown "..., 294) = 294
read(5, "( failure ( ( 210001 25:Unknown "..., 4096) = 294
write(4, "( failure ( ( 210001 25:Unknown "..., 294) = 294
read(5, "( failure ( ( 210001 25:Unknown "..., 4096) = 294
write(4, "( failure ( ( 210001 25:Unknown "..., 294) = 294
read(5, "( failure ( ( 210001 25:Unknown "..., 4096) = 294
write(4, "( failure ( ( 210001 25:Unknown "..., 294) = 294
read(5, "( failure ( ( 210001 25:Unknown "..., 4096) = 294
write(4, "( failure ( ( 210001 25:Unknown "..., 294) = 294
read(5, "( failure ( ( 210001 25:Unknown "..., 4096) = 294
write(4, "( failure ( ( 210001 25:Unknown "..., 294) = 294
read(5, "( failure ( ( 210001 25:Unknown "..., 4096) = 294
write(4, "( failure ( ( 210001 25:Unknown "..., 294) = 294
read(5, "( failure ( ( 210001 25:Unknown "..., 4096) = 294
write(4, "( failure ( ( 210001 25:Unknown "..., 294) = 294
read(5, "( failure ( ( 210001 25:Unknown "..., 4096) = 294
write(4, "( failure ( ( 210001 25:Unknown "..., 294) = 294
read(5, "( failure ( ( 210001 25:Unknown "..., 4096) = 294
write(4, "( failure ( ( 210001 25:Unknown "..., 294) = 294
read(5, "( failure ( ( 210001 25:Unknown "..., 4096) = 294
write(4, "( failure ( ( 210001 25:Unknown "..., 294) = 294





---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org