You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Todd Cosgrove <tc...@gmail.com> on 2007/07/12 12:27:10 UTC

use-commit-times

Is it possible to set a property on  a specific file to have it
maintain it's last modified time...i.e. so that when someone checks it
out or updates it, it doesn't get the current timestamp?

I see the use-commit-times property in the docs, but I tried adding it
to the individual file properties and didn't get it to work.  If this
is how it's accomplished, what's the svn command syntax?

Thanks.
---------------------------------------------
 tcosgrov@gmail.com
---------------------------------------------

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

Re: use-commit-times

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Jul 12, 2007, at 07:27, Todd Cosgrove wrote:

> Is it possible to set a property on  a specific file to have it
> maintain it's last modified time...i.e. so that when someone checks it
> out or updates it, it doesn't get the current timestamp?
>
> I see the use-commit-times property in the docs, but I tried adding it
> to the individual file properties and didn't get it to work.  If this
> is how it's accomplished, what's the svn command syntax?

use-commit-times is a global client-side setting, made in your client- 
side config file. It then applies to all files you check out from any  
repository.

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