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

RE: SVN and file modification date

From: Ilya Kazakevich <IKazakevich_at_envionsoftware.com>
Date: 2005-10-06 17:10:45 CEST

Hello. I did it(changed my config file).
Now is has:

[miscellany]
use-commit-times = yes
enable-auto-props = yes
[auto-props]
* = svn:text-time=yes;svn:owner=yes;svn:group=yes;svn:unix-mode=yes

But it still does not work.
May be I need to use 1.2.0rc2?

Thank you
 

-----Original Message-----
From: Ph. Marek [mailto:philipp.marek@bmlv.gv.at]
Sent: Tuesday, October 04, 2005 9:26 AM
To: Ilya Kazakevich
Cc: users@subversion.tigris.org
Subject: Re: SVN and file modification date

On Monday 03 October 2005 16:03, Ilya Kazakevich wrote:
> Hello:
> Thanks for answering, but it did not help me. I already tried it.
>
> I downloaded that patch, installed it on 1.2.3 version (with simply
> changing pathes to 1.2.3 from 1.2.0rc2) Then I recompiled SVN, started

> it, but it still clearing my modification date.
> I took my one-year-old file, add it to repository, click "commit" (I
> use TortoiseSVN), and when I did "check out" from another machine -
> modification date was wrong.
>
> May be I did something wrong?
Yes - you have to set some properties on already existing files, and/or
enable auto-props for newly added files.

Please take a look at these mails:
http://marc.theaimsgroup.com/?l=subversion-dev&m=110776139323762&w=2
http://marc.theaimsgroup.com/?l=subversion-dev&m=110793421729949&w=2
> The whole thing is currently triggered by auto-props and the config
> option "use-commit-times". If eg. a property "svn:owner" is set on a
> file, it will be sent to the repository as the current value.
> So you'd have in your ~/.subversion/config something like this:
> [auto-props]
> * = svn:text-time=yes;svn:owner=yes;svn:group=yes;svn:unix-mode=yes
> or whatever values you'd like, and they'd be set on commit (and
import).

Don't hesitate to ask if you've got further questions.

Regards,

Phil

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 6 17:12:27 2005

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

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