You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by de...@nyms.net on 2008/09/15 22:38:40 UTC

svn checkout - setting repository timestamp (instead of current timestamp)

I see a method for doing this under Windows at 
http://svnbook.red-bean.com/en/1.5/svn-book.pdf

[HKEY_CURRENT_USER\Software\Tigris.org\Subversion\Config\miscellany]
"#use-commit-times"="yes"

(Un)fortunately, I am using linux.
Is there a unix-equivalent for the above?

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

Re: svn checkout - setting repository timestamp (instead of current timestamp)

Posted by Andy Levy <an...@gmail.com>.
On Mon, Sep 15, 2008 at 18:38,  <de...@nyms.net> wrote:
> I see a method for doing this under Windows at
> http://svnbook.red-bean.com/en/1.5/svn-book.pdf
>
> [HKEY_CURRENT_USER\Software\Tigris.org\Subversion\Config\miscellany]
> "#use-commit-times"="yes"
>
> (Un)fortunately, I am using linux.
> Is there a unix-equivalent for the above?

Edit ~/.subversion/config and uncomment the line that reads "use-commit-times"

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