feature request: svn ci --parents option
From: Jack Bates <ms419_at_freezone.co.uk>
Date: Mon, 17 Nov 2008 12:34:00 -0800
May I add this feature request to the issue tracker?
I have a script which adds new projects to a repository. The
$ svn mkdir example.com/foo
- and -
$ svn ci example.com/foo -m "Add project."
In case this is the first project in the example.com domain, I use the
$ svn mkdir --parents example.com/foo
However there is no svn ci --parents option, so when the script runs the
svn: Commit failed (details follow):
My feature request is to add an svn ci --parents option.
---------------------------------------------------------------------
|
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.