On Sun, Oct 14, 2012 at 12:58:37PM +1000, Peter Johansson wrote: > Hello, > > I'm writing an application working on SVN WCs in which it would > convenient if we could access the content of a file at specific > revisions. I tried 'svn_client_cat2' but noticed that is expands > svn::keywords such as '$Id$'. I wonder if there is a way to turn off > this expansion through the C API? > > I'm not subscribed so please CC me. > > Thank you, > Peter
No. But you could use svn_client_export5() instead which can ignore keywords as of Subversion 1.7.