Hi list,

Here is a little modification I made to the svnmerge.py script to implement
the "--config-dir" option to the svn command. Maybe you could add this to
the development version ?


In the "launchsvn" function (near line 316) :
-----------------------------------------

    if configdir:
        configdir = " --config-dir=" + configdir
    else:
        configdir = ""
    cmd = opts["svn"] + " --non-interactive" + username + password +
configdir + " " + s


In the global_opts variable (near line 1871) :
--------------------------------------------

    OptionArg("-c", "--config-dir",
              default=None,
              help="config file in this directory"),




Then,  to use this option, you just have to launch a command like "svnmerge
init --config-dir /pah/to/svnconfigdir".

Regards,
Nico

_______________________________________________
Svnmerge mailing list
[email protected]
http://www.orcaware.com/mailman/listinfo/svnmerge

Reply via email to