You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "P.Marek" <pm...@cpan.org> on 2003/05/22 10:14:17 UTC

strategic question regarding saving time stamps (what else :-)

I'm finally getting some hang of the organization of the code.

Now I've come to the conclusion (which can be bad - please tell me) that it 
would possibly be a sane way to have svn_wc__load_prop_file() do the 
insertion of the text-time-property, as this is called from several places 
(around 10, IIRC).

In order to do that I'd have to give the filename of the text-file to the 
function - which looks a bit ugly (propfile_path, hash, pool, and 
text-file?).

I could start a new function which would just insert this hash value, but that 
doesn't change the problem that I don't know the original file name.

Help, please??


Regards,

Phil


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org