config:miscellany:use-commit-times=yes ignored
From: Ross Smith II <cygwinspam_at_netebb.com>
Date: Tue, 29 Sep 2009 18:02:00 -0700
Why does SVN 1.6.5 (client and server both running on Debian) ignore the command:
--config-option config:miscellany:use-commit-times=yes
Here's a synopsis:
host:/tmp# cat ~/.subversion/config
host:/tmp# ls -l test
host:/tmp# svn import -m '' test http://localhost/svn/src/test2
Committed revision 12.
host:/tmp# svn co http://localhost/svn/src/test2 test2
host:/tmp# ls -l test2
host:/tmp# svn import --config-option config:miscellany:use-commit-times=yes -m '' test http://localhost/svn/src/test3
Committed revision 13.
host:/tmp# svn commit --config-option config:miscellany:use-commit-times=yes http://localhost/svn/src/test3 test3
host:/tmp# ls -l test3
This option has always worked for me in the past. Why is 1.6.5 failing now?
Thanks for any assistance,
Ross
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.