On Thu, Jan 29, 2009 at 10:10 PM, Ryan Schmidt
<subversion-2009a_at_ryandesign.com> wrote:
>
> On Jan 29, 2009, at 10:49, Victoria Muntean wrote:
>
>> On Thu, Jan 22, 2009 at 9:14 AM, lorenz <lorenznl_at_yahoo.com> wrote:
>>>
>>> Victoria Muntean wrote:
>>>>
>>>> 'svn import' ignores mtimes of files, and sets 'Last Changed Date' of
>>>> all imported files to current time.
>>>> In one specific import, I'd like to have ''Last Changed Date' to be set
>>>> to
>>>> file's mtime.
>>>> Is there import option to do it,
>>>
>>> this was discussed several times here (and/or on dev).
>>> In short: no, but ...
>>>
>>>> or any way to modify backward the
>>>> ''Last Changed Date' in the repo, after import.
>>>
>>> you can change it after the fact,
>>
>> How ? Do you mean here, by rolling the client's time backward, and
>> forcing the checkin ?
>>
>> I want to modify that very "Last Changed Date" field.
>> Storing it as user-defined property is not too attractive.
>
> svn propedit --revprop -r REV svn:date URL_OR_WCPATH
>
> This requires that you enable revprop changes by installing a
> pre-revprop-change hook in the repository.
>
> And again, note that this will change the time of the revision as a while,
> thus affecting any files committed in that revision. You cannot set
> individual mtimes for individual times of a revision; Subversion simply has
> no place to store that information separately from the time of the revision.
Ah, if it's not per-file, it doesn't help me.
I'll try user-defined property.
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1089861
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-02-02 11:29:11 CET