On Wed, May 18, 2011 at 12:35 PM, Konstantin Kolinko <knst.koli...@gmail.com> wrote: > Hi, all! > > Right now the files in the pristine storage of 1.7 wc are named just > by their checksums, e.g. > > .svn/pristine/00/00014966dd2c75cedf7fc9989accf25e54685e58 > > I think it would be better to add ".svn-base" suffix to those names, > so the above becomes > > .svn/pristine/00/00014966dd2c75cedf7fc9989accf25e54685e58.svn-base > > The rationale is to be able to ignore those files using a filename mask, > like it was in svn 1.6.
I would think you could ignore these files via other means, and am having a hard time understanding the problem you are encountering. What problem are you running into? -Hyrum > If anyone will implement this, the filename is currently calculated in > function > get_pristine_fname(..) in subversion/libsvn_wc/wc_db_pristine.c > > Best regards, > Konstantin Kolinko >