[PATCH] (issue 1776) partial svn mkdir -p foo/bar/baz support
From: Oliver Klozoff <stevieoh_at_fastmail.fm>
Date: 2004-12-22 19:36:33 CET
Issue 1776 requests that svn cp and svn mkdir create intermediate
This patch partially implements this feature, by providing a '-p' option to
I gave it a shot, but I couldn't think of a way to make it work correctly
Anyway, here's my log message:
* subversion/libsvn_client/add.c
(svn_client__mksubdir): New.
(svn_client_mkdir2): New, from svn_client_mkdir.
* subversion/clients/cmdline/mkdir-cmd.c
* subversion/clients/cmdline/cl.h
(svn_cl__opt_state_t):
* subversion/clients/cmdline/main.c
(svn_cl__cmd_table):
(main):
* subversion/tests/clients/cmdline/basic_tests.py
(basic_mkdir_missing_parent_p): New.
(test_list): Inserted the three previously
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.