Making import syntax consistant with mv, cp, export
From: Peter Davis <peter_at_pdavis.cx>
Date: 2002-10-16 11:31:36 CEST
-----BEGIN PGP SIGNED MESSAGE-----
> I would expect this to import ./graphics/bsp into the repository root,
Hmm, I hadn't thought of it like that. Yes, cp, mv, etc. do treat the last
That makes me think, should import work more like cp and mv? Right now I
$ svn import SOURCE REPOS-URL/[NEW-ENTRY]
SOURCE could actually be multiple arguments, so
$ svn import ./graphics/bsp/* REPOS-URL
work work essentially the same as
$ cd ./graphics/bsp
If you type the following:
$ svn import ./graphics/bsp REPOS-URL
then you will actually end up with a new directory "bsp/" under REPOS-URL,
This would make it work exactly the same as "svn copy", only it works with
This would make cp/import a nice complement to checkout/export. With export,
So, what does everyone else think of this? Now that Benjamin has pointed it
- --
iD8DBQE9rTH7hDAgUT1yirARAq7ZAKCJOstvraeYqJzwMlSaZpZNoEoHRQCeNlay
---------------------------------------------------------------------
|
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.