public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* weird transient (?) SVN problem
@ 2016-10-15 22:15 Per Bothner
  2016-10-15 23:07 ` Per Bothner
  0 siblings, 1 reply; 2+ messages in thread
From: Per Bothner @ 2016-10-15 22:15 UTC (permalink / raw)
  To: overseers

This is what is supposed to happen:

[bothner@toshie tmp]1263$ svn -q checkout svn://sourceware.org/svn/kawa/trunk kawa
[bothner@toshie tmp]1264$ cd kawa
[bothner@toshie kawa]1265$ grep writeTo **/ByteVector.java
     public void writeTo(OutputStream out)
         writeTo(0, size(), out);
     public void writeTo(int start, int count, OutputStream out)

However, three different Kawa testers reported problems
because they were getting an old version of ByteVector.java
(which was last updated 2016-08-14), which only has a single
overload of the writeto method (so grep returns a single line).

When I tried this myself half an hour ago, I too got the
bad (and inconsistent) version.  And then it fixed itself ...

Any idea what could have happened?
-- 
	--Per Bothner
per@bothner.com   http://per.bothner.com/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: weird transient (?) SVN problem
  2016-10-15 22:15 weird transient (?) SVN problem Per Bothner
@ 2016-10-15 23:07 ` Per Bothner
  0 siblings, 0 replies; 2+ messages in thread
From: Per Bothner @ 2016-10-15 23:07 UTC (permalink / raw)
  To: overseers



On 10/15/2016 03:14 PM, Per Bothner wrote:
> This is what is supposed to happen:
>
> [bothner@toshie tmp]1263$ svn -q checkout svn://sourceware.org/svn/kawa/trunk kawa
> [bothner@toshie tmp]1264$ cd kawa
> [bothner@toshie kawa]1265$ grep writeTo **/ByteVector.java
>     public void writeTo(OutputStream out)
>         writeTo(0, size(), out);
>     public void writeTo(int start, int count, OutputStream out)
>
> However, three different Kawa testers reported problems
> because they were getting an old version of ByteVector.java
> (which was last updated 2016-08-14), which only has a single
> overload of the writeto method (so grep returns a single line).
>
> When I tried this myself half an hour ago, I too got the
> bad (and inconsistent) version.  And then it fixed itself ...
>
> Any idea what could have happened?

Looks like a false alarm.  I'm still trying to figure out the details,
but it looks like some inconsistency between a generated file and its source template.
Sometimes the generated file was re-generated; sometimes not.
-- 
	--Per Bothner
per@bothner.com   http://per.bothner.com/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-10-15 23:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-15 22:15 weird transient (?) SVN problem Per Bothner
2016-10-15 23:07 ` Per Bothner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).