[FEATURE REQUEST] svn mkdir -p, svn copy -p
From: Michael G Schwern <schwern_at_pobox.com>
Date: 2004-12-21 10:00:56 CET
This is a request for -p options to both mkdir and copy. I'm sure its not
For mkdir it would act exactly like Unix's mkdir, all necessary parent
Normally I'd assume the reasons would be obvious, but seeing as how SVN is
Here's some examples of things I've done and wished I had -p. They are all
* Creating a tag or branch for the first time.
svn cp svn://project/trunk svn://project/tags/Some-Tag
No tags directory. :( Now I have to...
svn mkdir -m 'Directory for tags' svn://project/trunk svn://project/tags
Annoying.
* Creating several directories at once.
This example comes from making a new Perl module distribution. You make a
svn mkdir -p lib/Some/Module t
Can't do that. Now instead of one command I have to do four.
svn mkdir lib
I'm sure there's some clever way to do this in two commands using "svn import"
Thank you for your time and thank you for Subversion.
PS It would be really nice if the issue tracker allowed readers to add
-- Michael G Schwern schwern_at_pobox.com http://www.pobox.com/~schwern/ If the enemy is in range, so are you. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Tue Dec 21 18:04:20 2004 |
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.