> Dmitry Bolshakov wrote on Thu, Dec 08, 2011 at 18:25:38 +0400: > > Hi > > > > not long ago we have made some reorganization in > repository, but forgot to make svn:external relative instead > of absolute > > and I was really confused when build errors surprizingly > appeared in an unchanged tags > > > > so I think it would be useful to print out external addresses too > > eg not just > > "Fetching external item into '...'" > > but > > "Fetching external item from '...' into '...'" > > > > it will allow to recognize such errors easily > > > > -- > > With best regards > > Dmitry Bolshakov > > -----Original Message----- > From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] > Sent: 09 December 2011 07:07 > To: Dmitry Bolshakov > Cc: users@subversion.apache.org > Subject: Re: small feature request: when checkout/update > print out svn:external addresses > > How would you avoid overflowing the terminal width when the external's > URL is absolute? > I don't use the command line much but could you not plit it over three lines? {{{ Fetching external item: from : '...' into : '...' }}}
...or would that make scripted parsing too complex? ~ mark c