You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by Apache subversion Wiki <co...@subversion.apache.org> on 2012/02/22 19:02:55 UTC

[Subversion Wiki] Trivial Update of "MtimePreservation" by RickYorgason

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Subversion Wiki" for change notification.

The "MtimePreservation" page has been changed by RickYorgason:
http://wiki.apache.org/subversion/MtimePreservation?action=diff&rev1=2&rev2=3

Comment:
Fixed some minor formatting

   * If (resolved with base, mine-full, or theirs-full) and the file chosen has text-time defined, text-time is copied and mtime=text-time.
  
  === svn copy ===
- text-time is not copied.
+  * text-time is not copied.
  
  === svn rename ===
   * mtime is unchanged.
@@ -107, +107 @@

  For this to work, use-text-times must match the documents. Web sites are often a mixed-environment, so some file types may have to be left out of use-text-times to ensure tools like 'make' function properly.
  
  == References ==
-  * [http://subversion.tigris.org/issues/show_bug.cgi?id=1256 Issue 1256: Ability to preserve last modification time (mtime) of files under version control]
+  * [[http://subversion.tigris.org/issues/show_bug.cgi?id=1256|Issue 1256: Ability to preserve last modification time (mtime) of files under version control]]
-  * [http://svn.haxx.se/dev/archive-2012-02/0440.shtml @dev discussion]
+  * [[http://svn.haxx.se/dev/archive-2012-02/0440.shtml|@dev discussion]]
-  * [http://svn.haxx.se/dev/archive-2010-02/0127.shtml Previous proposal by Edmund Wong]
+  * [[http://svn.haxx.se/dev/archive-2010-02/0127.shtml|Previous proposal by Edmund Wong]]
-  * [http://subversion.tigris.org/issues/show_bug.cgi?id=1054 Issue 1054: Specify default properties on a per repository or per directory basis]
+  * [[http://subversion.tigris.org/issues/show_bug.cgi?id=1054|Issue 1054: Specify default properties on a per repository or per directory basis]]
  
  ----
  ''The content of this page was written by Rick Yorgason: see <''http://svn.haxx.se/dev/archive-2012-02/0492.shtml>.