[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Add ".svn-base" suffix to the pristine files in 1.7

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Wed, 18 May 2011 12:49:26 +0200

+1

Konstantin Kolinko wrote on Wed, May 18, 2011 at 14:35:29 +0400:
> 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.
>
>
> If anyone will implement this,

Maybe you?

> the filename is currently calculated in function
> get_pristine_fname(..) in subversion/libsvn_wc/wc_db_pristine.c
>

Yeah, but AIUI one will have to implement upgrade code that converts
current (format 11--28 working copies) to the new scheme.

(We won't keep code that looks in 'both places' in the release, and we
have to convert dev working copies somehow.)

> Best regards,
> Konstantin Kolinko
Received on 2011-05-18 12:50:02 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.