On Aug 1, 2006, at 12:47, Bridge, Peter wrote:
> I can't seem to change the config dir that svn uses (Windows).
> I've looked at registry stuff, global config options,
> command line option etc, but can't find a single place to say:
>
> 'use this config directory for all svn commands'
Check the help:
$ svn help commit
commit (ci): Send changes from your working copy to the repository.
usage: commit [PATH...]
A log message must be provided, but it can be empty. If it is not
given by a --message or --file option, an editor will be started.
If any targets are (or contain) locked items, those will be
unlocked after a successful commit.
Valid options:
-q [--quiet] : print as little as possible
-N [--non-recursive] : operate on single directory only
--targets arg : pass contents of file ARG as additional
args
--no-unlock : don't unlock the targets
-m [--message] arg : specify commit message ARG
-F [--file] arg : read data from file ARG
--force-log : force validity of log message source
--editor-cmd arg : use ARG as external editor
--encoding arg : treat value as being in charset
encoding ARG
--username arg : specify a username ARG
--password arg : specify a password ARG
--no-auth-cache : do not cache authentication tokens
--non-interactive : do no interactive prompting
--config-dir arg : read user configuration files from
directory ARG
^^^^^^^^^^^^^^^^
Not that I'm agreeing with you that you should be specifying an
alternate config directory, but that's how you do it.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 4 23:24:22 2006