Export behaving badly
From: Daniel Berlin <dberlin_at_dberlin.org>
Date: 2005-10-17 02:30:03 CEST
So i'm converting over some documentation update scripts from gcc.
They do the following:
Export a bunch of doc files from repo
export, unfortunately, behaves differently than checkout. If you do
svn export svn://gcc.gnu.org/svn/trunk/gcc/doc/install.texi gcc
It creates a file named "gcc" in the current directory, containing the
Fair enough, though different than checkout, which if you could checkout
So i create a dir named gcc
-bash-3.00$ mkdir gcc
I *know* it's a directory.
IMHO, export's extra argument should behave exactly like the one to
The current behavior is just not sensible.
We had a discussion about whether to create the empty paths that are in
But nobody disagreed that what happens now doesn't match the checkout
Anybody disagree?
---------------------------------------------------------------------
|
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.