Ryan Schmidt wrote on Fri, Apr 13, 2012 at 05:28:41 -0500: > > On Apr 13, 2012, at 04:58, Daniel Shahaf wrote: > > > Ryan Schmidt wrote on Fri, Apr 13, 2012 at 04:55:17 -0500: > >> > >> On Apr 13, 2012, at 04:43, Daniel Shahaf wrote: > >> > >>> 1.x-compatible: > >>> use 'svn cat' to obtain a tempfile. > >> > >> That's a good idea. It sounds like this would be less work and > >> automatically backward- and future-compatible. > > > > Indeed. Just make sure to pass @BASE to avoid a round trip to the server. > > > > (you may want to double-check that it indeed avoids a server round-trip > > in that case; it should, but I never verified whether it does.) > > There didn't appear to be any traffic to my repository regardless if > I added @BASE or not but I added it anyway since you said to.
Well, it doesn't hurt, but it's not necessary either because the peg revision for non-URL targets defaults to @BASE. You're welcome.