On Thu, Jun 24, 2004 at 10:27:59AM +1000, Benno wrote: > On Thu Mar 18, 2004 at 13:32:50 +1100, Benno wrote: > >Sorry this is probably a dumb question, but what is the > >"arch way" of reverting a file back to its latest copy. > > > >In cvs I do: > > > >rm foo; cvs up foo > > Following up my own question... > > The answer is that tla can't do this.
Not quite true - this works fine: cp `tla file-find foo` . (assuming foo is a unique name, of course) The aba version seems better on the fingers though. Cheers, Gavin -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
