Re: .svn directories
From: Kumaran Santhanam <kumaran_at_tigris.org>
Date: 2003-08-27 17:22:44 CEST
> > that this reflects a lack of self-dicipline, but I believe
$ cp -R /path/to/dir1 /path/to/dir2
will copy everything, including dot-files, as will
$ tar cf - /path/to/dir1 | (cd /path/to/dir2; tar xvpBf -)
Presumably, naive users will not be using the command line in
Kumaran
---------------------------------------------------------------------
|
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.