Closed Bug 303630 Opened 19 years ago Closed 19 years ago

Bonsai shows incorrect diff

Categories

(Webtools Graveyard :: Bonsai, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: julien.pierre, Assigned: tara)

References

()

Details

Check the URl for Bonsai attached. The diff shows nothing - just the top of the
file, without any changes.

The actual diff that should have been shown is :

cvs diff -r 1.1.2.2 -r 1.1.2.3 test_socket.c
Index: test_socket.c
===================================================================
RCS file:
/cvsroot/mozilla/security/nss/cmd/libpkix/pkix_pl/module/socket/Attic/test_socket.c,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -r1.1.2.2 -r1.1.2.3
400,402c400,403
<       serverSockaddr.inet.family = AF_INET;
<       serverSockaddr.inet.port = 2001; /* LDAP_PORT = 389; */
<       serverSockaddr.inet.ip = 0x7F000001;  /* 127.0.0.1 = localhost */
---
>       serverSockaddr.inet.family = PR_AF_INET;
>       serverSockaddr.inet.port = PR_htons(2001); /* LDAP_PORT = 389; */
>       serverSockaddr.inet.ip = PR_htonl(0x7F000001); 
>                                             /* 127.0.0.1 = localhost */
it is working now. in my experience bonsai takes a few minutes until it shows
the diffs, don't know why... (my assumption is that it's working on cvs-mirror
or some other rsync'd copy)
as biesi said, bonsai works off a mirror which takes a bit to catch changes
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
Product: Webtools → Webtools Graveyard
You need to log in before you can comment on or make changes to this bug.