Copy directory non-recursively
From: Matt Madrid <admiralcap_at_gmail.com>
Date: 2007-07-13 02:07:07 CEST
Is there any way to copy a directory.. but not it's contents .. from
Take this structure:
trunk/
The following command...
svn cp trunk/stuff branches/branch1/
...will of course result in the stuff directory and all of it's
branches/
How do I do that? I've tried this:
svn cp trunk/stuff/file1 branches/branch1/
But that only copies the file to the top level of the branch, with no
Or this:
svn cp trunk/stuff/file1 branches/branch1/stuff/
Which creates a file called stuff in the branch that is a copy of file1.
I suppose I could create the directory stuff manually with "svn
Any ideas? Am I missing something. Thanks..
Matt M.
---------------------------------------------------------------------
|
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.