On Wednesday 11 May 2005 7:26 pm, Ben Collins-Sussman wrote:
> On May 11, 2005, at 8:13 AM, Shridhar Daithankar wrote:
> > I don't have a problem from what I see but as I mentioned earlier,
> > I got a
> > diff between a revision 0 and revision 82. That is something I
> > could not
> > understand.
>
> I apologize, I don't understand the diff problem. Maybe you can re-
> explain in more detail what you're trying to accomplish, along with
> *exact* commands you're typing.
OK. Here are the commands. Sensitive stuff is trimmed with <<text>>..:-) but
that should not affect anything.
shridhar@ps0499:~/tmp/branch$ svn log --stop-on-copy
------------------------------------------------------------------------
r82 | shridhar | 2005-03-04 18:57:44 +0530 (Fri, 04 Mar 2005) | 1 line
<<Description>>
------------------------------------------------------------------------
r81 | shridhar | 2005-03-04 16:37:40 +0530 (Fri, 04 Mar 2005) | 1 line
<<Description>>
------------------------------------------------------------------------
r79 | chemlms | 2005-03-04 14:17:20 +0530 (Fri, 04 Mar 2005) | 2 lines
<<Description>>
------------------------------------------------------------------------
r78 | shridhar | 2005-03-04 13:50:23 +0530 (Fri, 04 Mar 2005) | 1 line
<<Description>>
------------------------------------------------------------------------
shridhar@ps0499:~/tmp/branch$ svn diff -r78:79|head
Index: dev/rpc/src/logon.c
===================================================================
--- dev/rpc/src/logon.c (revision 78)
+++ dev/rpc/src/logon.c (revision 79)
@@ -66,6 +66,7 @@
#include <sys/socket.h>
+#include <grp.h>
svn: Can't write to stream: Broken pipe
shridhar@ps0499:~/tmp/branch$ svn diff -r78:81|head
Index: trunk/include/header1.h
===================================================================
--- trunk/include/header1.h (revision 0)
+++ trunk/include/header1.h (revision 81)
@@ -0,0 +1,375 @@
+#ifndef UCP_EXT_H
+#define UCP_EXT_H
svn: Can't write to stream: Broken pipe
shridhar@ps0499:~/tmp/branch$ svn diff -r81:82|head
Index: include/slt_msg.h
===================================================================
--- include/slt_msg.h (revision 81)
+++ include/slt_msg.h (revision 82)
svn: Can't write to stream: Broken pipe
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 11 17:13:45 2005