[PATCH] 'svn mkdir --parents' shows absolute paths
From: Senthil Kumaran S <senthil_at_collab.net>
Date: Fri, 02 May 2008 15:04:15 +0530
Hi,
Whenever we try to add/mkdir directories recursively using 'svn mkdir
During a normal svn add/mkdir operation we get:
$ svn mkdir wc2/trunk
On the other hand with '--parents' we get:
$ svn mkdir --parents branches/sample/think/use/fast
In order to be consistent across all the results shouldn't we consider having
$ svn mkdir --parents wc2/branches/sandbox/sample/think/get
Is this an intended behavior? If not the following patch fixes this, which
[[[
* subversion/libsvn_client/add.c
Patch by: stylesen
-- Senthil Kumaran S http://www.stylesen.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org For additional commands, e-mail: dev-help_at_subversion.tigris.orgReceived on 2008-05-02 11:34:48 CEST |
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.